From 4a40f92cf0f494c937141c4085cbded7d1438b81 Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Aug 26 2015 14:52:41 +0000 Subject: Update to pg 1.18.2. --- diff --git a/.gitignore b/.gitignore index 75fd58c..a7f4489 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /pg-0.14.1.gem /pg-0.17.1.gem /pg-0.18.1.gem +/pg-0.18.2.gem diff --git a/rubygem-pg.spec b/rubygem-pg.spec index 911fc35..0623444 100644 --- a/rubygem-pg.spec +++ b/rubygem-pg.spec @@ -3,8 +3,8 @@ Summary: A Ruby interface to the PostgreSQL RDBMS Name: rubygem-%{gem_name} -Version: 0.18.1 -Release: 2%{?dist} +Version: 0.18.2 +Release: 1%{?dist} Group: Development/Languages # Upstream license clarification (https://bitbucket.org/ged/ruby-pg/issue/72/) # @@ -80,7 +80,7 @@ done # Fix shebangs and executable bits of samples. for file in `find %{buildroot}%{gem_instdir}/sample -type f -name "*.rb"`; do - sed -i -e 's/^#!\/usr\/bin\/env spec/#!\/usr\/bin\/ruby/' $file \ + sed -i -e '/^#!\/usr\/bin\/env/ s/.*/#!\/usr\/bin\/ruby/' $file \ && chmod -v 755 $file done @@ -94,11 +94,6 @@ done %check pushd .%{gem_instdir} - -# The hostaddr support never get into Postgres 9.4. -# https://bitbucket.org/ged/ruby-pg/issue/202/hostaddr-with-postgres-94 -sed -i '/hostaddr/ s/^/#/' spec/pg/connection_spec.rb - rspec -I$(dirs +1)%{gem_extdir_mri} spec popd @@ -130,6 +125,9 @@ popd %changelog +* Wed Aug 26 2015 Vít Ondruch - 0.18.2-1 +- Update to pg 1.18.2. + * Thu Jun 18 2015 Fedora Release Engineering - 0.18.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index d054b58..565072a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bc21aeb047b159ef68de2a84061e7f80 pg-0.18.1.gem +8a963b46ddc65141c3a863b891e91449 pg-0.18.2.gem