[postgresql/f19] Update to PostgreSQL 9.2.7, for various fixes described at http://www.postgresql.org/docs/9.2/static

Jozef Mlich jmlich at fedoraproject.org
Thu Feb 20 15:23:44 UTC 2014


commit 9c6a82ca4beb0992c5a689ae08b452a4c34b14d6
Author: Jozef Mlich <jmlich at redhat.com>
Date:   Thu Feb 20 16:21:55 2014 +0100

    Update to PostgreSQL 9.2.7, for various fixes described at
    http://www.postgresql.org/docs/9.2/static/release-9-2-7.html

 .gitignore      |    3 +++
 postgresql.spec |    8 ++++++--
 sources         |    6 +++---
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f8cbf39..2712dd7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,6 @@
 /postgresql-9.2.6.tar.bz2
 /postgresql-9.2.6-US.pdf
 /postgresql-9.1.11.tar.bz2
+/postgresql-9.1.12.tar.bz2
+/postgresql-9.2.7-US.pdf
+/postgresql-9.2.7.tar.bz2
diff --git a/postgresql.spec b/postgresql.spec
index 6c94d2a..06fa9b2 100644
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -61,7 +61,7 @@
 Summary: PostgreSQL client programs
 Name: postgresql
 %global majorversion 9.2
-Version: 9.2.6
+Version: 9.2.7
 Release: 1%{?dist}
 
 # The PostgreSQL license is very similar to other MIT licenses, but the OSI
@@ -77,7 +77,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.1.11
+%global prevversion 9.1.12
 %global prevmajorversion 9.1
 
 Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
@@ -1129,6 +1129,10 @@ fi
 %endif
 
 %changelog
+* Thu Feb 20 2014 Jozef Mlich <jmlich at redhat.com> - 9.2.7-1
+- Update to PostgreSQL 9.2.7, for various fixes described at
+  http://www.postgresql.org/docs/9.2/static/release-9-2-7.html
+
 * Thu Dec 05 2013 Jozef Mlich <jmlich at redhat.com> - 9.2.6-1
 - Update to PostgreSQL 9.2.6, for various fixes described at
   http://www.postgresql.org/docs/9.2/static/release-9-2-6.html
diff --git a/sources b/sources
index 87ff428..d22ee44 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-3e68c0c7468c56f73060a88a377dbde8  postgresql-9.2.6.tar.bz2
-247531be84464ba70e923214d8d39a6a  postgresql-9.2.6-US.pdf
-863caa3d9f57ab3cd031fd06f497e1b6  postgresql-9.1.11.tar.bz2
+a14eb8a602af44f1827a9ecf928e7b44  postgresql-9.1.12.tar.bz2
+43223612b74b18e53620bd1aadd82e11  postgresql-9.2.7-US.pdf
+610354e939d3b6d8d1a620504bc25fb2  postgresql-9.2.7.tar.bz2


More information about the scm-commits mailing list