From d173c84a87089aa2f36304abc6bf797ab160756f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Nov 2018 19:15:16 +0100 Subject: Update to 7.1.24 - http://www.php.net/releases/7_1_24.php --- failed.txt | 6 ++---- php71.spec | 9 +++++++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index 4f3360a..05c5ef9 100644 --- a/failed.txt +++ b/failed.txt @@ -1,9 +1,9 @@ -===== 7.1.24RC1 (2018-10-25) +===== 7.1.24 (2018-11-08) $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el6i/build.log:Tests failed : 0 -/var/lib/mock/el6x/build.log:Tests failed : 1 +/var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/fc26i/build.log:Tests failed : 0 /var/lib/mock/fc26x/build.log:Tests failed : 0 @@ -11,8 +11,6 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/fc27x/build.log:Tests failed : 0 -el6x - file upload greater than 2G [sapi/cli/tests/upload_2G.phpt] 1 proc_open give erratic test results :( diff --git a/php71.spec b/php71.spec index 83b391f..731848c 100644 --- a/php71.spec +++ b/php71.spec @@ -108,12 +108,12 @@ %endif %global upver 7.1.24 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: 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 @@ -1068,6 +1068,8 @@ rm ext/sockets/tests/mcast_ipv?_recv.phpt # cause stack exhausion rm Zend/tests/bug54268.phpt rm Zend/tests/bug68412.phpt +# slow and erratic result +rm sapi/cli/tests/upload_2G.phpt # avoid issue when 2 builds run simultaneously %ifarch x86_64 sed -e 's/64321/64322/' -i ext/openssl/tests/*.phpt @@ -2059,6 +2061,9 @@ fi %changelog +* Wed Nov 7 2018 Remi Collet - 7.1.24-1 +- Update to 7.1.24 - http://www.php.net/releases/7_1_24.php + * Wed Oct 24 2018 Remi Collet - 7.1.24~RC1-2 - FPM: add getallheaders, backported from 7.3 -- cgit