From 75b0e84ddbead52d7eccaf3eb700c2a955b3bbaa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2017 19:29:37 +0200 Subject: Update to 7.1.9 - http://www.php.net/releases/7_1_9.php --- failed.txt | 8 +++----- php.spec | 7 +++++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index 5a7fb40..fe5f5ea 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.1.9RC1 (2017-08-17) +===== 7.1.9 (2017-08-31) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log @@ -6,15 +6,13 @@ $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log /var/lib/mock/scl70el7x/build.log:Tests failed : 0 /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 : 1 +/var/lib/mock/scl70fc25x/build.log:Tests failed : 0 /var/lib/mock/scl70fc26x/build.log:Tests failed : 0 /var/lib/mock/scl70fc27x/build.log:Tests failed : 1 -fc25x - 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] fc27x - 5 substr_compare() [ext/standard/tests/strings/substr_compare.phpt] + 2 substr_compare() [ext/standard/tests/strings/substr_compare.phpt] 1 proc_open give erratic test results :( diff --git a/php.spec b/php.spec index e3359f0..9647cd3 100644 --- a/php.spec +++ b/php.spec @@ -121,12 +121,12 @@ %endif %global upver 7.1.9 -%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 @@ -1806,6 +1806,9 @@ fi %changelog +* Wed Aug 30 2017 Remi Collet - 7.1.9-1 +- Update to 7.1.9 - http://www.php.net/releases/7_1_9.php + * Wed Aug 16 2017 Remi Collet - 7.1.9~RC1-2 - disable httpd MPM check -- cgit