rebase: update to 9.6.2
Per release notes: https://www.postgresql.org/docs/9.6/static/release-9-6-2.html Version: 9.6.2-1
This commit is contained in:
parent
069ea47da5
commit
f200f72f3d
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
/postgresql-9.5.5.tar.bz2
|
||||
/postgresql-9.5.5.tar.bz2.sha256
|
||||
/postgresql-9.6.1.tar.bz2
|
||||
/postgresql-9.6.1.tar.bz2.sha256
|
||||
/postgresql-9.5.6.tar.bz2
|
||||
/postgresql-9.5.6.tar.bz2.sha256
|
||||
/postgresql-9.6.2.tar.bz2
|
||||
/postgresql-9.6.2.tar.bz2.sha256
|
||||
/postgresql-setup-5.0.tar.gz
|
||||
/postgresql-9.6.1-US.pdf
|
||||
/postgresql-9.6.2-US.pdf
|
||||
|
@ -66,8 +66,8 @@
|
||||
Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 9.6
|
||||
Version: 9.6.1
|
||||
Release: 3%{?dist}
|
||||
Version: 9.6.2
|
||||
Release: 1%{?dist}
|
||||
|
||||
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
||||
# recognizes it as an independent license, so we do as well.
|
||||
@ -82,7 +82,7 @@ Url: http://www.postgresql.org/
|
||||
# in-place upgrade of an old database. In most cases it will not be critical
|
||||
# that this be kept up with the latest minor release of the previous series;
|
||||
# but update when bugs affecting pg_dump output are fixed.
|
||||
%global prevversion 9.5.5
|
||||
%global prevversion 9.5.6
|
||||
%global prevmajorversion 9.5
|
||||
|
||||
%global setup_version 5.0
|
||||
@ -1198,6 +1198,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 07 2017 Pavel Raiskup <praiskup@redhat.com> - 9.6.2-1
|
||||
- update to 9.6.2 per release notes:
|
||||
https://www.postgresql.org/docs/9.6/static/release-9-6-2.html
|
||||
|
||||
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 9.6.1-3
|
||||
- Rebuild for readline 7.x
|
||||
|
||||
|
12
sources
12
sources
@ -1,6 +1,6 @@
|
||||
e75b182d250ad1fcdd71b280f146db4c postgresql-9.5.5.tar.bz2
|
||||
919c6b9a41577daa851984cfdf432dc3 postgresql-9.5.5.tar.bz2.sha256
|
||||
92ae6d7cdf18e648b3c22d0aa015565d postgresql-9.6.1.tar.bz2
|
||||
792708f2c6648abbe4172057374be15f postgresql-9.6.1.tar.bz2.sha256
|
||||
155acd3ada68b20f4ee0fa918ef0e912 postgresql-setup-5.0.tar.gz
|
||||
c2059344535bf765b41ca9ad952744bb postgresql-9.6.1-US.pdf
|
||||
SHA512 (postgresql-9.5.6.tar.bz2) = fabaeb2d4841ca2f2fd7b0f9c90368debc91f569ade5ad4dc9250c27d790a97ed58a670319f0fe59404fce7e986e8dafb1408edbe6fc149531bdb230b1b913fe
|
||||
SHA512 (postgresql-9.5.6.tar.bz2.sha256) = 6c8581fe42bb74ec095e244dc84c55e0c3e8be9be6402d98d3794218e94543475025ee5624c566753bcfef498eccdb5947b671b12083d1194af3e6833df46f2f
|
||||
SHA512 (postgresql-9.6.2.tar.bz2) = 7c9d61a591408e29d7dc70d6b28ecdf06edf7f8fbf4e014e60a1e4f841fd5734c74a820094f6153e10ef633d48ea73f2a85194f6d2cd519a8f7087a261e9e02b
|
||||
SHA512 (postgresql-9.6.2.tar.bz2.sha256) = 52941dbc83235f4dc96797a91d7bf26772139cc33dcaca4fdbc6a7cbe1ec0a0ccdbe4048a146238c9d3614a229518e6b58862c031167ef58bcd278217014841a
|
||||
SHA512 (postgresql-setup-5.0.tar.gz) = 0cda4242c3fd856d120e4533e34358252ed1d9dbced1435c4997fbfa600e5132462ca6cc2782ed3959a09374317424463196c24ebe5b1e10e7ac80e09b6ebfbf
|
||||
SHA512 (postgresql-9.6.2-US.pdf) = 913e2166bd9013a2640c255a523d475eca98ecd7986cc4451ad60b839f9aa0c556761908a0e98dcaf84cd0afdf011e05b18f9528929dfe7a621c474f07f36cd1
|
||||
|
Loading…
Reference in New Issue
Block a user