From c7ab245b1cb095674f0352e51d20f247a918eae0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Oct 2016 09:31:23 +0200 Subject: PHP 7.1.0RC5 --- failed.txt | 26 ++++++++++++++------------ php71.spec | 7 +++++-- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/failed.txt b/failed.txt index 5cffb0f..45318ea 100644 --- a/failed.txt +++ b/failed.txt @@ -1,30 +1,32 @@ -===== 7.1.0RC3 (2016-09-29) +===== 7.1.0RC5 (2016-10-27) $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 6 -/var/lib/mock/el6x/build.log:Tests failed : 4 -/var/lib/mock/el7x/build.log:Tests failed : 4 +/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/fc23i/build.log:Tests failed : 5 /var/lib/mock/fc23x/build.log:Tests failed : 4 -/var/lib/mock/fc24i/build.log:Tests failed : 1 +/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 : 5 +/var/lib/mock/fc25i/build.log:Tests failed : 1 /var/lib/mock/fc25x/build.log:Tests failed : 0 -el6i +el7x * Test session_set_save_handler() function : basic functionality [ext/session/tests/session_set_save_handler_basic.phpt] -el6x, el7x, fc23i, fc23x, fc25i +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] *** Bug #33415 [1] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-1.phpt] *** Bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error) [ext/date/tests/bug51819.phpt] el6i, fc23i, fc24i, fc25i - *** Bug #53437 DateInterval unserialize bad data, 32 bit [ext/date/tests/bug53437_var3.phpt] + *** Bug #53437 DateInterval unserialize bad data, 32 bit [ext/date/tests/bug53437_var3.phpt] +fc24i + * Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] -* proc_open give erratic test results :( -** date tests vary with tzdata available in system -*** test fixed upstream +* proc_open give erratic test results :( +** date tests vary with tzdata available in system +*** test fixed upstream *** Related to tzdata 2016g (f24+) vs 2016f diff --git a/php71.spec b/php71.spec index 5779403..15682de 100644 --- a/php71.spec +++ b/php71.spec @@ -120,8 +120,8 @@ %global db_devel libdb-devel %endif -%global rcver RC4 -%global rpmrel 6 +%global rcver RC5 +%global rpmrel 7 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -1994,6 +1994,9 @@ fi %changelog +* Wed Oct 26 2016 Remi Collet 7.1.0-0.7.RC5 +- Update to 7.1.0RC5 + * Mon Oct 17 2016 Remi Collet 7.1.0-0.6.RC4 - Update to 7.1.0RC4 - update tzdata patch to v14, improve check for valid tz file -- cgit