From 9e9e40ad7d519e4c568af3273f0d83660865ee00 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Oct 2016 09:10:18 +0200 Subject: PHP 5.6.28RC1 --- failed.txt | 22 ++++++++++------------ php56.spec | 7 +++++-- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/failed.txt b/failed.txt index 50c4fd1..a7c7f58 100644 --- a/failed.txt +++ b/failed.txt @@ -1,21 +1,21 @@ -===== 5.6.27 (2016-10-14) +===== 5.6.28RC1 (2016-10-28) $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el5i/build.log:Tests failed : 10 -/var/lib/mock/el5x/build.log:Tests failed : 5 -/var/lib/mock/el6i/build.log:Tests failed : 6 +/var/lib/mock/el5i/build.log:Tests failed : 7 +/var/lib/mock/el5x/build.log:Tests failed : 2 +/var/lib/mock/el6i/build.log:Tests failed : 5 /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/fc22i/build.log:Tests failed : 2 /var/lib/mock/fc22x/build.log:Tests failed : 0 -/var/lib/mock/fc23i/build.log:Tests failed : 2 -/var/lib/mock/fc23x/build.log:Tests failed : 0 -/var/lib/mock/fc24i/build.log:Tests failed : 5 -/var/lib/mock/fc24x/build.log:Tests failed : 3 +/var/lib/mock/fc23i/build.log:Tests failed : 5 +/var/lib/mock/fc23x/build.log:Tests failed : 3 +/var/lib/mock/fc24i/build.log:Tests failed : 2 +/var/lib/mock/fc24x/build.log:Tests failed : 0 -el5i, el5x, fc24i, fc24x +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] @@ -23,11 +23,9 @@ el5i, el5x openssl_error_string() tests [ext/openssl/tests/openssl_error_string_basic.phpt] el5i, el5x sni_server [ext/openssl/tests/sni_server.phpt] -el5i, el6i, fc21i, fc22i, fc23i, fc24i +el5i, el6i, fc22i, fc23i, fc24i Bug #53437 DateInterval unserialize bad data, 32 bit [ext/date/tests/bug53437_var3.phpt] ** Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt] -el6i - openssl_pkey_new() basic usage tests [ext/openssl/tests/openssl_pkey_new_basic.phpt] el5i, el6i Test date_sunrise() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunrise_variation9.phpt] Test date_sunset() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunset_variation9.phpt] diff --git a/php56.spec b/php56.spec index f77ae49..13440c5 100644 --- a/php56.spec +++ b/php56.spec @@ -143,12 +143,12 @@ %global db_devel libdb-devel %endif -#global rcver RC1 +%global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.6.27 +Version: 5.6.28 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1997,6 +1997,9 @@ fi %changelog +* Fri Oct 28 2016 Remi Collet 5.6.28-0.1.RC1 +- update to 5.6.28RC1 + * Fri Oct 14 2016 Remi Collet 5.6.27-1 - Update to 5.6.27 - http://www.php.net/releases/5_6_27.php -- cgit