diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-08-06 18:00:34 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-08-06 18:00:34 +0200 |
commit | ee961eda26f13f11771cdce0cc54fef55c196c3d (patch) | |
tree | d2c9b41234c36f2739bcc87a5824efcdf218f1c5 | |
parent | 578d01c1cdf658c9cc94967a04f899aa455bb2e6 (diff) |
PHP 5.6.12
-rw-r--r-- | failed.txt | 9 | ||||
-rw-r--r-- | php.spec | 6 |
2 files changed, 12 insertions, 3 deletions
@@ -1,10 +1,15 @@ -===== 5.6.12RC1 +===== 5.6.12 $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log /var/lib/mock/scl56el6x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) -/var/lib/mock/scl56el7x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) +/var/lib/mock/scl56el7x/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) /var/lib/mock/scl56fc19x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) /var/lib/mock/scl56fc20x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) /var/lib/mock/scl56fc21x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) /var/lib/mock/scl56fc22x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) + +el7 + Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] + +* proc_open have erratic results... :( @@ -137,7 +137,7 @@ %global db_devel libdb-devel %endif -%global rcver RC1 +#global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites @@ -1786,6 +1786,10 @@ fi %changelog +* Thu Aug 6 2015 Remi Collet <remi@fedoraproject.org> 5.6.12-1 +- Update to 5.6.12 + http://www.php.net/releases/5_6_12.php + * Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> 5.6.12-0.1.RC1 - update to 5.6.12RC1 |