From bf9148c73ada5ba43b94f06c2cfc9a8850af8c82 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 May 2018 07:14:54 +0200 Subject: Update to 7.1.18 - http://www.php.net/releases/7_1_18.php --- failed.txt | 10 +++++----- php.spec | 7 +++++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index edcd1ec..9fdca08 100644 --- a/failed.txt +++ b/failed.txt @@ -1,17 +1,17 @@ -===== 7.1.18RC1 (2018-05-10) +===== 7.1.18 (2018-05-24) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log /var/lib/mock/scl71el6x/build.log:Tests failed : 0 /var/lib/mock/scl71el7x/build.log:Tests failed : 0 /var/lib/mock/scl71fc25x/build.log:Tests failed : 0 -/var/lib/mock/scl71fc26x/build.log:Tests failed : 1 -/var/lib/mock/scl71fc27x/build.log:Tests failed : 0 +/var/lib/mock/scl71fc26x/build.log:Tests failed : 0 +/var/lib/mock/scl71fc27x/build.log:Tests failed : 1 /var/lib/mock/scl71fc28x/build.log:Tests failed : 0 -fc26x: - Bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_log) [Zend/tests/bug74093.phpt] +fc27x + 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 7049960..ae1f82d 100644 --- a/php.spec +++ b/php.spec @@ -121,12 +121,12 @@ %endif %global upver 7.1.18 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1841,6 +1841,9 @@ fi %changelog +* Thu May 24 2018 Remi Collet - 7.1.18-1 +- Update to 7.1.18 - http://www.php.net/releases/7_1_18.php + * Mon May 14 2018 Remi Collet - 7.1.18~RC1-2 - rebuild against EL 7.5 -- cgit