From 5106c8de62bcdaacb201d9b1b51e304eae4cc7eb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Nov 2016 10:18:57 +0100 Subject: PHP 7.1.0RC6 --- failed.txt | 10 +++++----- php71.spec | 7 +++++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index 45318ea..d63dcf1 100644 --- a/failed.txt +++ b/failed.txt @@ -1,19 +1,17 @@ -===== 7.1.0RC5 (2016-10-27) +===== 7.1.0RC6 (2016-11-10) $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el6i/build.log:Tests failed : 1 /var/lib/mock/el6x/build.log:Tests failed : 0 -/var/lib/mock/el7x/build.log:Tests failed : 1 +/var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/fc23i/build.log:Tests failed : 5 /var/lib/mock/fc23x/build.log:Tests failed : 4 /var/lib/mock/fc24i/build.log:Tests failed : 2 /var/lib/mock/fc24x/build.log:Tests failed : 0 /var/lib/mock/fc25i/build.log:Tests failed : 1 -/var/lib/mock/fc25x/build.log:Tests failed : 0 +/var/lib/mock/fc25x/build.log:Tests failed : 1 -el7x - * Test session_set_save_handler() function : basic functionality [ext/session/tests/session_set_save_handler_basic.phpt] fc23i, fc23x *** Bug #20382 [2] (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/date/tests/bug20382-2.phpt] *** Bug #33414 [1] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-1.phpt] @@ -22,6 +20,8 @@ fc23i, fc23x el6i, fc23i, fc24i, fc25i *** Bug #53437 DateInterval unserialize bad data, 32 bit [ext/date/tests/bug53437_var3.phpt] fc24i + * Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] +fc25x * Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] diff --git a/php71.spec b/php71.spec index 15682de..d5bb283 100644 --- a/php71.spec +++ b/php71.spec @@ -120,8 +120,8 @@ %global db_devel libdb-devel %endif -%global rcver RC5 -%global rpmrel 7 +%global rcver RC6 +%global rpmrel 8 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -1994,6 +1994,9 @@ fi %changelog +* Wed Nov 9 2016 Remi Collet 7.1.0-0.8.RC6 +- Update to 7.1.0RC6 + * Wed Oct 26 2016 Remi Collet 7.1.0-0.7.RC5 - Update to 7.1.0RC5 -- cgit