packages (PHP_5_2): php/php.spec - make sure we won't break any PHP applica...
hawk
hawk at pld-linux.org
Fri Dec 4 17:22:14 CET 2009
Author: hawk Date: Fri Dec 4 16:22:14 2009 GMT
Module: packages Tag: PHP_5_2
---- Log message:
- make sure we won't break any PHP applications in Titanium due to
pcre/session/spl separation
---- Files affected:
packages/php:
php.spec (1.805.2.33 -> 1.805.2.34)
---- Diffs:
================================================================
Index: packages/php/php.spec
diff -u packages/php/php.spec:1.805.2.33 packages/php/php.spec:1.805.2.34
--- packages/php/php.spec:1.805.2.33 Thu Dec 3 09:15:12 2009
+++ packages/php/php.spec Fri Dec 4 17:22:08 2009
@@ -458,6 +458,13 @@
%{?with_zend_multibyte:Provides: php-mbstring = %{epoch}:%{version}-%{release}}
Provides: php5(debug) = %{php_debug}
Provides: php5(thread-safety) = %{zend_zts}
+# ensure backward compatibility for Titanium
+# to be dropped in future but ask Titanium RM before doing so
+%if "%{pld_release}" == "ti"
+Requires: %{name}-pcre = %{epoch}:%{version}-%{release}
+Requires: %{name}-session = %{epoch}:%{version}-%{release}
+Requires: %{name}-spl = %{epoch}:%{version}-%{release}
+%endif
Obsoletes: php-pecl-domxml
Conflicts: php4-common < 3:4.4.4-8
Conflicts: rpm < 4.4.2-0.2
@@ -3007,6 +3014,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.805.2.34 2009/12/04 16:22:08 hawk
+- make sure we won't break any PHP applications in Titanium due to
+ pcre/session/spl separation
+
Revision 1.805.2.33 2009/12/03 08:15:12 glen
- common: php(ereg)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.805.2.33&r2=1.805.2.34&f=u
More information about the pld-cvs-commit
mailing list