diff options
-rw-r--r-- | failed.txt | 19 | ||||
-rw-r--r-- | php.spec | 7 |
2 files changed, 15 insertions, 11 deletions
@@ -1,15 +1,16 @@ -===== 7.0.0-0.12.beta2 +===== 7.0.0-0.13.beta3 $ 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/scl70fc21x/build.log:Tests failed : 3 ( 0.0%) ( 0.0% +/var/lib/mock/scl70el6x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) +/var/lib/mock/scl70el7x/build.log:Tests failed : 1 ( 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 : 2 ( 0.0%) ( 0.0%) -f20, f21 +el7, f20, f22 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] -el6, el7, f20, f21, f22 - Basic print functionality [sapi/phpdbg/tests/print_001.phpt] - Relative print commands [sapi/phpdbg/tests/print_002.phpt] +f20, f22 + Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] + +* proc_open give erratic test results :( @@ -133,8 +133,8 @@ #global gh_date 20150623 #global gh_owner php #global gh_project php-src -%global rcver beta2 -%global rpmrel 12 +%global rcver beta3 +%global rpmrel 13 Summary: PHP scripting language for creating dynamic web sites @@ -1804,6 +1804,9 @@ fi %changelog +* Wed Aug 5 2015 Remi Collet <remi@fedoraproject.org> 7.0.0-0.13.beta3 +- Update to 7.0.0beta3 + * Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> 7.0.0-0.12.beta2 - Update to 7.0.0beta2 - switch from libvpx to libwebp (only for bundled libgd, not used) |