Author: radek Date: Sun Sep 9 10:52:36 2007 GMT Module: SPECS Tag: POSTGRESQL_8_3 ---- Log message: - proper md5 and version in trigger
---- Files affected: SPECS: postgresql.spec (1.390.2.2 -> 1.390.2.3) ---- Diffs: ================================================================ Index: SPECS/postgresql.spec diff -u SPECS/postgresql.spec:1.390.2.2 SPECS/postgresql.spec:1.390.2.3 --- SPECS/postgresql.spec:1.390.2.2 Sat Sep 8 23:21:30 2007 +++ SPECS/postgresql.spec Sun Sep 9 12:52:30 2007 @@ -27,7 +27,7 @@ Group: Applications/Databases #Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2 Source0: ftp://ftp.postgresql.org/pub/dev/%{name}-snapshot.tar.bz2 -# Source0-md5: b60d9c3413a782d8883d8d6d655d2daa +# Source0-md5: 53f035b2f633ed817fe4070bb8a241d6 Source1: %{name}.init Source2: pgsql-Database-HOWTO-html.tar.gz # Source2-md5: 5b656ddf1db41965761f85204a14398e @@ -877,7 +877,7 @@ foundold=0 for pgdir in $PG_DB_CLUSTERS; do if [ -f $pgdir/PG_VERSION ]; then - if [ `cat $pgdir/PG_VERSION` != '8.2' ]; then + if [ `cat $pgdir/PG_VERSION` != '8.3' ]; then echo "Found database(s) in older, incompatible format in cluster $pgdir." foundold=1 fi @@ -1185,6 +1185,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.390.2.3 2007/09/09 10:52:30 radek +- proper md5 and version in trigger + Revision 1.390.2.2 2007/09/08 21:21:30 radek - add contrib subpackage ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/postgresql.spec?r1=1.390.2.2&r2=1.390.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
