From fb02b2a0e4d47ba8e2a4baab1e2c5db65afe66d8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Mar 2016 08:06:18 +0100 Subject: PHP 5.6.20RC1 --- failed.txt | 19 ++++++++++--------- php.spec | 9 ++++++--- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/failed.txt b/failed.txt index a66b835..9723cf7 100644 --- a/failed.txt +++ b/failed.txt @@ -1,21 +1,22 @@ -===== 5.6.19 (2016-03-03) +===== 5.6.20RC1 (2016-03-17) $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log -/var/lib/mock/scl56el6x/build.log:Tests failed : 5 ( 0.0%) ( 0.0%) -/var/lib/mock/scl56el7x/build.log:Tests failed : 5 ( 0.0%) ( 0.0%) -/var/lib/mock/scl56fc20x/build.log:Tests failed : 5 ( 0.0%) ( 0.0%) -/var/lib/mock/scl56fc21x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) -/var/lib/mock/scl56fc22x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) -/var/lib/mock/scl56fc23x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) -/var/lib/mock/scl56fc24x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) +/var/lib/mock/scl56el6x/build.log:Tests failed : 5 +/var/lib/mock/scl56el7x/build.log:Tests failed : 5 +/var/lib/mock/scl56fc21x/build.log:Tests failed : 1 +/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 : 0 -el6x, el7x, fc19x, fc20x: +el6x, el7x: Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] 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] Test getdate() function : usage variation - Passing high positive and negative float values to timestamp. [ext/date/tests/getdate_variation7.phpt] strtotime() function (64 bit) [ext/date/tests/strtotime3-64bit.phpt] +fc21x + * Bug #55259 (openssl extension does not get the DH parameters from DH key resource) [ext/openssl/tests/bug55259.phpt] * outdated tzdata cause date failure diff --git a/php.spec b/php.spec index cb9802b..499b0b2 100644 --- a/php.spec +++ b/php.spec @@ -137,12 +137,12 @@ %global db_devel libdb-devel %endif -#global rcver RC1 -%global rpmrel 2 +%global rcver RC1 +%global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 5.6.19 +Version: 5.6.20 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1813,6 +1813,9 @@ fi %changelog +* Thu Mar 17 2016 Remi Collet 5.6.20-0.1.RC1 +- update to 5.6.20RC1 + * Wed Mar 9 2016 Remi Collet 5.6.19-2 - adapt for F24: define %%pecl_xmldir and own it -- cgit