From 516dbde4276c1b61710e441793cb5a7e5f68f9ac Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 25 Sep 2008 14:40:14 +0000 Subject: Update to PostgreSQL 8.3.4 --- postgresql.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'postgresql.spec') diff --git a/postgresql.spec b/postgresql.spec index ad27a82..745b4e8 100755 --- a/postgresql.spec +++ b/postgresql.spec @@ -82,8 +82,8 @@ Summary: PostgreSQL client programs and libraries Name: postgresql -Version: 8.3.3 -Release: 3%{?dist} +Version: 8.3.4 +Release: 1%{?dist} License: BSD Group: Applications/Databases Url: http://www.postgresql.org/ @@ -97,7 +97,7 @@ Source7: ecpg_config.h Source14: postgresql.pam Source15: postgresql-bashprofile Source16: filter-requires-perl-Pg.sh -Source17: http://www.postgresql.org/docs/manuals/postgresql-8.3.3-US.pdf +Source17: http://www.postgresql.org/docs/manuals/postgresql-8.3.4-US.pdf Source18: ftp://ftp.pygresql.org/pub/distrib/PyGreSQL-3.8.1.tgz Source19: http://pgfoundry.org/projects/pgtclng/pgtcl1.6.2.tar.gz Source20: http://pgfoundry.org/projects/pgtclng/pgtcldocs-20070115.zip @@ -859,6 +859,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Sep 25 2008 Tom Lane 8.3.4-1 +- Update to PostgreSQL 8.3.4. + * Mon Jul 28 2008 Tom Lane 8.3.3-3 - Fix build failure caused by new default patch fuzz = 0 policy in rawhide. -- cgit