From 3ea8c35af8975fd911af6b5715a01c5da4a78e4c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Jul 2018 20:18:12 +0200 Subject: Update to 5.6.37 - http://www.php.net/releases/5_6_37.php --- failed.txt | 10 ++++++---- php56.spec | 5 ++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 2f9c267..2841c17 100644 --- a/failed.txt +++ b/failed.txt @@ -2,18 +2,20 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/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/el6i/build.log:Tests failed : 6 +/var/lib/mock/el6x/build.log:Tests failed : 4 +/var/lib/mock/el7x/build.log:Tests failed : 4 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: 4 Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] +el6i, el6x, el7x: + 4 Bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error) [ext/date/tests/bug51819.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] 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] diff --git a/php56.spec b/php56.spec index b7d8364..dadd123 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.36 +Version: 5.6.37 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1999,6 +1999,9 @@ fi %changelog +* Thu Jul 19 2018 Remi Collet - 5.6.37-1 +- Update to 5.6.37 - http://www.php.net/releases/5_6_37.php + * Wed Apr 25 2018 Remi Collet - 5.6.36-1 - Update to 5.6.36 - http://www.php.net/releases/5_6_36.php -- cgit