From f7d113695150eeceb7a6f0c2147c265ea055d887 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Mar 2016 11:00:57 +0100 Subject: PHP 7.0.5RC1 --- failed.txt | 15 +++++++-------- php.spec | 9 ++++++--- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/failed.txt b/failed.txt index c4c1595..a844e27 100644 --- a/failed.txt +++ b/failed.txt @@ -1,14 +1,13 @@ -===== 7.0.4 (2016-03-03) +===== 7.0.5RC1 (2016-03-16) $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log -/var/lib/mock/scl70el6x/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) -/var/lib/mock/scl70el7x/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) -/var/lib/mock/scl70fc20x/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) -/var/lib/mock/scl70fc21x/build.log:Tests failed : 0 ( 0.0%) ( 0.0% -/var/lib/mock/scl70fc22x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) -/var/lib/mock/scl70fc23x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) -/var/lib/mock/scl70fc24x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) +/var/lib/mock/scl70el6x/build.log:Tests failed : 2 +/var/lib/mock/scl70el7x/build.log:Tests failed : 2 +/var/lib/mock/scl70fc21x/build.log:Tests failed : 0 +/var/lib/mock/scl70fc22x/build.log:Tests failed : 0 +/var/lib/mock/scl70fc23x/build.log:Tests failed : 0 +/var/lib/mock/scl70fc24x/build.log:Tests failed : 0 el6x, el7x, fc20x Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] diff --git a/php.spec b/php.spec index 8d077fa..1f68664 100644 --- a/php.spec +++ b/php.spec @@ -125,13 +125,13 @@ %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: 7.0.4 +Version: 7.0.5 %if 0%{?gh_date} Release: 0.%{rpmrel}.%{gh_date}git%{gh_short}%{?dist} %else @@ -1841,6 +1841,9 @@ fi %changelog +* Wed Mar 16 2016 Remi Collet 7.0.5-0.1.0RC1 +- Update to 7.0.5RC1 + * Sun Mar 6 2016 Remi Collet 7.0.4-2 - adapt for F24: define %%pecl_xmldir and own it -- cgit