diff --git a/.gitignore b/.gitignore index 4bf7b68..1a93450 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/postgresql-9.4.12-US.pdf -SOURCES/postgresql-9.4.12.tar.bz2 +SOURCES/postgresql-9.4.14-US.pdf +SOURCES/postgresql-9.4.14.tar.bz2 SOURCES/postgresql-setup-3.3.tar.gz diff --git a/.rh-postgresql94-postgresql.metadata b/.rh-postgresql94-postgresql.metadata index 729e9ee..274c28d 100644 --- a/.rh-postgresql94-postgresql.metadata +++ b/.rh-postgresql94-postgresql.metadata @@ -1,3 +1,3 @@ -bcda8a5c7181712fb1ed2fa044d3c9da42476edf SOURCES/postgresql-9.4.12-US.pdf -88be8d77b653a652dbf9aca513c3b6a8bfa63259 SOURCES/postgresql-9.4.12.tar.bz2 +b3d5a1459042cd3b4d1aeec927f9fb9b977f49a5 SOURCES/postgresql-9.4.14-US.pdf +6b0b4eff681d1b93be903b96c2c16a6ca9e0d848 SOURCES/postgresql-9.4.14.tar.bz2 2317e63eb18c38e2fd0ffd85585334a38a9dc1f9 SOURCES/postgresql-setup-3.3.tar.gz diff --git a/SPECS/postgresql.spec b/SPECS/postgresql.spec index f0cc550..42d52c1 100644 --- a/SPECS/postgresql.spec +++ b/SPECS/postgresql.spec @@ -64,7 +64,7 @@ Summary: PostgreSQL client programs Name: %{?scl_prefix}postgresql %global majorversion 9.4 -Version: 9.4.12 +Version: 9.4.14 Release: 1%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI @@ -1148,6 +1148,14 @@ cd - %endif %changelog +* Tue Aug 29 2017 Petr Kubat - 9.4.14-1 +- update to 9.4.14 per release notes + http://www.postgresql.org/docs/9.4/static/release-9-4-14.html + +* Thu Aug 24 2017 Petr Kubat - 9.4.13-1 +- update to 9.4.13 per release notes + http://www.postgresql.org/docs/9.4/static/release-9-4-13.html + * Fri May 12 2017 Pavel Raiskup - 9.4.12-1 - update to 9.4.12 per release notes http://www.postgresql.org/docs/9.4/static/release-9-4-12.html