From fcf0ed87df34cae9b8d089a4f3262109ab3dc951 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Nov 2018 18:27:30 +0100 Subject: Update to 7.1.24 - http://www.php.net/releases/7_1_24.php --- failed.txt | 6 ++---- php.spec | 9 +++++++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index bb57adb..85be6c3 100644 --- a/failed.txt +++ b/failed.txt @@ -1,17 +1,15 @@ -===== 7.1.24RC1 (2018-10-25) +===== 7.1.24 (2018-11-08) $ 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/scl71fc26x/build.log:Tests failed : 1 +/var/lib/mock/scl71fc26x/build.log:Tests failed : 0 /var/lib/mock/scl71fc27x/build.log:Tests failed : 0 /var/lib/mock/scl71fc28x/build.log:Tests failed : 0 /var/lib/mock/scl71fc29x/build.log:Tests failed : 0 -fc26x: - file upload greater than 2G [sapi/cli/tests/upload_2G.phpt] 1 proc_open give erratic test results :( diff --git a/php.spec b/php.spec index b9f754a..f53cb18 100644 --- a/php.spec +++ b/php.spec @@ -121,12 +121,12 @@ %endif %global upver 7.1.24 -%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 @@ -956,6 +956,8 @@ rm ext/standard/tests/file/file_get_contents_error001.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 # Safety check for API version change. pver=$(sed -n '/#define PHP_VERSION /{s/.* "//;s/".*$//;p}' main/php_version.h) @@ -1847,6 +1849,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