summaryrefslogtreecommitdiffstats
path: root/postgresql.spec
diff options
context:
space:
mode:
authorTom Lane <tgl@fedoraproject.org>2004-10-23 20:23:22 +0000
committerTom Lane <tgl@fedoraproject.org>2004-10-23 20:23:22 +0000
commitfefe019c9668356783a8ebb933e7fded2eb2534d (patch)
tree493816e95b854aaff76befcb8a87bea3ef89bbaf /postgresql.spec
parent3c38c700e24defcee32514ef8df5d9e0d6e6aa1d (diff)
downloadpostgresql-setup-818fb9c3c6071d06d354219ed5e9b28727c8f44c.tar.gz
postgresql-setup-818fb9c3c6071d06d354219ed5e9b28727c8f44c.tar.xz
postgresql-setup-818fb9c3c6071d06d354219ed5e9b28727c8f44c.zip
Update to Postgres 7.4.6 (bugs 136947, 136949)postgresql-7_4_6-1
Diffstat (limited to 'postgresql.spec')
-rwxr-xr-xpostgresql.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/postgresql.spec b/postgresql.spec
index dd4800c..68ed204 100755
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -45,7 +45,7 @@
Summary: PostgreSQL client programs and libraries.
Name: postgresql
-Version: 7.4.5
+Version: 7.4.6
# Conventions for PostgreSQL Global Development Group RPM releases:
@@ -67,7 +67,7 @@ Version: 7.4.5
# Pre-release RPM's should not be put up on the public ftp.postgresql.org server
# -- only test releases or full releases should be.
-Release: 4
+Release: 1
License: BSD
Group: Applications/Databases
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
@@ -788,6 +788,11 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Sat Oct 23 2004 Tom Lane <tgl@redhat.com> 7.4.6-1
+- Update to PostgreSQL 7.4.6 (bugs 136947, 136949)
+- Make init script more paranoid about mkdir step of initializing a new
+ database (bugs 136947, 136949)
+
* Wed Oct 20 2004 Tom Lane <tgl@redhat.com> 7.4.5-4
- Remove contrib/oidjoins stuff from installed fileset; it's of no use
to ordinary users and has a security issue (bugs 136300, 136301)