From bc437d8690fef903bc353dc2c93f639438aecbe5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Sep 2017 07:29:54 +0200 Subject: v7.1.10 --- failed.txt | 6 ++++-- php.spec | 7 +++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index 118ba79..519656c 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.1.10RC1 (2017-09-14) +===== 7.1.10 (2017-09-28) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log @@ -7,10 +7,12 @@ $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log /var/lib/mock/scl70fc23x/build.log:Tests failed : 0 /var/lib/mock/scl70fc24x/build.log:Tests failed : 0 /var/lib/mock/scl70fc25x/build.log:Tests failed : 0 -/var/lib/mock/scl70fc26x/build.log:Tests failed : 0 +/var/lib/mock/scl70fc26x/build.log:Tests failed : 1 /var/lib/mock/scl70fc27x/build.log:Tests failed : 0 +fc26x: + 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] 1 proc_open give erratic test results :( diff --git a/php.spec b/php.spec index 39cd6d3..177934f 100644 --- a/php.spec +++ b/php.spec @@ -121,12 +121,12 @@ %endif %global upver 7.1.10 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 3%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1823,6 +1823,9 @@ fi %changelog +* Wed Sep 27 2017 Remi Collet - 7.1.10-1 +- Update to 7.1.10 - http://www.php.net/releases/7_1_10.php + * Mon Sep 25 2017 Remi Collet - 7.1.10~RC1-3 - F27: php now requires php-fpm and start it with httpd / nginx -- cgit