summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Lane <tgl@fedoraproject.org>2006-01-09 17:59:35 +0000
committerTom Lane <tgl@fedoraproject.org>2006-01-09 17:59:35 +0000
commit1dfa8f900779acf120bb3b0ce5d1ee0a4ea4209a (patch)
tree3393e04472c11e15e7f602e3252bc620f0b85209
parent49d3183d225e598be2288e4165e9fc0844a31d22 (diff)
downloadpostgresql-setup-postgresql-8_1_2-1.tar.gz
postgresql-setup-postgresql-8_1_2-1.tar.xz
postgresql-setup-postgresql-8_1_2-1.zip
Repair extraneous quote in pgtcl configure script ... odd that bash didn'tpostgresql-8_1_2-1
use to spit up on this.
-rwxr-xr-xpostgresql.spec7
1 files changed, 6 insertions, 1 deletions
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 <tgl@redhat.com> 8.1.2-1
+* Mon Jan 9 2006 Tom Lane <tgl@redhat.com> 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 <tgl@redhat.com> 8.1.1-3
- fix pg_config.h for 64-bit and ppc platforms