Compare commits

...

No commits in common. "c8-beta-stream-2.6" and "c8-stream-2.7" have entirely different histories.

3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/pg-1.1.4.gem
SOURCES/pg-1.2.3.gem

View File

@ -1 +1 @@
c38302c2f1962f7031f6f960e7a68fbfa4e4f2f0 SOURCES/pg-1.1.4.gem
8d6059a2769035768d7b9f2ac60e12eb3093b6fe SOURCES/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/