Update to pg 1.2.3 by merging Fedora master branch (commit: 5db4d26
)
Resolves: rhbz#1817135
This commit is contained in:
parent
6c37fcb6ac
commit
51fc4254a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/pg-0.21.0.gem
|
/pg-0.21.0.gem
|
||||||
/pg-1.0.0.gem
|
/pg-1.0.0.gem
|
||||||
/pg-1.1.4.gem
|
/pg-1.1.4.gem
|
||||||
|
/pg-1.2.3.gem
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%global gem_name pg
|
%global gem_name pg
|
||||||
|
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 1.1.4
|
Version: 1.2.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A Ruby interface to the PostgreSQL RDBMS
|
Summary: A Ruby interface to the PostgreSQL RDBMS
|
||||||
# Upstream license clarification (https://bitbucket.org/ged/ruby-pg/issue/72/)
|
# Upstream license clarification (https://bitbucket.org/ged/ruby-pg/issue/72/)
|
||||||
@ -11,7 +11,7 @@ Summary: A Ruby interface to the PostgreSQL RDBMS
|
|||||||
# the BSD 3-Clause license; the contents of the BSD file are incorrect.
|
# the BSD 3-Clause license; the contents of the BSD file are incorrect.
|
||||||
#
|
#
|
||||||
License: (BSD or Ruby) and PostgreSQL
|
License: (BSD or Ruby) and PostgreSQL
|
||||||
URL: https://bitbucket.org/ged/ruby-pg
|
URL: https://github.com/ged/ruby-pg
|
||||||
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
||||||
# Disable RPATH.
|
# Disable RPATH.
|
||||||
# https://bitbucket.org/ged/ruby-pg/issue/183
|
# https://bitbucket.org/ged/ruby-pg/issue/183
|
||||||
@ -116,6 +116,10 @@ popd
|
|||||||
%{gem_instdir}/spec
|
%{gem_instdir}/spec
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 29 2020 Jun Aruga <jaruga@redhat.com> - 1.2.3-1
|
||||||
|
- Update to pg 1.2.3 by merging Fedora master branch (commit: 5db4d26)
|
||||||
|
Resolves: rhbz#1817135
|
||||||
|
|
||||||
* Wed Jun 12 2019 Jun Aruga <jaruga@redhat.com> - 1.1.4-1
|
* Wed Jun 12 2019 Jun Aruga <jaruga@redhat.com> - 1.1.4-1
|
||||||
- Update to pg 1.1.4 by merging Fedora master branch (commit: 397796e)
|
- Update to pg 1.1.4 by merging Fedora master branch (commit: 397796e)
|
||||||
* BuildRequires: s/postgresql-devel/libpq-devel/
|
* BuildRequires: s/postgresql-devel/libpq-devel/
|
||||||
|
Loading…
Reference in New Issue
Block a user