From becaef9563503ffe448c495556feec4340ae46d7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Oct 2017 07:14:36 +0200 Subject: v5.6.32 --- failed.txt | 16 ++++------------ php-5.6.30-datetests.patch | 12 ------------ php56.spec | 5 ++++- 3 files changed, 8 insertions(+), 25 deletions(-) diff --git a/failed.txt b/failed.txt index 5568cb4..34984b2 100644 --- a/failed.txt +++ b/failed.txt @@ -1,30 +1,22 @@ -===== 5.6.31 (2017-07-06) +===== 5.6.32 (2017-10-26) $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 6 +/var/lib/mock/el6i/build.log:Tests failed : 5 /var/lib/mock/el6x/build.log:Tests failed : 2 /var/lib/mock/el7x/build.log:Tests failed : 2 -/var/lib/mock/fc23i/build.log:Tests failed : 6 -/var/lib/mock/fc23x/build.log:Tests failed : 6 /var/lib/mock/fc24i/build.log:Tests failed : 1 /var/lib/mock/fc24x/build.log:Tests failed : 1 -el6i, el6x, el7x, fc23i, fc23x: +el6i, el6x, el7x: 4 Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] -el6i, el6x, el7x, fc23i, fc23x, fc24i, fc24x: +el6i, el6x, el7x, fc24i, fc24x: 4 Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] el6i: 4 Test date_sunrise() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunrise_variation9.phpt] 4 Test date_sunset() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunset_variation9.phpt] 4 Test getdate() function : usage variation - Passing high positive and negative float values to timestamp. [ext/date/tests/getdate_variation7.phpt] - 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] -fc23i, fc23x - 4 Bug #32086 (strtotime don't work in DST) [ext/date/tests/bug32086.phpt] - 4 Bug #33414 [1] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-1.phpt] - 4 Bug #33415 [1] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-1.phpt] - 4 date_modify() function [1] [ext/date/tests/date_modify-1.phpt] 1 proc_open have erratic results... :( diff --git a/php-5.6.30-datetests.patch b/php-5.6.30-datetests.patch index 9da3845..9e3b6e6 100644 --- a/php-5.6.30-datetests.patch +++ b/php-5.6.30-datetests.patch @@ -681,15 +681,3 @@ diff -up ./ext/standard/tests/serialize/bug64146.phpt.old ./ext/standard/tests/s -2 +%d Done -diff -up ./ext/date/tests/bug53437_var3.phpt.old ./ext/date/tests/bug53437_var3.phpt ---- ./ext/date/tests/bug53437_var3.phpt.old 2017-03-21 12:32:27.824930958 +0100 -+++ ./ext/date/tests/bug53437_var3.phpt 2017-03-21 12:33:57.490387535 +0100 -@@ -40,7 +40,7 @@ object(DateInterval)#%d (15) { - ["special_amount"]=> - int(-1) - ["have_weekday_relative"]=> -- int(9) -+ int(%d) - ["have_special_relative"]=> - int(0) - } diff --git a/php56.spec b/php56.spec index 92930b6..daf6836 100644 --- a/php56.spec +++ b/php56.spec @@ -148,7 +148,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.6.31 +Version: 5.6.32 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -2000,6 +2000,9 @@ fi %changelog +* Wed Oct 25 2017 Remi Collet 5.6.32-1 +- Update to 5.6.32 - http://www.php.net/releases/5_6_32.php + * Thu Jul 6 2017 Remi Collet 5.6.31-1 - Update to 5.6.31 - http://www.php.net/releases/5_6_31.php - use oracle instant client version 12.2 -- cgit