From 30648b934df8451c40abb1173ce8fc5202a5fb89 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 26 Oct 2016 08:26:15 +0200 Subject: [PATCH] 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 --- gen_sources.sh | 10 ++++++++++ postgresql.spec | 9 +++++++-- sources | 10 +++++----- 3 files changed, 22 insertions(+), 7 deletions(-) create mode 100755 gen_sources.sh diff --git a/gen_sources.sh b/gen_sources.sh new file mode 100755 index 0000000..fffa3cb --- /dev/null +++ b/gen_sources.sh @@ -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 diff --git a/postgresql.spec b/postgresql.spec index 01fc1a6..cae0ba8 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -66,7 +66,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 9.6 -Version: 9.6.0 +Version: 9.6.1 Release: 1%{?dist} # 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 # 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.4 +%global prevversion 9.5.5 %global prevmajorversion 9.5 %global setup_version 5.0 @@ -1210,6 +1210,11 @@ fi %endif %changelog +* Wed Oct 26 2016 Pavel Raiskup - 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 - 9.6.0-1 - rebase the postgresql-setup tarball diff --git a/sources b/sources index b1a0dc1..ee64c36 100644 --- a/sources +++ b/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 -ad36fcf624748b8ed67783ad04529f43 postgresql-9.5.4.tar.bz2 -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 +c2059344535bf765b41ca9ad952744bb postgresql-9.6.1-US.pdf