summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomáš Mráz <tmraz@fedoraproject.org>2005-03-01 19:42:10 +0000
committerTomáš Mráz <tmraz@fedoraproject.org>2005-03-01 19:42:10 +0000
commita70d6a15563e3aa68149db3b4797ab50d7f1a71b (patch)
tree3549e9c18780d25a27ab5899b75c068bedb3e9df
parent26b954acadd443bfa51fbc04dde1727546aa4d24 (diff)
downloadpostgresql-setup-a70d6a15563e3aa68149db3b4797ab50d7f1a71b.tar.gz
postgresql-setup-a70d6a15563e3aa68149db3b4797ab50d7f1a71b.tar.xz
postgresql-setup-a70d6a15563e3aa68149db3b4797ab50d7f1a71b.zip
- rebuild with openssl-0.9.7epostgresql-8_0_1-3
-rwxr-xr-xpostgresql.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/postgresql.spec b/postgresql.spec
index ac60dbc..44b7a29 100755
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -64,7 +64,7 @@ Version: 8.0.1
# 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: 2
+Release: 3
License: BSD
Group: Applications/Databases
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
@@ -785,6 +785,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Tue Mar 1 2005 Tomas Mraz <tmraz@redhat.com> 8.0.1-3
+- rebuild with openssl-0.9.7e
+
* Mon Feb 21 2005 Tom Lane <tgl@redhat.com> 8.0.1-2
- Repair improper error message in init script when PGVERSION doesn't match.
- Arrange for auto update of version embedded in init script.