From 885ce9b409d2a4124898d380d68421286689db86 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Jan 2017 08:30:21 +0100 Subject: PHP 5.6.30 --- failed.txt | 17 +++++++---------- php.spec | 5 ++++- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/failed.txt b/failed.txt index 04b91bb..948258f 100644 --- a/failed.txt +++ b/failed.txt @@ -1,18 +1,15 @@ -===== 5.6.30RC1 (2017-01-06) +===== 5.6.30 (2017-01-19) $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log -/var/lib/mock/scl56el6x/build.log:Tests failed : 1 -/var/lib/mock/scl56el7x/build.log:Tests failed : 1 -/var/lib/mock/scl56fc22x/build.log:Tests failed : 1 -/var/lib/mock/scl56fc23x/build.log:Tests failed : 1 -/var/lib/mock/scl56fc24x/build.log:Tests failed : 1 -/var/lib/mock/scl56fc25x/build.log:Tests failed : 1 +/var/lib/mock/scl56el6x/build.log:Tests failed : 0 +/var/lib/mock/scl56el7x/build.log:Tests failed : 0 +/var/lib/mock/scl56fc22x/build.log:Tests failed : 0 +/var/lib/mock/scl56fc23x/build.log:Tests failed : 0 +/var/lib/mock/scl56fc24x/build.log:Tests failed : 0 +/var/lib/mock/scl56fc25x/build.log:Tests failed : 0 -el6x, el7x, fc22x, fc23x, fc24x, fc25x - *** __wakeup should be able to modify dynamic properties without affecting copies of those properties [ext/standard/tests/serialize/bug72610_3.phpt] - * proc_open have erratic results... :( *** test fixed upstream diff --git a/php.spec b/php.spec index ea761bc..f809842 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 @@ -1818,6 +1818,9 @@ fi %changelog +* Thu Jan 19 2017 Remi Collet 5.6.30-1 +- Update to 5.6.30 - http://www.php.net/releases/5_6_30.php + * Fri Jan 6 2017 Remi Collet 5.6.30-0.1.RC1 - update to 5.6.30RC1 -- cgit