From 22e9179c760ef02b30b715be36d38585cee99057 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Nov 2015 08:51:06 +0100 Subject: PHP 7.0.0RC7 (retagged) --- failed.txt | 6 ++---- php.spec | 5 ++++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index ff76446..a1ffe5e 100644 --- a/failed.txt +++ b/failed.txt @@ -1,10 +1,10 @@ -===== 7.0.0-0.23.RC7 (2015-11-11) +===== 7.0.0-0.24.RC7 (2015-11-12) $ 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 : 3 ( 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%) @@ -12,7 +12,5 @@ $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log el6x, el7x, fc20x Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] strtotime() function (64 bit) [ext/date/tests/strtotime3-64bit.phpt] -fc20x - Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] * proc_open give erratic test results :( diff --git a/php.spec b/php.spec index 8f5d767..a081cc8 100644 --- a/php.spec +++ b/php.spec @@ -131,7 +131,7 @@ #global gh_owner php #global gh_project php-src %global rcver RC7 -%global rpmrel 23 +%global rpmrel 24 Summary: PHP scripting language for creating dynamic web sites @@ -1803,6 +1803,9 @@ fi %changelog +* Thu Nov 12 2015 Remi Collet 7.0.0-0.24.RC7 +- Update to 7.0.0RC7 (retagged) + * Wed Nov 11 2015 Remi Collet 7.0.0-0.23.RC7 - Update to 7.0.0RC7 -- cgit