rebase: update to 9.6.1
Per release notes: https://www.postgresql.org/docs/9.6/static/release-9-6-1.html Version: 9.6.1-1
This commit is contained in:
parent
bb1db959b3
commit
30648b934d
10
gen_sources.sh
Executable file
10
gen_sources.sh
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#! /bin/sh -x
|
||||||
|
|
||||||
|
set -e
|
||||||
|
spectool -S *.spec | cut -d' ' -f2 \
|
||||||
|
| grep -E -e 'postgresql-.*\.tar\.*' -e 'postgresql.*\.pdf' | sort | \
|
||||||
|
while read line
|
||||||
|
do
|
||||||
|
base=`basename "$line"`
|
||||||
|
md5sum "$base"
|
||||||
|
done
|
@ -66,7 +66,7 @@
|
|||||||
Summary: PostgreSQL client programs
|
Summary: PostgreSQL client programs
|
||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 9.6
|
%global majorversion 9.6
|
||||||
Version: 9.6.0
|
Version: 9.6.1
|
||||||
Release: 1%{?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
|
||||||
@ -82,7 +82,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.5.4
|
%global prevversion 9.5.5
|
||||||
%global prevmajorversion 9.5
|
%global prevmajorversion 9.5
|
||||||
|
|
||||||
%global setup_version 5.0
|
%global setup_version 5.0
|
||||||
@ -1210,6 +1210,11 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 26 2016 Pavel Raiskup <praiskup@redhat.com> - 9.6.1-1
|
||||||
|
- update to 9.6.1 per release notes:
|
||||||
|
https://www.postgresql.org/docs/9.6/static/release-9-6-1.html
|
||||||
|
- add gen_sources.sh script
|
||||||
|
|
||||||
* Tue Oct 04 2016 Pavel Raiskup <praiskup@redhat.com> - 9.6.0-1
|
* Tue Oct 04 2016 Pavel Raiskup <praiskup@redhat.com> - 9.6.0-1
|
||||||
- rebase the postgresql-setup tarball
|
- rebase the postgresql-setup tarball
|
||||||
|
|
||||||
|
10
sources
10
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
|
155acd3ada68b20f4ee0fa918ef0e912 postgresql-setup-5.0.tar.gz
|
||||||
ad36fcf624748b8ed67783ad04529f43 postgresql-9.5.4.tar.bz2
|
c2059344535bf765b41ca9ad952744bb postgresql-9.6.1-US.pdf
|
||||||
791291e31348bf4619048a8b06e2231d postgresql-9.5.4.tar.bz2.sha256
|
|
||||||
3e0ebaec6809351b3ed66bf8fb39d0db postgresql-9.6.0-US.pdf
|
|
||||||
c5af6ebb790ab877e1d2e56e19cebb29 postgresql-9.6.0.tar.bz2
|
|
||||||
fd544734288a6769ec122176ba1e0cc2 postgresql-9.6.0.tar.bz2.sha256
|
|
||||||
|
Loading…
Reference in New Issue
Block a user