summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomáš Mráz <tmraz@fedoraproject.org>2009-08-21 15:29:10 +0000
committerTomáš Mráz <tmraz@fedoraproject.org>2009-08-21 15:29:10 +0000
commit3c5103515205acf3e36143df49f2c51247728586 (patch)
tree8eb30a2da6aa9bc1c9f4fbcc35ef57259816cfe4
parent8b3d2d6051ee60398fa0aedd267034e716deccc1 (diff)
downloadpostgresql-setup-3c5103515205acf3e36143df49f2c51247728586.tar.gz
postgresql-setup-3c5103515205acf3e36143df49f2c51247728586.tar.xz
postgresql-setup-3c5103515205acf3e36143df49f2c51247728586.zip
- rebuilt with new opensslpostgresql-8_4_0-3_fc12
-rwxr-xr-xpostgresql.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/postgresql.spec b/postgresql.spec
index 7ce2906..0746530 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: 2%{?dist}
+Release: 3%{?dist}
License: MIT
Group: Applications/Databases
Url: http://www.postgresql.org/
@@ -852,6 +852,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 8.4.0-3
+- rebuilt with new openssl
+
* Thu Aug 20 2009 Tom "spot" Callaway <tcallawa@redhat.com> 8.4.0-2
- update License tag to MIT (PostgreSQL calls it "BSD", but it is MIT)
- Note: This changes nothing from a license compatibility perspective.