summaryrefslogtreecommitdiffstats
path: root/postgresql.spec
diff options
context:
space:
mode:
authorTom Lane <tgl@fedoraproject.org>2008-09-25 14:40:14 +0000
committerTom Lane <tgl@fedoraproject.org>2008-09-25 14:40:14 +0000
commit516dbde4276c1b61710e441793cb5a7e5f68f9ac (patch)
tree1a259f27c01d2b55f78b71667144eb61991949be /postgresql.spec
parentb2169aa2ae531c635371b352af8effe0a6bc4f82 (diff)
downloadpostgresql-setup-516dbde4276c1b61710e441793cb5a7e5f68f9ac.tar.gz
postgresql-setup-516dbde4276c1b61710e441793cb5a7e5f68f9ac.tar.xz
postgresql-setup-516dbde4276c1b61710e441793cb5a7e5f68f9ac.zip
Update to PostgreSQL 8.3.4postgresql-8_3_4-1_fc10
Diffstat (limited to 'postgresql.spec')
-rwxr-xr-xpostgresql.spec9
1 files changed, 6 insertions, 3 deletions
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 <tgl@redhat.com> 8.3.4-1
+- Update to PostgreSQL 8.3.4.
+
* Mon Jul 28 2008 Tom Lane <tgl@redhat.com> 8.3.3-3
- Fix build failure caused by new default patch fuzz = 0 policy in rawhide.