From ee961eda26f13f11771cdce0cc54fef55c196c3d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Aug 2015 18:00:34 +0200 Subject: PHP 5.6.12 --- failed.txt | 9 +++++++-- php.spec | 6 +++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 40249b4..f057c9c 100644 --- a/failed.txt +++ b/failed.txt @@ -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... :( diff --git a/php.spec b/php.spec index 8e11952..b56cb1c 100644 --- a/php.spec +++ b/php.spec @@ -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 5.6.12-1 +- Update to 5.6.12 + http://www.php.net/releases/5_6_12.php + * Wed Jul 22 2015 Remi Collet 5.6.12-0.1.RC1 - update to 5.6.12RC1 -- cgit