From e0626928808ea6301a3326e9eabdd80f523a46d2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Jan 2016 11:44:01 +0100 Subject: php-fpm: test build for https://bugs.php.net/62172 --- php.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 2a5101b..aa82b81 100644 --- a/php.spec +++ b/php.spec @@ -126,7 +126,7 @@ %endif %global rcver RC1 -%global rpmrel 1 +%global rpmrel 2 Summary: PHP scripting language for creating dynamic web sites @@ -201,6 +201,8 @@ Patch300: php-5.6.3-datetests.patch # Revert changes for pcre < 8.34 Patch301: php-7.0.0-oldpcre.patch +# WIP +Patch401: php-bug62172.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -914,6 +916,9 @@ if ! pkg-config libpcre --atleast-version 8.34 ; then fi %endif +# WIP patch +%patch401 -p1 -b .bug62172 + # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE cp TSRM/LICENSE TSRM_LICENSE @@ -1817,6 +1822,9 @@ fi %changelog +* Fri Jan 29 2016 Remi Collet 7.0.3-0.2.0RC1 +- FPM: test build for https://bugs.php.net/62172 + * Wed Jan 20 2016 Remi Collet 7.0.3-0.1.0RC1 - Update to 7.0.3RC1 -- cgit