[postgresql] update to 9.3.2 minor version per release notes: http://www.postgresql.org/docs/9.3/static/release-9

Jozef Mlich jmlich at fedoraproject.org
Thu Dec 5 15:32:31 UTC 2013


commit 3355515a991098f1dc46060b06aa7ad5b9297810
Author: Jozef Mlich <jmlich at redhat.com>
Date:   Thu Dec 5 16:32:09 2013 +0100

    update to 9.3.2 minor version per release notes:
    http://www.postgresql.org/docs/9.3/static/release-9-3-2.html

 .gitignore      |    3 +++
 postgresql.spec |   14 +++++++++++---
 sources         |    6 +++---
 3 files changed, 17 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9289b41..34f4e76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,6 @@
 /postgresql-9.3.1-US.pdf
 /postgresql-9.3.1.tar.bz2
 /postgresql-9.2.5.tar.bz2
+/postgresql-9.3.2.tar.bz2
+/postgresql-9.3.2-US.pdf
+/postgresql-9.2.6.tar.bz2
diff --git a/postgresql.spec b/postgresql.spec
index 74d1ec0..5f51f94 100644
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -53,14 +53,18 @@
 %{!?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
+
 # _pkgdocdir is defined in fc20+, remove once f19 is dead
 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
 
 Summary: PostgreSQL client programs
 Name: postgresql
 %global majorversion 9.3
-Version: 9.3.1
-Release: 2%{?dist}
+Version: 9.3.2
+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.
@@ -75,7 +79,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.2.5
+%global prevversion 9.2.6
 %global prevmajorversion 9.2
 
 Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
@@ -1118,6 +1122,10 @@ fi
 %endif
 
 %changelog
+* Thu Dec 05 2013 Jozef Mlich <jmlich at redhat.com> - 9.3.2-1
+- update to 9.3.2 minor version per release notes:
+  http://www.postgresql.org/docs/9.3/static/release-9-3-2.html
+
 * Thu Oct 17 2013 Jozef Mlich <jmlich at redhat.com> - 9.3.1-2
 - the prevversion (see package upgrade process) is updated
   from 9.2.4 to 9.2.5
diff --git a/sources b/sources
index c304873..7c5bb74 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-4c12a9570d84bcc4fb41e8270c287f05  postgresql-9.3.1-US.pdf
-c003d871f712d4d3895956b028a96e74  postgresql-9.3.1.tar.bz2
-e8438e0ed5e6371741be7697886e7340  postgresql-9.2.5.tar.bz2
+8c905155e3e9f9367b4299a9acb41d2a  postgresql-9.3.2.tar.bz2
+8f7d6baa6abedfef6d926da4fa3e4a2c  postgresql-9.3.2-US.pdf
+3e68c0c7468c56f73060a88a377dbde8  postgresql-9.2.6.tar.bz2


More information about the scm-commits mailing list