Update to pg 1.2.0.
This commit is contained in:
parent
975c9082e0
commit
9a3f27a906
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/pg-1.0.0.gem
|
/pg-1.0.0.gem
|
||||||
/pg-1.1.3.gem
|
/pg-1.1.3.gem
|
||||||
/pg-1.1.4.gem
|
/pg-1.1.4.gem
|
||||||
|
/pg-1.2.0.gem
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%global gem_name pg
|
%global gem_name pg
|
||||||
|
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 1.1.4
|
Version: 1.2.0
|
||||||
Release: 4%{?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,9 @@ popd
|
|||||||
%{gem_instdir}/spec
|
%{gem_instdir}/spec
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 02 2020 Jun Aruga <jaruga@redhat.com> - 1.2.0-1
|
||||||
|
- Update to pg 1.2.0.
|
||||||
|
|
||||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-4
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pg-1.1.4.gem) = 442eadb4e9fe51aaef71cb5bbe8786c61dc4cfaa1241491270cb251f062abae88b6b2ef88dec7ab6ba2baa6390e954a2fcf4862cc95be4bc516e029c788fa1d9
|
SHA512 (pg-1.2.0.gem) = 866b9e38718d6bcbe6e83b722ea51f816a02703e89db649fa5944daaf305c9be4a5c281d05e50856513acfe26a0ab657a0156b32d6633dcd85ccf7662f8c641e
|
||||||
|
Loading…
Reference in New Issue
Block a user