diff options
-rw-r--r-- | failed.txt | 11 | ||||
-rw-r--r-- | php.spec | 7 |
2 files changed, 10 insertions, 8 deletions
@@ -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] @@ -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 <remi@fedoraproject.org> 5.6.28-0.1.RC1 +- update to 5.6.28RC1 + * Fri Oct 14 2016 Remi Collet <remi@fedoraproject.org> 5.6.27-1 - Update to 5.6.27 - http://www.php.net/releases/5_6_27.php |