diff options
author | Tom Lane <tgl@fedoraproject.org> | 2008-11-02 18:23:29 +0000 |
---|---|---|
committer | Tom Lane <tgl@fedoraproject.org> | 2008-11-02 18:23:29 +0000 |
commit | ef0957ba0a0b4226da155c632724c0e3183b6d55 (patch) | |
tree | cca6f04a5c8b982b22c6bbc94350e2bc722a9cf5 /postgresql-ac-version.patch | |
parent | 516dbde4276c1b61710e441793cb5a7e5f68f9ac (diff) | |
download | postgresql-setup-ef0957ba0a0b4226da155c632724c0e3183b6d55.tar.gz postgresql-setup-ef0957ba0a0b4226da155c632724c0e3183b6d55.tar.xz postgresql-setup-ef0957ba0a0b4226da155c632724c0e3183b6d55.zip |
Update to PostgreSQL 8.3.5postgresql-8_3_5-1_fc10F-10-startF-10-split
Diffstat (limited to 'postgresql-ac-version.patch')
-rw-r--r-- | postgresql-ac-version.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/postgresql-ac-version.patch b/postgresql-ac-version.patch index 8626036..afe3e31 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.3.4.orig/configure.in postgresql-8.3.4/configure.in ---- postgresql-8.3.4.orig/configure.in 2008-09-18 23:04:12.000000000 -0400 -+++ postgresql-8.3.4/configure.in 2008-09-25 10:26:10.000000000 -0400 +diff -Naur postgresql-8.3.5.orig/configure.in postgresql-8.3.5/configure.in +--- postgresql-8.3.5.orig/configure.in 2008-09-18 23:04:12.000000000 -0400 ++++ postgresql-8.3.5/configure.in 2008-09-25 10:26:10.000000000 -0400 @@ -19,10 +19,6 @@ - AC_INIT([PostgreSQL], [8.3.4], [pgsql-bugs@postgresql.org]) + AC_INIT([PostgreSQL], [8.3.5], [pgsql-bugs@postgresql.org]) -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.59], [], [m4_fatal([Autoconf version 2.59 is required. -Untested combinations of 'autoconf' and PostgreSQL versions are not |