diff options
| -rw-r--r-- | failed.txt | 10 | ||||
| -rw-r--r-- | php56.spec | 5 | 
2 files changed, 10 insertions, 5 deletions
@@ -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] @@ -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 <remi@remirepo.net> - 5.6.37-1 +- Update to 5.6.37 - http://www.php.net/releases/5_6_37.php +  * Wed Apr 25 2018 Remi Collet <remi@remirepo.net> - 5.6.36-1  - Update to 5.6.36 - http://www.php.net/releases/5_6_36.php  | 
