SPECS: php4.spec - Provides php(debug) and php(thread-safety) adde...
glen
glen at pld-linux.org
Thu Oct 27 16:39:54 CEST 2005
Author: glen Date: Thu Oct 27 14:39:54 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- Provides php(debug) and php(thread-safety) added; rel 15
---- Files affected:
SPECS:
php4.spec (1.493 -> 1.494)
---- Diffs:
================================================================
Index: SPECS/php4.spec
diff -u SPECS/php4.spec:1.493 SPECS/php4.spec:1.494
--- SPECS/php4.spec:1.493 Thu Oct 27 16:22:56 2005
+++ SPECS/php4.spec Thu Oct 27 16:39:49 2005
@@ -77,7 +77,7 @@
Summary(uk): PHP ÷ĹŇÓŚ§ 4 - ÍĎ×Á ĐŇĹĐŇĎĂĹÓŐ×ÁÎÎŃ HTML-ĆÁĘĚŚ×, ×ÉËĎÎŐ×ÁÎÁ ÎÁ ÓĹŇ×ĹŇŚ
Name: php4
Version: 4.4.0
-Release: 14%{?with_hardening:hardened}
+Release: 15%{?with_hardening:hardened}
Epoch: 3
Group: Libraries
License: PHP
@@ -221,6 +221,8 @@
%define php_api_version 20020918
%define zend_module_api 20020429
%define zend_extension_api 20050606
+%define zend_zts %{!?with_zts:0}%{?with_zts:1}
+%define php_debug %{!?debug:0}%{?debug:1}
%description
PHP is an HTML-embedded scripting language. PHP attempts to make it
@@ -394,6 +396,8 @@
Provides: php(modules_api) = %{php_api_version}
Provides: php(zend_module_api) = %{zend_module_api}
Provides: php(zend_extension_api) = %{zend_extension_api}
+Provides: php(debug) = %{php_debug}
+Provides: php(thread-safety) = %{zend_zts}
Obsoletes: php-session < 3:4.2.1-2
Obsoletes: php4-openssl < 3:4.4.0-4
# for the posttrans scriptlet, conflicts because in vserver environment rpm package is not installed.
@@ -3227,6 +3231,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.494 2005/10/27 14:39:49 glen
+- Provides php(debug) and php(thread-safety) added; rel 15
+
Revision 1.493 2005/10/27 14:22:56 glen
- devel docs to -devel package; added php-ext_skel program to devel
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php4.spec?r1=1.493&r2=1.494&f=u
More information about the pld-cvs-commit
mailing list