From 1dfa8f900779acf120bb3b0ce5d1ee0a4ea4209a Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 9 Jan 2006 17:59:35 +0000 Subject: [PATCH] Repair extraneous quote in pgtcl configure script ... odd that bash didn't use to spit up on this. --- postgresql.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/postgresql.spec b/postgresql.spec index 3973fa3..d382d29 100755 --- a/postgresql.spec +++ b/postgresql.spec @@ -109,6 +109,7 @@ Patch3: postgresql-logging.patch Patch4: postgresql-test.patch Patch5: pgtcl-no-rpath.patch Patch6: postgresql-perl-rpath.patch +Patch7: pgtcl-quote.patch Buildrequires: perl glibc-devel bison flex autoconf Prereq: /sbin/ldconfig initscripts @@ -329,6 +330,7 @@ popd %patch4 -p1 # patch5 is applied later %patch6 -p1 +# patch7 is applied later #call autoconf 2.53 or greater %aconfver @@ -360,6 +362,7 @@ cp -p %{SOURCE17} . mv $PGTCLDOCDIR Pgtcl-docs %patch5 -p0 +%patch7 -p0 pushd Pgtcl %aconfver popd @@ -816,8 +819,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog -* Sun Jan 8 2006 Tom Lane 8.1.2-1 +* Mon Jan 9 2006 Tom Lane 8.1.2-1 - Update to PostgreSQL 8.1.2 +- Repair extraneous quote in pgtcl configure script ... odd that bash + didn't use to spit up on this. * Thu Dec 15 2005 Tom Lane 8.1.1-3 - fix pg_config.h for 64-bit and ppc platforms