diff options
author | Tom Lane <tgl@fedoraproject.org> | 2005-12-15 19:38:07 +0000 |
---|---|---|
committer | Tom Lane <tgl@fedoraproject.org> | 2005-12-15 19:38:07 +0000 |
commit | fc98a4f6097a1d8f1c2f5efbfb66029ddc6879f7 (patch) | |
tree | 36986beb2b1a82240bf157781cb8648835f05c58 /postgresql.spec | |
parent | d644a0e2b0460a61bfdbb4e3a5e687ebe3360ae2 (diff) | |
download | postgresql-setup-fc98a4f6097a1d8f1c2f5efbfb66029ddc6879f7.tar.gz postgresql-setup-fc98a4f6097a1d8f1c2f5efbfb66029ddc6879f7.tar.xz postgresql-setup-fc98a4f6097a1d8f1c2f5efbfb66029ddc6879f7.zip |
Fix pg_config.h, also update postgresql-test Makefile to work with 8.1.postgresql-8_1_1-3
Diffstat (limited to 'postgresql.spec')
-rwxr-xr-x | postgresql.spec | 6 |
1 files changed, 5 insertions, 1 deletions
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 <tgl@redhat.com> 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 <tgl@redhat.com> 8.1.1-2 - oops, looks like we want uname -i not uname -m |