From fc98a4f6097a1d8f1c2f5efbfb66029ddc6879f7 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 15 Dec 2005 19:38:07 +0000 Subject: Fix pg_config.h, also update postgresql-test Makefile to work with 8.1. --- postgresql.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'postgresql.spec') diff --git a/postgresql.spec b/postgresql.spec index 0eef07c..27ead00 100755 --- a/postgresql.spec +++ b/postgresql.spec @@ -82,7 +82,7 @@ Summary: PostgreSQL client programs and libraries. Name: postgresql Version: 8.1.1 -Release: 2 +Release: 3 License: BSD Group: Applications/Databases Url: http://www.postgresql.org/ @@ -816,6 +816,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Dec 15 2005 Tom Lane 8.1.1-3 +- fix pg_config.h for 64-bit and ppc platforms +- update Makefile.regress (needs to --load-language=plpgsql) + * Wed Dec 14 2005 Tom Lane 8.1.1-2 - oops, looks like we want uname -i not uname -m -- cgit