From 3c5103515205acf3e36143df49f2c51247728586 Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Fri, 21 Aug 2009 15:29:10 +0000 Subject: - rebuilt with new openssl --- postgresql.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 8.4.0-3 +- rebuilt with new openssl + * Thu Aug 20 2009 Tom "spot" Callaway 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. -- cgit