[postgresql/f15] Update to PostgreSQL 9.0.5

Tom Lane tgl at fedoraproject.org
Mon Sep 26 21:35:09 UTC 2011


commit a77b2d903766d509eb4abf43a1ea2e1f8fbeeedf
Author: Tom Lane <tgl at redhat.com>
Date:   Mon Sep 26 17:34:14 2011 -0400

    Update to PostgreSQL 9.0.5

 .gitignore                      |    4 +-
 postgresql-gcc-workaround.patch |  111 ---------------------------------------
 postgresql.spec                 |   10 ++--
 sources                         |    4 +-
 4 files changed, 10 insertions(+), 119 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6e08abe..9d17b22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-/postgresql-9.0.4.tar.bz2
-/postgresql-9.0.4-US.pdf
+/postgresql-9.0.5.tar.bz2
+/postgresql-9.0.5-US.pdf
 /postgresql-8.4.6.tar.bz2
diff --git a/postgresql.spec b/postgresql.spec
index 3cd451d..6c4bcc0 100644
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -53,8 +53,8 @@
 Summary: PostgreSQL client programs
 Name: postgresql
 %global majorversion 9.0
-Version: 9.0.4
-Release: 5%{?dist}
+Version: 9.0.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.
 License: PostgreSQL
@@ -85,7 +85,6 @@ Source15: postgresql-bashprofile
 Patch1: rpm-pgsql.patch
 Patch2: postgresql-logging.patch
 Patch3: postgresql-perl-rpath.patch
-Patch4: postgresql-gcc-workaround.patch
 
 BuildRequires: perl(ExtUtils::MakeMaker) glibc-devel bison flex gawk
 BuildRequires: perl(ExtUtils::Embed), perl-devel
@@ -303,7 +302,6 @@ system, including regression tests and benchmarks.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 
 # We used to run autoconf here, but there's no longer any real need to,
 # since Postgres ships with a reasonably modern configure script.
@@ -822,6 +820,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon Sep 26 2011 Tom Lane <tgl at redhat.com> 9.0.5-1
+- Update to PostgreSQL 9.0.5, for various fixes described at
+  http://www.postgresql.org/docs/9.0/static/release-9-0-5.html
+
 * Wed Jul  6 2011 Tom Lane <tgl at redhat.com> 9.0.4-5
 - Remove erroneously-included Default-Start line from LSB init block
 Related: #717024
diff --git a/sources b/sources
index 80e2ea6..00adfd5 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-80390514d568a7af5ab61db1cda27e29  postgresql-9.0.4.tar.bz2
-7d27ebea9aa8654f73e47caa933e3fca  postgresql-9.0.4-US.pdf
+86816eb8a8513532957b96045abdfef9  postgresql-9.0.5.tar.bz2
+d6d8a77eb2576e47c943e78a58e9eb80  postgresql-9.0.5-US.pdf
 fcc3daaf2292fa6bf1185ec45e512db6  postgresql-8.4.6.tar.bz2


More information about the scm-commits mailing list