SPECS: postgresql.spec - updated version number in check

qboosh qboosh at pld-linux.org
Thu Nov 17 12:12:14 CET 2005


Author: qboosh                       Date: Thu Nov 17 11:12:14 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated version number in check

---- Files affected:
SPECS:
   postgresql.spec (1.343 -> 1.344) 

---- Diffs:

================================================================
Index: SPECS/postgresql.spec
diff -u SPECS/postgresql.spec:1.343 SPECS/postgresql.spec:1.344
--- SPECS/postgresql.spec:1.343	Fri Nov 11 18:02:47 2005
+++ SPECS/postgresql.spec	Thu Nov 17 12:12:08 2005
@@ -875,7 +875,7 @@
 foundold=0
 for pgdir in $PG_DB_CLUSTERS; do
 	if [ -f $pgdir/PG_VERSION ]; then
-		if [ `cat $pgdir/PG_VERSION` != '8.0' ]; then
+		if [ `cat $pgdir/PG_VERSION` != '8.1' ]; then
 			echo "Found database(s) in older, incompatible format in cluster $pgdir."
 			foundold=1
 		fi
@@ -1110,6 +1110,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.344  2005/11/17 11:12:08  qboosh
+- updated version number in check
+
 Revision 1.343  2005/11/11 17:02:47  wrobell
 - rel. 1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/postgresql.spec?r1=1.343&r2=1.344&f=u




More information about the pld-cvs-commit mailing list