Rebase to upstream version 10.7
Per release notes: https://www.postgresql.org/docs/10/release-10-7.html Version: 10.7-1 Fixes: PR#12
This commit is contained in:
parent
08324caf5f
commit
174efeb89d
@ -62,7 +62,7 @@
|
|||||||
Summary: PostgreSQL client programs
|
Summary: PostgreSQL client programs
|
||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 10
|
%global majorversion 10
|
||||||
Version: 10.6
|
Version: 10.7
|
||||||
%{?dirty_hack_epoch}
|
%{?dirty_hack_epoch}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
@ -76,7 +76,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.11
|
%global prevversion 9.6.12
|
||||||
%global prevmajorversion 9.6
|
%global prevmajorversion 9.6
|
||||||
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
||||||
%global precise_version %{?epoch:%epoch:}%version-%release
|
%global precise_version %{?epoch:%epoch:}%version-%release
|
||||||
@ -1260,6 +1260,10 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 14 2019 Patrik Novotný <panovotn@redhat.com> - 10.7-1
|
||||||
|
- Rebase to upstream version 10.7
|
||||||
|
https://www.postgresql.org/docs/10/release-10-7.html
|
||||||
|
|
||||||
* Tue Dec 11 2018 Pavel Raiskup <praiskup@redhat.com> - 10.6-1
|
* Tue Dec 11 2018 Pavel Raiskup <praiskup@redhat.com> - 10.6-1
|
||||||
- rebase to 10.6
|
- rebase to 10.6
|
||||||
|
|
||||||
|
10
sources
10
sources
@ -1,6 +1,6 @@
|
|||||||
SHA512 (postgresql-10.6.tar.bz2) = 5d4d5cee2a19ad1820c3411bc4851904e3059cdcacc837350694d54d7d59260b66c565c72cc14a3a10541a8fc49c5185f08f57b7a8c7e4c64ed2614da6e1201f
|
SHA512 (postgresql-10.7.tar.bz2) = 2fa8194e9ef540930eecc2a43907a77f7f185590046350d48fd625bdb1ab459095c4e2e0d2faac846935d7231ac672ace760633deeee365572768da619458ba9
|
||||||
SHA512 (postgresql-10.6.tar.bz2.sha256) = 3cab4df3b32896b7053da17c27b91b8b821e2bdedba775eca6c001fcf38f65e5ab88f3aea80c549a2e361ad4b511154c0850d6038d1d2fe9966d0c6c64040597
|
SHA512 (postgresql-10.7.tar.bz2.sha256) = 27ac812cedb70c96f14070caf53d0ea84c745b13a1317e09c719cafefd2568d0931c3d7d83eda2bde45fa68f551d07e8c48677b90c155ce1c0a798253fae1c32
|
||||||
SHA512 (postgresql-9.6.11.tar.bz2) = a4314f92d1a661af4076d8c120533ecae76d91461043b8a6ad22dd6e5b562e0bf019bc7f3157a26d9666ba5866e254613ae5b690310168b029795dc088f8c060
|
SHA512 (postgresql-9.6.12.tar.bz2) = 3a7a96caf682461f1f9bffdbe2b72b1ce00cc6680145e00c139e4af8b9dc8b8679fda1626de65921d6e187fa9290efc930584b98f1fd2aba1ba3d790a741a415
|
||||||
SHA512 (postgresql-9.6.11.tar.bz2.sha256) = 679a803fb3d0c74eb46ab85bf955330daa46531471cd3fb313b9ac3ff30346022b8758f1bd1f7083ca9409818a5399dbb040a38972ece69ae8ca2b3e146c65f2
|
SHA512 (postgresql-9.6.12.tar.bz2.sha256) = 89230928402b542847cf8952aa8e54c1301f0a616223b33ca8d7aae137722e5fe40fc41a5c64a4139edf9346b8df9fe816371821b617feec59b08098e1d92296
|
||||||
SHA512 (postgresql-setup-8.2.tar.gz) = b21ec508e207074ae1f5259479415f99301ae58a766d476a16fec620b7778ef6e5d32fa1d2cc0060cbfc5eee328a9495182500a8f2f8573ef20c359c290d8430
|
SHA512 (postgresql-setup-8.2.tar.gz) = b21ec508e207074ae1f5259479415f99301ae58a766d476a16fec620b7778ef6e5d32fa1d2cc0060cbfc5eee328a9495182500a8f2f8573ef20c359c290d8430
|
||||||
SHA512 (postgresql-10.6-US.pdf) = fef1455c62b12583e9c6a7c9ab6d34a8c8b24292f093c07df64b322f0fb256c53b8b66227ef85457721afb56011f55e3faa58fd2d9759a291a41e0d859334f71
|
SHA512 (postgresql-10.7-US.pdf) = ea838ecd70ecdc7a9ad397b6f758938d3c68645a011960c5b9878902100b7de4591f25e123f5e4694a0c5666434fa8d1f84ebf8afc5b7887e20727c711b33f3d
|
||||||
|
Loading…
Reference in New Issue
Block a user