diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-10-13 18:39:40 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-10-13 18:39:40 +0200 |
commit | 68b054eda2d42f4211555dd5a13bbd8703e63e0e (patch) | |
tree | 105a95e814d396a120749a80e0e709a40803fb89 | |
parent | 6cb4df15d671a60e7c0c8cadbab891d4d71ed5e2 (diff) |
PHP 7.0.12 (rebuild)
-rw-r--r-- | failed.txt | 8 | ||||
-rw-r--r-- | php.spec | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -2,17 +2,13 @@ $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log -/var/lib/mock/scl70el6x/build.log:Tests failed : 1 -/var/lib/mock/scl70el7x/build.log:Tests failed : 1 +/var/lib/mock/scl70el6x/build.log:Tests failed : 0 +/var/lib/mock/scl70el7x/build.log:Tests failed : 0 /var/lib/mock/scl70fc22x/build.log:Tests failed : 0 /var/lib/mock/scl70fc23x/build.log:Tests failed : 0 /var/lib/mock/scl70fc24x/build.log:Tests failed : 3 /var/lib/mock/scl70fc25x/build.log:Tests failed : 3 -el6x: - * openssl_pkey_new() basic usage tests [ext/openssl/tests/openssl_pkey_new_basic.phpt] -el7x: - * Bug #69900 Commandline input/output weird behaviour with STDIO [ext/standard/tests/streams/proc_open_bug69900.phpt] fc24x, fc25x: *** Bug #20382 [2] (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/date/tests/bug20382-2.phpt] *** Bug #33414 [1] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-1.phpt] @@ -125,7 +125,7 @@ %endif #global rcver RC1 -%global rpmrel 1 +%global rpmrel 2 Summary: PHP scripting language for creating dynamic web sites @@ -1824,6 +1824,10 @@ fi %changelog +* Thu Oct 13 2016 Remi Collet <remi@fedoraproject.org> 7.0.12-2 +- Update to 7.0.12 - http://www.php.net/releases/7_0_12.php +- rebuild with new sources + * Thu Oct 13 2016 Remi Collet <remi@fedoraproject.org> 7.0.12-1 - Update to 7.0.12 - http://www.php.net/releases/7_0_12.php |