diff options
-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 |