Update to pg 1.2.2.
This commit is contained in:
parent
0e2f3a259f
commit
9b13c51ed9
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
|||||||
/pg-1.1.4.gem
|
/pg-1.1.4.gem
|
||||||
/pg-1.2.0.gem
|
/pg-1.2.0.gem
|
||||||
/pg-1.2.1.gem
|
/pg-1.2.1.gem
|
||||||
|
/pg-1.2.2.gem
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%global gem_name pg
|
%global gem_name pg
|
||||||
|
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 1.2.1
|
Version: 1.2.2
|
||||||
Release: 3%{?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/)
|
||||||
#
|
#
|
||||||
@ -116,6 +116,9 @@ popd
|
|||||||
%{gem_instdir}/spec
|
%{gem_instdir}/spec
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 06 2020 Jun Aruga <jaruga@redhat.com> - 1.2.2-1
|
||||||
|
- Update to pg 1.2.2.
|
||||||
|
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-3
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pg-1.2.1.gem) = 8be2613f5c47174d78570cee3a7b1f164e8a057fbdf4e94e93fbd496f35d4850ca672e2ee8ff6d32744c6d6ab8c9be19f669d64a9dea515a7af21c5c9efbf86a
|
SHA512 (pg-1.2.2.gem) = 5c7cc90afb75a66e80cfc34c4875cf22b005aa0a27e78db6f71d1829f870c6409b73326a9925f79c0d642e93ea51d1f84c7383323fea44b7488e83deb7754951
|
||||||
|
Loading…
Reference in New Issue
Block a user