summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@fedoraproject.org>2009-09-01 20:39:52 +0000
committerKarsten Hopp <karsten@fedoraproject.org>2009-09-01 20:39:52 +0000
commit10587f4e78e8283a0db2812aaed6c43a99ca07e0 (patch)
treefd04b2252c921d907c6ccbe247fbaddcd9b7d22b
parent8f9b7125d6b8c815397edf0c9cd813f8d24d4870 (diff)
downloadpostgresql-setup-10587f4e78e8283a0db2812aaed6c43a99ca07e0.tar.gz
postgresql-setup-10587f4e78e8283a0db2812aaed6c43a99ca07e0.tar.xz
postgresql-setup-10587f4e78e8283a0db2812aaed6c43a99ca07e0.zip
- bump release and build again with the correct libsslpostgresql-8_4_0-3_2_fc12
-rwxr-xr-xpostgresql.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/postgresql.spec b/postgresql.spec
index 8bf55b9..f8ddd12 100755
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -60,7 +60,7 @@ Summary: PostgreSQL client programs and libraries
Name: postgresql
%define majorversion 8.4
Version: 8.4.0
-Release: 3.1%{?dist}
+Release: 3.2%{?dist}
License: MIT
Group: Applications/Databases
Url: http://www.postgresql.org/
@@ -856,6 +856,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Tue Sep 01 2009 Karsten Hopp <karsten@redhat.com> 8.4.0-3.2
+- bump release and build again with the correct libssl
+
* Tue Sep 01 2009 Karsten Hopp <karsten@redhat.com> 8.4.0-3.1
- disable dtrace on s390x as a workaround until #520469 has been fixed