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

Jozef Mlich jmlich at fedoraproject.org
Thu Oct 17 13:54:18 UTC 2013


commit 23745e207518a2992767776ddba87d56f70fe888
Author: Jozef Mlich <jmlich at redhat.com>
Date:   Thu Oct 17 15:54:10 2013 +0200

    update to 9.2.5 minor version per release notes:
    http://www.postgresql.org/docs/9.2/static/release-9-2-5.html

 .gitignore      |    3 +++
 postgresql.spec |   12 ++++++++----
 sources         |    6 +++---
 3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 46823fd..845fc18 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.2.5.tar.bz2
+/postgresql-9.2.5-US.pdf
+/postgresql-9.1.10.tar.bz2
diff --git a/postgresql.spec b/postgresql.spec
index ed0ce22..559e36c 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: 2%{?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
@@ -1110,6 +1110,10 @@ fi
 %endif
 
 %changelog
+* Thu Oct 17 2013 Jozef Mlich <jmlich at redhat.com> - 9.2.5-1
+- update to 9.2.5 minor version per release notes:
+  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-2
 - postgresql-setup: don't create whole path to server's data to make sure that
   the parent directory has correct permissions (#972425) (pick from fc20)
@@ -1722,7 +1726,7 @@ Resolves: #161470
 * Mon Aug 30 2004 Tom Lane <tgl at redhat.com> 7.4.5-2
 - Update to PyGreSQL 3.5.
 
-* Wed Aug 24 2004 Tom Lane <tgl at redhat.com> 7.4.5-1
+* Tue Aug 24 2004 Tom Lane <tgl at redhat.com> 7.4.5-1
 - Update to PostgreSQL 7.4.5.
 - Update JDBC jars to driver build 215.
 - Add Obsoletes: entries for rh-postgresql packages, per bug 129278.
diff --git a/sources b/sources
index 4657dc6..1ce0175 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
+e8438e0ed5e6371741be7697886e7340  postgresql-9.2.5.tar.bz2
+76e0b560ed5c67a27661f7bd803df080  postgresql-9.2.5-US.pdf
+1af18f12bca0796a05dca280cb3e9410  postgresql-9.1.10.tar.bz2


More information about the scm-commits mailing list