[postgresql/f14/master] Update to PostgreSQL 8.4.8

Tom Lane tgl at fedoraproject.org
Mon Apr 18 16:31:58 UTC 2011


commit efb498d21a7e569e234e5d1f21045671e61bcb6c
Author: Tom Lane <tgl at redhat.com>
Date:   Mon Apr 18 12:31:35 2011 -0400

    Update to PostgreSQL 8.4.8

 .gitignore                  |    4 +-
 postgresql-ac-version.patch |    8 +-
 postgresql-rowtypes.patch   |  764 -------------------------------------------
 postgresql.spec             |   10 +-
 sources                     |    4 +-
 5 files changed, 14 insertions(+), 776 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2a75e64..9a7cc72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-/postgresql-8.4.7.tar.bz2
-/postgresql-8.4.7-US.pdf
+/postgresql-8.4.8.tar.bz2
+/postgresql-8.4.8-US.pdf
diff --git a/postgresql-ac-version.patch b/postgresql-ac-version.patch
index 5518b97..3da7458 100644
--- a/postgresql-ac-version.patch
+++ b/postgresql-ac-version.patch
@@ -4,12 +4,12 @@ for PostgreSQL, but it's not very tenable in the Fedora/RHEL world.
 Dike out the check.
 
 
-diff -Naur postgresql-8.4.7.orig/configure.in postgresql-8.4.7/configure.in
---- postgresql-8.4.7.orig/configure.in	2009-09-03 20:36:50.000000000 -0400
-+++ postgresql-8.4.7/configure.in	2009-09-04 13:03:07.000000000 -0400
+diff -Naur postgresql-8.4.8.orig/configure.in postgresql-8.4.8/configure.in
+--- postgresql-8.4.8.orig/configure.in	2009-09-03 20:36:50.000000000 -0400
++++ postgresql-8.4.8/configure.in	2009-09-04 13:03:07.000000000 -0400
 @@ -19,10 +19,6 @@
  
- AC_INIT([PostgreSQL], [8.4.7], [pgsql-bugs at postgresql.org])
+ AC_INIT([PostgreSQL], [8.4.8], [pgsql-bugs at postgresql.org])
  
 -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.61], [], [m4_fatal([Autoconf version 2.61 is required.
 -Untested combinations of 'autoconf' and PostgreSQL versions are not
diff --git a/postgresql.spec b/postgresql.spec
index a132416..9ae47fa 100755
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -52,8 +52,8 @@
 Summary: PostgreSQL client programs
 Name: postgresql
 %global majorversion 8.4
-Version: 8.4.7
-Release: 2%{?dist}
+Version: 8.4.8
+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
@@ -80,7 +80,6 @@ Patch2: postgresql-ac-version.patch
 Patch3: postgresql-logging.patch
 Patch4: postgresql-oom-adj.patch
 Patch6: postgresql-perl-rpath.patch
-Patch7: postgresql-rowtypes.patch
 
 BuildRequires: perl(ExtUtils::MakeMaker) glibc-devel bison flex autoconf gawk
 BuildRequires: perl(ExtUtils::Embed), perl-devel
@@ -286,7 +285,6 @@ system, including regression tests and benchmarks.
 %patch3 -p1
 %patch4 -p1
 %patch6 -p1
-%patch7 -p1
 
 autoconf
 
@@ -721,6 +719,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Mon Apr 18 2011 Tom Lane <tgl at redhat.com> 8.4.8-1
+- Update to PostgreSQL 8.4.8, for various fixes described at
+  http://www.postgresql.org/docs/8.4/static/release-8-4-8.html
+
 * Thu Apr  7 2011 Tom Lane <tgl at redhat.com> 8.4.7-2
 - Add fix to make plpgsql cope with dropped columns in rowtypes
 Related: #694249
diff --git a/sources b/sources
index 77e55c9..70d03bc 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-689397187bb1dfe9b5cbde99538311c3  postgresql-8.4.7.tar.bz2
-3a174a93b1e3c52417228cf81fd7dae9  postgresql-8.4.7-US.pdf
+4603e8ea30cee97189b62b39022f2043  postgresql-8.4.8.tar.bz2
+5bb532047231b21a37df076712a15cec  postgresql-8.4.8-US.pdf


More information about the scm-commits mailing list