diff options
-rw-r--r-- | failed.txt | 11 | ||||
-rw-r--r-- | php.spec | 10 |
2 files changed, 10 insertions, 11 deletions
@@ -1,4 +1,4 @@ -===== 7.0.0-0.15.RC2 (2015-09-04) +===== 7.0.0-0.16.RC3 (2015-09-17) $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log @@ -6,13 +6,8 @@ $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log /var/lib/mock/scl70el7x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) /var/lib/mock/scl70fc20x/build.log:Tests failed : 0 ( 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 : 1 ( 0.0%) ( 0.0%) -/var/lib/mock/scl70fc23x/build.log:Tests failed : 2 ( 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%) -f22 - Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] -f23 - Bug #55259 (openssl extension does not get the DH parameters from DH key resource) [ext/openssl/tests/bug55259.phpt] - 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 :( @@ -115,7 +115,7 @@ %global with_httpd2410 0 %endif -%global with_zip 1 +%global with_zip 0 %global with_libzip 1 @@ -130,8 +130,8 @@ #global gh_date 20150623 #global gh_owner php #global gh_project php-src -%global rcver RC2 -%global rpmrel 15 +%global rcver RC3 +%global rpmrel 16 Summary: PHP scripting language for creating dynamic web sites @@ -1803,6 +1803,10 @@ fi %changelog +* Wed Sep 16 2015 Remi Collet <remi@fedoraproject.org> 7.0.0-0.16.RC3 +- Update to 7.0.0RC3 +- disable zip extension (provided in php-pecl-zip) + * Fri Sep 4 2015 Remi Collet <remi@fedoraproject.org> 7.0.0-0.15.RC2 - Update to 7.0.0RC2 - enable oci8 and pdo_oci extensions |