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

Jozef Mlich jmlich at fedoraproject.org
Thu Dec 5 15:40:37 UTC 2013


commit 2b4c6ff91c4f1e1a86f7567d41a30bb4aac49958
Author: Jozef Mlich <jmlich at redhat.com>
Date:   Thu Dec 5 16:40:27 2013 +0100

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

 .gitignore      |    3 +++
 postgresql.spec |   12 ++++++++++--
 sources         |    6 +++---
 3 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 87c9b4f..f8cbf39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,6 @@
 /postgresql-9.1.10.tar.bz2
 /postgresql-9.2.5.tar.bz2
 /postgresql-9.2.5-US.pdf
+/postgresql-9.2.6.tar.bz2
+/postgresql-9.2.6-US.pdf
+/postgresql-9.1.11.tar.bz2
diff --git a/postgresql.spec b/postgresql.spec
index f6a6cb7..6c94d2a 100644
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -53,11 +53,15 @@
 %{!?selinux:%global selinux 1}
 %{!?runselftest:%global runselftest 1}
 
+# By default, patch(1) creates backup files when chunks apply with offsets.
+# Turn that off to ensure such files don't get included in RPMs.
+%global _default_patch_flags --no-backup-if-mismatch
+
 
 Summary: PostgreSQL client programs
 Name: postgresql
 %global majorversion 9.2
-Version: 9.2.5
+Version: 9.2.6
 Release: 1%{?dist}
 
 # The PostgreSQL license is very similar to other MIT licenses, but the OSI
@@ -73,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.10
+%global prevversion 9.1.11
 %global prevmajorversion 9.1
 
 Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
@@ -1125,6 +1129,10 @@ fi
 %endif
 
 %changelog
+* 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
+
 * 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
diff --git a/sources b/sources
index 59ce361..87ff428 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-1af18f12bca0796a05dca280cb3e9410  postgresql-9.1.10.tar.bz2
-e8438e0ed5e6371741be7697886e7340  postgresql-9.2.5.tar.bz2
-0e053e0d9748a0ebadc0d832e651ac3f  postgresql-9.2.5-US.pdf
+3e68c0c7468c56f73060a88a377dbde8  postgresql-9.2.6.tar.bz2
+247531be84464ba70e923214d8d39a6a  postgresql-9.2.6-US.pdf
+863caa3d9f57ab3cd031fd06f497e1b6  postgresql-9.1.11.tar.bz2


More information about the scm-commits mailing list