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

Jozef Mlich jmlich at fedoraproject.org
Thu Feb 20 14:58:19 UTC 2014


commit a2f501b795470a4a7fc42c17fd32b1583f885525
Author: Jozef Mlich <jmlich at redhat.com>
Date:   Thu Feb 20 15:58:24 2014 +0100

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

 .gitignore      |    3 +++
 postgresql.spec |   10 +++++++---
 sources         |    6 +++---
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 34f4e76..e4470d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,6 @@
 /postgresql-9.3.2.tar.bz2
 /postgresql-9.3.2-US.pdf
 /postgresql-9.2.6.tar.bz2
+/postgresql-9.3.3.tar.bz2
+/postgresql-9.3.3-US.pdf
+/postgresql-9.2.7.tar.bz2
diff --git a/postgresql.spec b/postgresql.spec
index 82292a1..d0c7829 100644
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -63,8 +63,8 @@
 Summary: PostgreSQL client programs
 Name: postgresql
 %global majorversion 9.3
-Version: 9.3.2
-Release: 7%{?dist}
+Version: 9.3.3
+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.
@@ -79,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.6
+%global prevversion 9.2.7
 %global prevmajorversion 9.2
 
 Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
@@ -1131,6 +1131,10 @@ fi
 %endif
 
 %changelog
+* Thu Feb 20 2014 Jozef Mlich <jmlich at redhat.com> - 9.3.3-1
+- update to 9.3.3 minor version per release notes:
+  http://www.postgresql.org/docs/9.3/static/release-9-3-3.html
+
 * Thu Jan 23 2014 Pavel Raiskup <praiskup at redhat.com> - 9.3.2-7
 - postgresql-setup: typos
 
diff --git a/sources b/sources
index 7c5bb74..44f43f1 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-8c905155e3e9f9367b4299a9acb41d2a  postgresql-9.3.2.tar.bz2
-8f7d6baa6abedfef6d926da4fa3e4a2c  postgresql-9.3.2-US.pdf
-3e68c0c7468c56f73060a88a377dbde8  postgresql-9.2.6.tar.bz2
+0247b0a24e76a3f20cc50c06d0aa2412  postgresql-9.3.3.tar.bz2
+517e6f0f71ead14673093212089680d9  postgresql-9.3.3-US.pdf
+610354e939d3b6d8d1a620504bc25fb2  postgresql-9.2.7.tar.bz2


More information about the scm-commits mailing list