diff --git a/.gitignore b/.gitignore index 9001ca5..85e5f65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/postgresql-8.4.22.tar.bz2 -SOURCES/postgresql-9.2.13-US.pdf -SOURCES/postgresql-9.2.13.tar.bz2 +SOURCES/postgresql-9.2.14-US.pdf +SOURCES/postgresql-9.2.14.tar.bz2 diff --git a/.postgresql92-postgresql.metadata b/.postgresql92-postgresql.metadata index 7e8f610..f921030 100644 --- a/.postgresql92-postgresql.metadata +++ b/.postgresql92-postgresql.metadata @@ -1,3 +1,3 @@ 66a1286c4983121af35b76c97b97288013edc151 SOURCES/postgresql-8.4.22.tar.bz2 -25c3eafd534b264443fc1cd3a9d9bc927482d03f SOURCES/postgresql-9.2.13-US.pdf -8078c44b092dc25b8d338110e80872682fa42a2b SOURCES/postgresql-9.2.13.tar.bz2 +0032b22d41b9124cd02a9807198528693ba0ae9e SOURCES/postgresql-9.2.14-US.pdf +d07311e7b44f92fb7b5e127c2f7069ff4dd47607 SOURCES/postgresql-9.2.14.tar.bz2 diff --git a/SPECS/postgresql.spec b/SPECS/postgresql.spec index 0d0f975..898d03d 100644 --- a/SPECS/postgresql.spec +++ b/SPECS/postgresql.spec @@ -58,7 +58,7 @@ Summary: PostgreSQL client programs Name: %{?scl_prefix}postgresql %global majorversion 9.2 -Version: 9.2.13 +Version: 9.2.14 Release: 1%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI @@ -1147,6 +1147,10 @@ cat psql-%{majorversion}.lang >>main.lst %endif %changelog +* Wed Oct 21 2015 Pavel Raiskup - 9.2.14-1 +- update to 9.2.14 per release notes + http://www.postgresql.org/docs/9.2/static/release-9-2-14.html + * Wed Jun 17 2015 Jozef Mlich - 9.2.13-1 - Rebase to 9.2.13 minor vesion per release notes: http://www.postgresql.org/docs/9.2/static/release-9-2-13.html