rebase: update to 10.2
Per release notes: https://www.postgresql.org/docs/10/static/release-10-2.html Version: 10.2-1
This commit is contained in:
parent
0df80d97f3
commit
82b3e4e96d
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
/postgresql-10.1.tar.bz2
|
/postgresql-10.2.tar.bz2
|
||||||
/postgresql-10.1.tar.bz2.sha256
|
/postgresql-10.2.tar.bz2.sha256
|
||||||
/postgresql-9.6.6.tar.bz2
|
/postgresql-9.6.7.tar.bz2
|
||||||
/postgresql-9.6.6.tar.bz2.sha256
|
/postgresql-9.6.7.tar.bz2.sha256
|
||||||
/postgresql-setup-8.0.tar.gz
|
/postgresql-setup-8.0.tar.gz
|
||||||
/postgresql-10.1-US.pdf
|
/postgresql-10.2-US.pdf
|
||||||
|
@ -58,8 +58,8 @@
|
|||||||
Summary: PostgreSQL client programs
|
Summary: PostgreSQL client programs
|
||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 10
|
%global majorversion 10
|
||||||
Version: 10.1
|
Version: 10.2
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
||||||
# recognizes it as an independent license, so we do as well.
|
# recognizes it as an independent license, so we do as well.
|
||||||
@ -71,7 +71,7 @@ Url: http://www.postgresql.org/
|
|||||||
# in-place upgrade of an old database. In most cases it will not be critical
|
# 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;
|
# that this be kept up with the latest minor release of the previous series;
|
||||||
# but update when bugs affecting pg_dump output are fixed.
|
# but update when bugs affecting pg_dump output are fixed.
|
||||||
%global prevversion 9.6.6
|
%global prevversion 9.6.7
|
||||||
%global prevmajorversion 9.6
|
%global prevmajorversion 9.6
|
||||||
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
||||||
|
|
||||||
@ -1115,6 +1115,10 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 08 2018 Petr Kubat <pkubat@redhat.com> - 10.2-1
|
||||||
|
- update to 10.2 per release notes:
|
||||||
|
https://www.postgresql.org/docs/10/static/release-10-2.html
|
||||||
|
|
||||||
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 10.1-5
|
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 10.1-5
|
||||||
- Rebuilt for switch to libxcrypt
|
- Rebuilt for switch to libxcrypt
|
||||||
|
|
||||||
|
10
sources
10
sources
@ -1,6 +1,6 @@
|
|||||||
SHA512 (postgresql-10.1.tar.bz2) = 06050d353aa43f32e0de0199d833d8a4652aff893b718b1c40ed31837838f73fe4d977ac0f2164ab97b3eeff4aae3409f440601740898a893877d96bc0ed1882
|
SHA512 (postgresql-10.2.tar.bz2) = bac61644c12c31e2dce97ec0134902a2a7141e922619015425961b963961b21210ca840f59ba585d3d75c7e34cb640f2ebeaa2b25c4a866db68f5e73a8f8a448
|
||||||
SHA512 (postgresql-10.1.tar.bz2.sha256) = 7f9d35825e81598841bd01d44ae9e3af9814c1af60c5fd8292a326f8ff7006975e1a19f9777c994151c61b4c0ec9d8f0214ceae8e3f41239b706c212ffe6df62
|
SHA512 (postgresql-10.2.tar.bz2.sha256) = 048808e884918474a6f1c1fb75a9eeea3a69ede87ecec9aba614a605b4b49f2cd53c2c7e416fe3e073a8fccfc516cd70140c8a635ddb0cc03c96e2ae59a084f4
|
||||||
SHA512 (postgresql-9.6.6.tar.bz2) = ac2f0fe6ef7c4e14f85cd7592d1306d9657b7f35efa6f43a089d7785ab970b8c25aa1e66d83df056c23513d6dbac0a9f54717b3d85758560d02e7f8141914ebc
|
SHA512 (postgresql-9.6.7.tar.bz2) = 6a66cdd5b74ea6dc95628b89bb7663555370be56b3e938f635950628ad5d77443ac8f40c747be1fc1cfc19ca8b0a27f41e52fe4db83a43c7a7bab9bb076c7844
|
||||||
SHA512 (postgresql-9.6.6.tar.bz2.sha256) = 8ab0aadd03923bf7888f6de055432f7a0bca0c4d3287d38490ae542d87d22e5753b62f1fc30474e9d875b0317a94266bbda5ad4b2cf2dada2b2c480cd9a05772
|
SHA512 (postgresql-9.6.7.tar.bz2.sha256) = c1cdf41a4e88c9b41a3ae30c81403f6c625a3e047ef4a5ccfec7a238a88923dd6b0dac358db44acd16c8bf938bed2bc26e42b342180dfd75485b17a14baa5cb6
|
||||||
SHA512 (postgresql-setup-8.0.tar.gz) = 306b05b5aa3c2ad4419b1a9584d5ca9b1dc2e8f80bf2602e4f76cd23671a6cbd84a34bbf139db17ac917e5cddd12c3fa5d6fce50f80132443233bcd15964932a
|
SHA512 (postgresql-setup-8.0.tar.gz) = 306b05b5aa3c2ad4419b1a9584d5ca9b1dc2e8f80bf2602e4f76cd23671a6cbd84a34bbf139db17ac917e5cddd12c3fa5d6fce50f80132443233bcd15964932a
|
||||||
SHA512 (postgresql-10.1-US.pdf) = 8bbd10fc2e3704af0a82f9c4c0aa483109ff606bd784e923831ac7be8ff833245fe3036129a74cc5e01ec2a89f6519f625aa18ff27132a9c314b3db51fcddb5b
|
SHA512 (postgresql-10.2-US.pdf) = 4fcf200d5298f55c2361daa7c469f43e0bb07b71e22299e328475c99c989e29a06930a1bf7ebf2d07615e4c515a4d446421311e2fdc04703924b816a49ba0311
|
||||||
|
Loading…
Reference in New Issue
Block a user