rebase: update to 10.5
Per release notes: https://www.postgresql.org/docs/10/static/release-10-5.html Version: 10.5-1
This commit is contained in:
parent
ff6bdd20bf
commit
51abe650bc
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
/postgresql-10.4.tar.bz2
|
||||
/postgresql-10.4.tar.bz2.sha256
|
||||
/postgresql-9.6.9.tar.bz2
|
||||
/postgresql-9.6.9.tar.bz2.sha256
|
||||
/postgresql-10.5.tar.bz2
|
||||
/postgresql-10.5.tar.bz2.sha256
|
||||
/postgresql-9.6.10.tar.bz2
|
||||
/postgresql-9.6.10.tar.bz2.sha256
|
||||
/postgresql-setup-8.2.tar.gz
|
||||
/postgresql-10.4-US.pdf
|
||||
/postgresql-10.5-US.pdf
|
||||
|
@ -58,8 +58,8 @@
|
||||
Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 10
|
||||
Version: 10.4
|
||||
Release: 8%{?dist}
|
||||
Version: 10.5
|
||||
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.
|
||||
@ -71,7 +71,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.6.9
|
||||
%global prevversion 9.6.10
|
||||
%global prevmajorversion 9.6
|
||||
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
||||
%global precise_version %{?epoch:%epoch:}%version-%release
|
||||
@ -1198,6 +1198,10 @@ make -C postgresql-setup-%{setup_version} check
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 08 2018 Pavel Raiskup <praiskup@redhat.com> - 10.5-1
|
||||
- update to 10.5 per release notes:
|
||||
https://www.postgresql.org/docs/10/static/release-10-5.html
|
||||
|
||||
* Thu Aug 02 2018 Pavel Raiskup <praiskup@redhat.com> - 10.4-8
|
||||
- new postgresql-setup, the %%postgresql_tests* macros now start
|
||||
the build-time server on random port number
|
||||
|
10
sources
10
sources
@ -1,6 +1,6 @@
|
||||
SHA512 (postgresql-10.4.tar.bz2) = b7c0d2fdc724e2eb1cda9fc1eb01b47352bbe6ba6357b3e898b7f5990fd78499c8c68dcb3aa9bde7821d71b5882d8856131384e899f8055d89d51cdfdbc9e663
|
||||
SHA512 (postgresql-10.4.tar.bz2.sha256) = d2fa47777c7a40909c016e4fcbc69840d93c6d7d82023440d9f77006bfce8917e61cfe119dd77b243b29f63c852abf179d62137b5cbaa010dc30258537a92181
|
||||
SHA512 (postgresql-9.6.9.tar.bz2) = 3ce2a8f3a017d9c0bd0f1b475a9ee02bcb6a4119b0d436757911f444f49f5024bb1a1be07ce16a79e71af77799de1bf952b32279b4566bae075f23a50b8545c6
|
||||
SHA512 (postgresql-9.6.9.tar.bz2.sha256) = f86879c0d92b8439706c35d9c2b5de7283695e89387207144d041f34976fa490011d66c22b90633d3619ffcb7d2f3228fae07acd05a2315ea9e7f4834b115dac
|
||||
SHA512 (postgresql-10.5.tar.bz2) = 1bad30ae88beca66f7e8b99b82e7f02aac1e9230b328e6e5a762a704cdd9dc767d924f5a66c68c93586badfef91b7ff336120a567ce970eaa58bb44c662ad48c
|
||||
SHA512 (postgresql-10.5.tar.bz2.sha256) = f4b2bf3c6454905caf4bd5a9a53dec33e7ac6c7593e6464bf75bcd12b185bc1c54f925a088122d8819840a17bbda84e8b42c311a639d7457090ace74725971f9
|
||||
SHA512 (postgresql-9.6.10.tar.bz2) = 960a32c86466f9d5f5491ef163f5c4a99cb5de7312d13371e2223b1d156e31eb2a23ed478e6654bcbb7bd19db9470aaf63473ff661c11c60971b92af5e9daf82
|
||||
SHA512 (postgresql-9.6.10.tar.bz2.sha256) = 1dbdcf7e26128a721cb309624c1f8c368f5e3c65c15ed08aaf93c27819d2e36ba43f3c5a4ce893a079a95f7579c7dbb27b17a90c0cdf98fb9a470d7ebf3ad001
|
||||
SHA512 (postgresql-setup-8.2.tar.gz) = b21ec508e207074ae1f5259479415f99301ae58a766d476a16fec620b7778ef6e5d32fa1d2cc0060cbfc5eee328a9495182500a8f2f8573ef20c359c290d8430
|
||||
SHA512 (postgresql-10.4-US.pdf) = 88c73097ad8dee843b3a1ae36613f5df87344ce5c1f8c9f40cd14f48081421cd27970c4e6c738291f7129a772779860b8065a52956d1ff0fa3e82038ab1b381f
|
||||
SHA512 (postgresql-10.5-US.pdf) = 2605f575be109be9327ac4cc2615354e1a30daf03176888d97e928dbc43613ee45f8e47aed40a623f7b3db5a063c2c44cb3ce1616b5ac20315f611987890fbfa
|
||||
|
Loading…
Reference in New Issue
Block a user