From ef0957ba0a0b4226da155c632724c0e3183b6d55 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 2 Nov 2008 18:23:29 +0000 Subject: Update to PostgreSQL 8.3.5 --- postgresql.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'postgresql.spec') diff --git a/postgresql.spec b/postgresql.spec index 745b4e8..c91680d 100755 --- a/postgresql.spec +++ b/postgresql.spec @@ -82,7 +82,7 @@ Summary: PostgreSQL client programs and libraries Name: postgresql -Version: 8.3.4 +Version: 8.3.5 Release: 1%{?dist} License: BSD Group: Applications/Databases @@ -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.4-US.pdf +Source17: http://www.postgresql.org/docs/manuals/postgresql-8.3.5-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,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sun Nov 2 2008 Tom Lane 8.3.5-1 +- Update to PostgreSQL 8.3.5. +- Improve display from init script's initdb action, per Michael Schwendt + * Thu Sep 25 2008 Tom Lane 8.3.4-1 - Update to PostgreSQL 8.3.4. -- cgit