diff options
| -rw-r--r-- | failed.txt | 12 | ||||
| -rw-r--r-- | php.spec | 9 | 
2 files changed, 12 insertions, 9 deletions
| @@ -1,4 +1,4 @@ -===== 7.1.28 (2019-04-04) +===== 7.1.29 (2019-05-02)  $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log @@ -6,15 +6,11 @@ $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log  /var/lib/mock/scl71el7x/build.log:Tests failed    :     0  /var/lib/mock/scl71el8x/build.log:Tests failed    :    28  /var/lib/mock/scl71fc27x/build.log:Tests failed    :    0 -/var/lib/mock/scl71fc28x/build.log:Tests failed    :    3 -/var/lib/mock/scl71fc29x/build.log:Tests failed    :    4 -/var/lib/mock/scl71fc30x/build.log:Tests failed    :    4 +/var/lib/mock/scl71fc28x/build.log:Tests failed    :    0 +/var/lib/mock/scl71fc29x/build.log:Tests failed    :    1 +/var/lib/mock/scl71fc30x/build.log:Tests failed    :    1 -fc28x, fc29x, fc30x: -		Bug #33414 [1] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-1.phpt] -		Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] -		date_modify() function [1] [ext/date/tests/date_modify-1.phpt]  fc29x, fc30x:  		TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] @@ -125,7 +125,7 @@  %global db_devel  libdb-devel  %endif -%global upver        7.1.28 +%global upver        7.1.29  Summary: PHP scripting language for creating dynamic web sites  Name: %{?scl_prefix}php @@ -959,6 +959,10 @@ mkdir \  rm ext/date/tests/timezone_location_get.phpt  rm ext/date/tests/timezone_version_get.phpt  rm ext/date/tests/timezone_version_get_basic1.phpt +# related to tzdata +rm ext/date/tests/bug33414-1.phpt +rm ext/date/tests/bug33415-2.phpt +rm ext/date/tests/date_modify-1.phpt  # fails sometime  rm ext/sockets/tests/mcast_ipv?_recv.phpt  # Should be skipped but fails sometime @@ -1859,6 +1863,9 @@ fi  %changelog +* Wed May  1 2019 Remi Collet <remi@remirepo.net> - 7.1.29-1 +- Update to 7.1.29 - http://www.php.net/releases/7_1_29.php +  * Tue Apr  2 2019 Remi Collet <remi@remirepo.net> - 7.1.28-1  - Update to 7.1.28 - http://www.php.net/releases/7_1_28.php | 
