diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-12 08:51:06 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-12 08:51:06 +0100 |
commit | 22e9179c760ef02b30b715be36d38585cee99057 (patch) | |
tree | 4f22cd40993dd6af717c9c254b1098cda8d3551c | |
parent | 3d919765e46441603b5d34586f2bfa82cbe17086 (diff) |
PHP 7.0.0RC7 (retagged)
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php.spec | 5 |
2 files changed, 6 insertions, 5 deletions
@@ -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 :( @@ -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 <remi@fedoraproject.org> 7.0.0-0.24.RC7 +- Update to 7.0.0RC7 (retagged) + * Wed Nov 11 2015 Remi Collet <remi@fedoraproject.org> 7.0.0-0.23.RC7 - Update to 7.0.0RC7 |