diff --git a/.gitignore b/.gitignore index b053033..9436240 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/postgresql-9.5.9-US.pdf -SOURCES/postgresql-9.5.9.tar.bz2 +SOURCES/postgresql-9.5.14-US.pdf +SOURCES/postgresql-9.5.14.tar.bz2 SOURCES/postgresql-setup-6.0.tar.gz diff --git a/.rh-postgresql95-postgresql.metadata b/.rh-postgresql95-postgresql.metadata index a4d20b0..6092740 100644 --- a/.rh-postgresql95-postgresql.metadata +++ b/.rh-postgresql95-postgresql.metadata @@ -1,3 +1,3 @@ -321e364040b09ab4423782de3bbf06a70b55f5d0 SOURCES/postgresql-9.5.9-US.pdf -ea1fc6ce64611e2c32620330b2de5a54a04d7e8d SOURCES/postgresql-9.5.9.tar.bz2 +ba51915d015d61465f9b47cbb17ff4e6eb474f13 SOURCES/postgresql-9.5.14-US.pdf +23b29fbf57730c3d0662f5875d5bb8072d9f1074 SOURCES/postgresql-9.5.14.tar.bz2 8c2d7c97ba79dbb5dc804461a6acddbd1b7959e6 SOURCES/postgresql-setup-6.0.tar.gz diff --git a/SPECS/postgresql.spec b/SPECS/postgresql.spec index 8727669..db46ee6 100644 --- a/SPECS/postgresql.spec +++ b/SPECS/postgresql.spec @@ -65,8 +65,8 @@ Summary: PostgreSQL client programs Name: %{?scl_prefix}postgresql %global majorversion 9.5 -Version: 9.5.9 -Release: 4%{?dist} +Version: 9.5.14 +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. @@ -1161,6 +1161,14 @@ cd - %endif %changelog +* Thu Aug 09 2018 Pavel Raiskup - 9.5.14-1 +- update to 9.5.14 per release notes: + https://www.postgresql.org/docs/9.5/static/release-9-5-10.html + https://www.postgresql.org/docs/9.5/static/release-9-5-11.html + https://www.postgresql.org/docs/9.5/static/release-9-5-12.html + https://www.postgresql.org/docs/9.5/static/release-9-5-13.html + https://www.postgresql.org/docs/9.5/static/release-9-5-14.html + * Mon Nov 13 2017 Pavel Raiskup - 9.5.9-4 - bump again, now build only x86_64 plus s390x on el6