From 7e946ac21bf42f20dc7f343c62b7f41df077943a 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 --- php70.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php70.spec') diff --git a/php70.spec b/php70.spec index 03440d1..646a144 100644 --- a/php70.spec +++ b/php70.spec @@ -121,7 +121,7 @@ %endif %global rcver RC1 -%global rpmrel 1 +%global rpmrel 2 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -191,6 +191,7 @@ Patch300: php-5.6.3-datetests.patch Patch301: php-7.0.0-oldpcre.patch # WIP +Patch401: php-bug62172.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -975,6 +976,7 @@ fi %endif # WIP patch +%patch401 -p1 -b .bug62172 # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE @@ -1983,6 +1985,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