[postgresql/f17] Update to PostgreSQL 9.1.6

Tom Lane tgl at fedoraproject.org
Mon Sep 24 15:51:12 UTC 2012


commit 4f92fe3a9c39c5db7015cd6f1c0a7449ffc60fe8
Author: Tom Lane <tgl at redhat.com>
Date:   Mon Sep 24 11:50:40 2012 -0400

    Update to PostgreSQL 9.1.6

 .gitignore      |    4 ++--
 postgresql.spec |    9 +++++++--
 sources         |    4 ++--
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 663da36..c236be3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-/postgresql-9.1.5.tar.bz2
-/postgresql-9.1.5-US.pdf
+/postgresql-9.1.6.tar.bz2
+/postgresql-9.1.6-US.pdf
 /postgresql-9.0.8.tar.bz2
diff --git a/postgresql.spec b/postgresql.spec
index 7d8b0af..cf5514c 100644
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -52,8 +52,8 @@
 Summary: PostgreSQL client programs
 Name: postgresql
 %global majorversion 9.1
-Version: 9.1.5
-Release: 2%{?dist}
+Version: 9.1.6
+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.
@@ -919,6 +919,11 @@ fi
 %endif
 
 %changelog
+* 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
+  including a nasty data-loss bug
+
 * Tue Aug 28 2012 Tom Lane <tgl at redhat.com> 9.1.5-2
 - Remove unnecessary ldconfig calls in pre/post triggers
 Resolves: #849344
diff --git a/sources b/sources
index bf53086..ca5d378 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-c784decb60615aa94c6a31601bc6ffd2  postgresql-9.1.5.tar.bz2
-c497cce8d81a733200584e653c9177f5  postgresql-9.1.5-US.pdf
+000755f66c0de58bbd4cd2b89b45b8e2  postgresql-9.1.6.tar.bz2
+113e278c0204527a3b983fbd2a541743  postgresql-9.1.6-US.pdf
 0e830b0f6538e04b788c3208060256ef  postgresql-9.0.8.tar.bz2


More information about the scm-commits mailing list