From 23029bdc781edbdc6c209e182faa689c639a1a71 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 | 30 +++++++++++++----------------- php70.spec | 9 ++++++--- 2 files changed, 19 insertions(+), 20 deletions(-) diff --git a/failed.txt b/failed.txt index ff52fc8..7354fdc 100644 --- a/failed.txt +++ b/failed.txt @@ -2,17 +2,17 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) -/var/lib/mock/el6x/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) -/var/lib/mock/el7x/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) -/var/lib/mock/fc21i/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) -/var/lib/mock/fc21x/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) -/var/lib/mock/fc22i/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) -/var/lib/mock/fc22x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) -/var/lib/mock/fc23i/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) -/var/lib/mock/fc23x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) -/var/lib/mock/fc24i/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) -/var/lib/mock/fc24x/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) +/var/lib/mock/el6i/build.log:Tests failed : 1 +/var/lib/mock/el6x/build.log:Tests failed : 2 +/var/lib/mock/el7x/build.log:Tests failed : 2 +/var/lib/mock/fc21i/build.log:Tests failed : 0 +/var/lib/mock/fc21x/build.log:Tests failed : 1 +/var/lib/mock/fc22i/build.log:Tests failed : 0 +/var/lib/mock/fc22x/build.log:Tests failed : 0 +/var/lib/mock/fc23i/build.log:Tests failed : 0 +/var/lib/mock/fc23x/build.log:Tests failed : 0 +/var/lib/mock/fc24i/build.log:Tests failed : 1 +/var/lib/mock/fc24x/build.log:Tests failed : 0 el6i, el6x, el7x @@ -20,13 +20,9 @@ el6i, el6x, el7x el6x, el7x strtotime() function (64 bit) [ext/date/tests/strtotime3-64bit.phpt] fc21x - * php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt] -fc22i - * Bug #70198 Checking liveness does not work as expected [ext/standard/tests/streams/bug70198.phpt] -fc24x * Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] -el6i, fc21i fc22i, fc23i, fc24i - ** Test str_pad() function : usage variations - unexpected large value for '$pad_length' argument [ext/standard/tests/strings/str_pad_variation5.phpt] +fc24i + * 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/php70.spec b/php70.spec index 2c2219a..42a61e5 100644 --- a/php70.spec +++ b/php70.spec @@ -121,12 +121,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: php -Version: 7.0.4 +Version: 7.0.5 Release: %{?rcver:0.}%{rpmrel}%{?rcver:.%{rcver}}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -2003,6 +2003,9 @@ fi %changelog +* Wed Mar 16 2016 Remi Collet 7.0.5-0.1.0RC1 +- Update to 7.0.5RC1 + * Fri Mar 4 2016 Remi Collet 7.0.4-2 - adapt for F24: define %%pecl_xmldir and own it -- cgit