SPECS: php4.spec, php.spec - correct zend_extension_api error mess...

arekm arekm at pld-linux.org
Sat Oct 29 15:37:41 CEST 2005


Author: arekm                        Date: Sat Oct 29 13:37:41 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- correct zend_extension_api error message.

---- Files affected:
SPECS:
   php4.spec (1.495 -> 1.496) , php.spec (1.504 -> 1.505) 

---- Diffs:

================================================================
Index: SPECS/php4.spec
diff -u SPECS/php4.spec:1.495 SPECS/php4.spec:1.496
--- SPECS/php4.spec:1.495	Sat Oct 29 02:46:42 2005
+++ SPECS/php4.spec	Sat Oct 29 15:37:36 2005
@@ -1679,7 +1679,7 @@
 fi
 
 if API=$(awk '/#define ZEND_EXTENSION_API_NO/{print $3}' Zend/zend_extensions.h) && [ $API != %{zend_extension_api} ]; then
-	echo "Set %%define zend_module_api to $API and rerun."
+	echo "Set %%define zend_extension_api to $API and rerun."
 	exit 1
 fi
 
@@ -3231,6 +3231,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.496  2005/10/29 13:37:36  arekm
+- correct zend_extension_api error message.
+
 Revision 1.495  2005/10/29 00:46:42  glen
 - rebuild with versioned zts and debug provides; rel 16
 

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.504 SPECS/php.spec:1.505
--- SPECS/php.spec:1.504	Sat Oct 29 02:35:50 2005
+++ SPECS/php.spec	Sat Oct 29 15:37:36 2005
@@ -1541,7 +1541,7 @@
 fi
 
 if API=$(awk '/#define ZEND_EXTENSION_API_NO/{print $3}' Zend/zend_extensions.h) && [ $API != %{zend_extension_api} ]; then
-	echo "Set %%define zend_module_api to $API and rerun."
+	echo "Set %%define zend_extension_api to $API and rerun."
 	exit 1
 fi
 
@@ -2999,6 +2999,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.505  2005/10/29 13:37:36  arekm
+- correct zend_extension_api error message.
+
 Revision 1.504  2005/10/29 00:35:50  glen
 - rel 13
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php4.spec?r1=1.495&r2=1.496&f=u
    http://cvs.pld-linux.org/SPECS/php.spec?r1=1.504&r2=1.505&f=u




More information about the pld-cvs-commit mailing list