packages: php/php.spec - typo

glen glen at pld-linux.org
Wed Apr 14 00:29:01 CEST 2010


Author: glen                         Date: Tue Apr 13 22:29:01 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- typo

---- Files affected:
packages/php:
   php.spec (1.863 -> 1.864) 

---- Diffs:

================================================================
Index: packages/php/php.spec
diff -u packages/php/php.spec:1.863 packages/php/php.spec:1.864
--- packages/php/php.spec:1.863	Wed Mar 17 17:45:11 2010
+++ packages/php/php.spec	Wed Apr 14 00:28:55 2010
@@ -94,7 +94,7 @@
 %undefine	with_filter
 %endif
 
-%define		rel		0.17
+%define		rel		0.18
 Summary:	PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):	Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):	Język skryptowy PHP
@@ -2106,7 +2106,7 @@
 	>> %{_sourcedir}/skip-tests.sh
 
 failed=$(wc -l < tests-failed.log)
-if [ "$failed" ! = 0 ]; then
+if [ "$failed" != 0 ]; then
 	exit 1
 fi
 %endif
@@ -3044,6 +3044,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.864  2010/04/13 22:28:55  glen
+- typo
+
 Revision 1.863  2010/03/17 16:45:11  glen
 - sort ini files with locale independant strcmp (merge php-sapi-ini-file.patch at 1.9.4.1)
 - testing related fixes
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.863&r2=1.864&f=u



More information about the pld-cvs-commit mailing list