diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-12-01 11:15:49 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-12-01 11:15:49 +0100 |
commit | b39096043cd89bc928c23e43ea658806aadca63f (patch) | |
tree | 0bb5319b997c8ecf13533b85f645cc06f4ae7432 | |
parent | b8a0497509357eb08214319102802deba345fb06 (diff) |
php 5.5: patch trial
-rw-r--r-- | php55.spec | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -120,6 +120,8 @@ Patch45: php-5.4.8-ldap_r.patch # RC Patch Patch91: php-5.3.7-oci8conf.patch +# WIP https://bugs.php.net/63435 +Patch99: php-wip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -771,6 +773,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %patch91 -p1 -b .remi-oci8 +%patch99 -p0 -b .wip # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE |