From b39096043cd89bc928c23e43ea658806aadca63f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 1 Dec 2012 11:15:49 +0100 Subject: php 5.5: patch trial --- php55.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/php55.spec b/php55.spec index f20067c..cae7620 100644 --- a/php55.spec +++ b/php55.spec @@ -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 -- cgit