From 3367ca55e5603e612cec4cd4321de29c36a8e4e6 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 29 2015 15:27:07 +0000 Subject: import postgresql-9.2.13-1.el7_1 --- diff --git a/.gitignore b/.gitignore index a63d664..489436c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/postgresql-8.4.20.tar.bz2 -SOURCES/postgresql-9.2.10-US.pdf -SOURCES/postgresql-9.2.10.tar.bz2 +SOURCES/postgresql-9.2.13-US.pdf +SOURCES/postgresql-9.2.13.tar.bz2 diff --git a/.postgresql.metadata b/.postgresql.metadata index d3414d8..4b24c71 100644 --- a/.postgresql.metadata +++ b/.postgresql.metadata @@ -1,3 +1,3 @@ bad68fc70f90a28212459e5347c32ebbdfcf2c8e SOURCES/postgresql-8.4.20.tar.bz2 -b08cdf0956d7612c0cbc9d92872a6f2102f85c17 SOURCES/postgresql-9.2.10-US.pdf -3c82fc1d37ae10063b15caef39216616252de0a0 SOURCES/postgresql-9.2.10.tar.bz2 +292c43f62bad9f7799f3b0a387c182bca13b25fe SOURCES/postgresql-9.2.13-US.pdf +8078c44b092dc25b8d338110e80872682fa42a2b SOURCES/postgresql-9.2.13.tar.bz2 diff --git a/SPECS/postgresql.spec b/SPECS/postgresql.spec index 61e11e3..e9d16bd 100644 --- a/SPECS/postgresql.spec +++ b/SPECS/postgresql.spec @@ -62,8 +62,8 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 9.2 -Version: 9.2.10 -Release: 2%{?dist} +Version: 9.2.13 +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. @@ -1150,6 +1150,18 @@ fi %endif %changelog +* Thu Jun 11 2015 Pavel Raiskup - 9.2.13-1 +- update to 9.2.13 per release notes + http://www.postgresql.org/docs/9.2/static/release-9-2-13.html + +* Wed Jun 03 2015 Pavel Raiskup - 9.2.12-1 +- update to 9.2.12 per release notes + http://www.postgresql.org/docs/9.2/static/release-9-2-12.html + +* Mon May 25 2015 Pavel Raiskup - 9.2.11-1 +- update to 9.2.11 per release notes + http://www.postgresql.org/docs/9.2/static/release-9-2-11.html + * Tue Mar 10 2015 Pavel Raiskup - 9.2.10-2 - enable ecpg testsuite