From 2c5731b519e3f075e1572c1f54bb6465f85b6b11 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Jan 2017 07:59:48 +0100 Subject: PHP 5.6.30RC1 --- failed.txt | 19 +++++++++++-------- php.spec | 7 +++++-- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/failed.txt b/failed.txt index 8ad655c..04b91bb 100644 --- a/failed.txt +++ b/failed.txt @@ -1,16 +1,19 @@ -===== 5.6.29 (2016-12-08) +===== 5.6.30RC1 (2017-01-06) $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log -/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 +/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 +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... :( -*** Related to tzdata 2016g (f24+) vs 2016f +*** test fixed upstream diff --git a/php.spec b/php.spec index 2788680..ea761bc 100644 --- a/php.spec +++ b/php.spec @@ -137,12 +137,12 @@ %global db_devel libdb-devel %endif -#global rcver RC1 +%global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 5.6.29 +Version: 5.6.30 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1818,6 +1818,9 @@ fi %changelog +* Fri Jan 6 2017 Remi Collet 5.6.30-0.1.RC1 +- update to 5.6.30RC1 + * Thu Dec 8 2016 Remi Collet 5.6.29-1 - Update to 5.6.29 - http://www.php.net/releases/5_6_29.php -- cgit