From f3b1a1b98f85561b2f2f7f3dc94e235effa064ec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 Nov 2016 11:16:06 +0100 Subject: PHP 5.6.29RC1 --- failed.txt | 5 +++-- php56.spec | 7 +++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index 973b2ab..2f6af71 100644 --- a/failed.txt +++ b/failed.txt @@ -1,8 +1,8 @@ -===== 5.6.28 (2016-11-10) +===== 5.6.29RC1 (2016-11-24) $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el5i/build.log:Tests failed : 8 +/var/lib/mock/el5i/build.log:Tests failed : 9 /var/lib/mock/el5x/build.log:Tests failed : 2 /var/lib/mock/el6i/build.log:Tests failed : 5 /var/lib/mock/el6x/build.log:Tests failed : 0 @@ -21,6 +21,7 @@ fc23i, fc23x *** Bug #33415 [1] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-1.phpt] el5i Specific protocol method specification [ext/openssl/tests/stream_crypto_flags_004.phpt] + * Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] el5i, el5x openssl_error_string() tests [ext/openssl/tests/openssl_error_string_basic.phpt] el5i, el5x diff --git a/php56.spec b/php56.spec index ac4d5a8..c694000 100644 --- a/php56.spec +++ b/php56.spec @@ -143,12 +143,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: php -Version: 5.6.28 +Version: 5.6.29 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1997,6 +1997,9 @@ fi %changelog +* Thu Nov 24 2016 Remi Collet 5.6.29-0.1.RC1 +- update to 5.6.29RC1 + * Wed Nov 9 2016 Remi Collet 5.6.28-1 - Update to 5.6.28 - http://www.php.net/releases/5_6_28.php -- cgit