]> git.pld-linux.org Git - packages/php.git/commitdiff
- make sure we won't break any PHP applications in Titanium due to
authorhawk <hawk@pld-linux.org>
Fri, 4 Dec 2009 16:22:08 +0000 (16:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  pcre/session/spl separation

Changed files:
    php.spec -> 1.805.2.34

php.spec

index 6938a5c0bcadd240fa014a40a5ab79ee6ae2a835..353f7f04bc27fdf43c7741366c9ed29b6a78187b 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -457,6 +457,13 @@ Provides:  php(zend_module_api) = %{zend_module_api}
 %{?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
This page took 0.05816 seconds and 4 git commands to generate.