Update to pg 0.18.1.
This commit is contained in:
parent
1da26a0e54
commit
4cb5f71169
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/pg-0.12.2.gem
|
/pg-0.12.2.gem
|
||||||
/pg-0.14.1.gem
|
/pg-0.14.1.gem
|
||||||
/pg-0.17.1.gem
|
/pg-0.17.1.gem
|
||||||
|
/pg-0.18.1.gem
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
diff --git a/ext/extconf.rb b/ext/extconf.rb
|
diff --git a/ext/extconf.rb b/ext/extconf.rb
|
||||||
--- a/ext/extconf.rb
|
--- a/ext/extconf.rb
|
||||||
+++ b/ext/extconf.rb
|
+++ b/ext/extconf.rb
|
||||||
@@ -32,13 +32,6 @@
|
@@ -29,13 +29,6 @@
|
||||||
incdir = `"#{pgconfig}" --includedir`.chomp
|
incdir = `"#{pgconfig}" --includedir`.chomp
|
||||||
libdir = `"#{pgconfig}" --libdir`.chomp
|
libdir = `"#{pgconfig}" --libdir`.chomp
|
||||||
dir_config 'pg', incdir, libdir
|
dir_config 'pg', incdir, libdir
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
Summary: A Ruby interface to the PostgreSQL RDBMS
|
Summary: A Ruby interface to the PostgreSQL RDBMS
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 0.17.1
|
Version: 0.18.1
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
# Upstream license clarification (https://bitbucket.org/ged/ruby-pg/issue/72/)
|
# Upstream license clarification (https://bitbucket.org/ged/ruby-pg/issue/72/)
|
||||||
#
|
#
|
||||||
@ -38,7 +38,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
Documentation for %{name}
|
Documentation for %{name}.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -94,6 +94,11 @@ done
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
pushd .%{gem_instdir}
|
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
|
rspec -I$(dirs +1)%{gem_extdir_mri} spec
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -125,8 +130,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 16 2015 Vít Ondruch <vondruch@redhat.com> - 0.17.1-4
|
* Fri Jan 16 2015 Vít Ondruch <vondruch@redhat.com> - 0.18.1-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.2
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.2
|
||||||
|
- Update to pg 0.18.1.
|
||||||
|
|
||||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17.1-3
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user