From 6037251cba6bc9fcebf95e46d4cadc7d75fdf984 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Apr 2017 15:00:00 +0200 Subject: v7.0.18 --- failed.txt | 15 +++++++-------- php-7.0.0-systzdata-v14.patch | 3 +++ php70.spec | 5 ++++- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/failed.txt b/failed.txt index 7734df3..b45bd1e 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.0.18RC1 (2017-03-30) +===== 7.0.18 (2017-04-13) $ grep -r 'Tests failed' /var/lib/mock/*/build.log @@ -7,16 +7,15 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el7x/build.log:Tests failed : 1 /var/lib/mock/fc23i/build.log:Tests failed : 0 /var/lib/mock/fc23x/build.log:Tests failed : 0 -/var/lib/mock/fc24i/build.log:Tests failed : 3 +/var/lib/mock/fc24i/build.log:Tests failed : 1 /var/lib/mock/fc24x/build.log:Tests failed : 1 -/var/lib/mock/fc25i/build.log:Tests failed : 1 -/var/lib/mock/fc25x/build.log:Tests failed : 1 +/var/lib/mock/fc25i/build.log:Tests failed : 0 +/var/lib/mock/fc25x/build.log:Tests failed : 0 -fc24i - (1) Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] - (1) Bug #69900 Commandline input/output weird behaviour with STDIO [ext/standard/tests/streams/proc_open_bug69900.phpt] -el6i, el6x, el7x, fc24i, fc24x, fc25i fc25x +el6i, el6x, el7x + Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] +fc24i, fc24x (4) Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] diff --git a/php-7.0.0-systzdata-v14.patch b/php-7.0.0-systzdata-v14.patch index 8ff32c8..dd6b784 100644 --- a/php-7.0.0-systzdata-v14.patch +++ b/php-7.0.0-systzdata-v14.patch @@ -1,3 +1,6 @@ +# License: MIT +# http://opensource.org/licenses/MIT + Add support for use of the system timezone database, rather than embedding a copy. Discussed upstream but was not desired. diff --git a/php70.spec b/php70.spec index 07b575e..f27c58f 100644 --- a/php70.spec +++ b/php70.spec @@ -120,7 +120,7 @@ %global db_devel libdb-devel %endif -%global rcver RC1 +#global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites @@ -2054,6 +2054,9 @@ fi %changelog +* Tue Apr 11 2017 Remi Collet - 7.0.18-1 +- Update to 7.0.18 - http://www.php.net/releases/7_0_18.php + * Wed Mar 29 2017 Remi Collet - 7.0.18-0.1.RC1 - Update to 7.0.18RC1 -- cgit