Update to pg 1.2.3 by merging Fedora master branch (commit: 5db4d26)

Resolves: rhbz#1817135
This commit is contained in:
Jun Aruga 2020-05-29 18:04:30 +02:00
parent 6c37fcb6ac
commit 51fc4254a3
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/pg-0.21.0.gem
/pg-1.0.0.gem
/pg-1.1.4.gem
/pg-1.2.3.gem

View File

@ -2,7 +2,7 @@
%global gem_name pg
Name: rubygem-%{gem_name}
Version: 1.1.4
Version: 1.2.3
Release: 1%{?dist}
Summary: A Ruby interface to the PostgreSQL RDBMS
# 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.
#
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
# Disable RPATH.
# https://bitbucket.org/ged/ruby-pg/issue/183
@ -116,6 +116,10 @@ popd
%{gem_instdir}/spec
%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
- Update to pg 1.1.4 by merging Fedora master branch (commit: 397796e)
* BuildRequires: s/postgresql-devel/libpq-devel/

View File

@ -1 +1 @@
591f46cdd8ca63f1510683769b5365ca pg-1.1.4.gem
0daf487f7b63f240efcf2906c2345842 pg-1.2.3.gem