[postgresql/f16] Update to PostgreSQL 9.1.7

Tom Lane tgl at fedoraproject.org
Thu Dec 6 17:43:17 UTC 2012


commit 685e6d5dbb00864b87f13398cf9f497695eb8be3
Author: Tom Lane <tgl at redhat.com>
Date:   Thu Dec 6 12:43:03 2012 -0500

    Update to PostgreSQL 9.1.7

 .gitignore      |    6 +++---
 postgresql.spec |    8 ++++++--
 sources         |    6 +++---
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c236be3..10d6fd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-/postgresql-9.1.6.tar.bz2
-/postgresql-9.1.6-US.pdf
-/postgresql-9.0.8.tar.bz2
+/postgresql-9.1.7.tar.bz2
+/postgresql-9.1.7-US.pdf
+/postgresql-9.0.11.tar.bz2
diff --git a/postgresql.spec b/postgresql.spec
index d903b2f..c215e76 100644
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -52,7 +52,7 @@
 Summary: PostgreSQL client programs
 Name: postgresql
 %global majorversion 9.1
-Version: 9.1.6
+Version: 9.1.7
 Release: 1%{?dist}
 
 # The PostgreSQL license is very similar to other MIT licenses, but the OSI
@@ -67,7 +67,7 @@ Url: http://www.postgresql.org/
 # This SRPM includes a copy of the previous major release, which is needed for
 # 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.
-%global prevversion 9.0.8
+%global prevversion 9.0.11
 %global prevmajorversion 9.0
 
 Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
@@ -901,6 +901,10 @@ fi
 %endif
 
 %changelog
+* Thu Dec  6 2012 Tom Lane <tgl at redhat.com> 9.1.7-1
+- Update to PostgreSQL 9.1.7, for various fixes described at
+  http://www.postgresql.org/docs/9.1/static/release-9-1-7.html
+
 * Mon Sep 24 2012 Tom Lane <tgl at redhat.com> 9.1.6-1
 - Update to PostgreSQL 9.1.6, for various fixes described at
   http://www.postgresql.org/docs/9.1/static/release-9-1-6.html
diff --git a/sources b/sources
index ca5d378..1674ec8 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-000755f66c0de58bbd4cd2b89b45b8e2  postgresql-9.1.6.tar.bz2
-113e278c0204527a3b983fbd2a541743  postgresql-9.1.6-US.pdf
-0e830b0f6538e04b788c3208060256ef  postgresql-9.0.8.tar.bz2
+eaf7b67493d59d1a60767ffdfbd65ce9  postgresql-9.1.7.tar.bz2
+da9bfb0f8742396c26c639b2cbeb658a  postgresql-9.1.7-US.pdf
+b6080b9d902126e452249aa750ef10cd  postgresql-9.0.11.tar.bz2


More information about the scm-commits mailing list