From 43cf11de24e0683af9d4b1472205729e3f10c6e9 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 | 11 +++++------ php.spec | 7 +++++-- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index b1bc1db..47b44e6 100644 --- a/failed.txt +++ b/failed.txt @@ -1,16 +1,15 @@ -===== 5.6.27 (2016-10-14) +===== 5.6.28RC1 (2016-10-28) $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log /var/lib/mock/scl56el6x/build.log:Tests failed : 0 /var/lib/mock/scl56el7x/build.log:Tests failed : 0 -/var/lib/mock/scl56fc21x/build.log:Tests failed : 0 /var/lib/mock/scl56fc22x/build.log:Tests failed : 0 -/var/lib/mock/scl56fc23x/build.log:Tests failed : 0 -/var/lib/mock/scl56fc24x/build.log:Tests failed : 3 -/var/lib/mock/scl56fc25x/build.log:Tests failed : 3 +/var/lib/mock/scl56fc23x/build.log:Tests failed : 3 +/var/lib/mock/scl56fc24x/build.log:Tests failed : 0 +/var/lib/mock/scl56fc25x/build.log:Tests failed : 0 -fc24x, fc25x: +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] diff --git a/php.spec b/php.spec index 6fd42e1..a4dceea 100644 --- a/php.spec +++ b/php.spec @@ -137,12 +137,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: %{?scl_prefix}php -Version: 5.6.27 +Version: 5.6.28 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1816,6 +1816,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