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

Jozef Mlich jmlich at fedoraproject.org
Wed Oct 16 11:08:21 UTC 2013


commit ce0b2b1d67c6e3a3159181e038c46da272ed376d
Author: Jozef Mlich <jmlich at redhat.com>
Date:   Wed Oct 16 13:07:35 2013 +0200

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

 .gitignore      |    3 +++
 postgresql.spec |   14 +++++++++-----
 sources         |    6 +++---
 3 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 46823fd..87c9b4f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
 /postgresql-9.2.4.tar.bz2
 /postgresql-9.2.4-US.pdf
 /postgresql-9.1.9.tar.bz2
+/postgresql-9.1.10.tar.bz2
+/postgresql-9.2.5.tar.bz2
+/postgresql-9.2.5-US.pdf
diff --git a/postgresql.spec b/postgresql.spec
index 1b9cdce..f6a6cb7 100644
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -57,8 +57,8 @@
 Summary: PostgreSQL client programs
 Name: postgresql
 %global majorversion 9.2
-Version: 9.2.4
-Release: 7%{?dist}
+Version: 9.2.5
+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.
@@ -73,7 +73,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.9
+%global prevversion 9.1.10
 %global prevmajorversion 9.1
 
 Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
@@ -109,7 +109,7 @@ Patch8: postgresql-man.patch
 # Add support for atomic operations TAS/S_UNLOCK in aarch64.
 # ~> upstream (612ecf311b)
 # ~> #970661
-Patch10: postgresql-9.2.4-aarch64-atomic.patch
+# Patch10: postgresql-9.2.4-aarch64-atomic.patch # FIXED in 9.2.5, needed just for upgrade
 Patch11: postgresql-9.2.4-aarch64-atomic-upgrade.patch
 
 # When user complicates access of 'postgres' user to the database, the
@@ -347,7 +347,7 @@ benchmarks.
 %patch5 -p1
 %patch6 -p1
 %patch8 -p1
-%patch10 -p1
+
 %patch12 -p1
 
 # We used to run autoconf here, but there's no longer any real need to,
@@ -1125,6 +1125,10 @@ fi
 %endif
 
 %changelog
+* Wed Oct 16 2013 Jozef Mlich <jmlich at redhat.com> - 9.2.5-1
+- Update to PostgreSQL 9.2.5, for various fixes described at
+  http://www.postgresql.org/docs/9.2/static/release-9-2-5.html
+
 * Thu Aug 15 2013 Pavel Raiskup <praiskup at redhat.com> - 9.2.4-7
 - upgrade: stop old server in case of permissions problem (#896161)
 
diff --git a/sources b/sources
index 4657dc6..59ce361 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-6ee5bb53b97da7c6ad9cb0825d3300dd  postgresql-9.2.4.tar.bz2
-64f70057a3a153e8e237d0c79ccc63e9  postgresql-9.2.4-US.pdf
-6b5ea53dde48fcd79acfc8c196b83535  postgresql-9.1.9.tar.bz2
+1af18f12bca0796a05dca280cb3e9410  postgresql-9.1.10.tar.bz2
+e8438e0ed5e6371741be7697886e7340  postgresql-9.2.5.tar.bz2
+0e053e0d9748a0ebadc0d832e651ac3f  postgresql-9.2.5-US.pdf


More information about the scm-commits mailing list