diff options
| author | Remi Collet <remi@remirepo.net> | 2022-09-01 08:33:42 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-09-01 08:33:42 +0200 | 
| commit | 92684fbb218fdcd1f61aaf4e848c4edab69f2608 (patch) | |
| tree | bd4d7e1407df06ba7eff1f45493b99c50202fe51 | |
| parent | 2c553e926938cb7eee371b9ed5e8a5eafbd8c1cd (diff) | |
| -rw-r--r-- | failed.txt | 12 | ||||
| -rw-r--r-- | php81.spec | 11 | 
2 files changed, 14 insertions, 9 deletions
| @@ -1,17 +1,15 @@ -===== 8.1.10RC1 (2022-08-18) +===== 8.1.10 (2022-09-01)  $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el7x81/build.log:Tests failed   :    1 -/var/lib/mock/el8x81/build.log:Tests failed   :    2 +/var/lib/mock/el7x81/build.log:Tests failed   :    0 +/var/lib/mock/el8x81/build.log:Tests failed   :    1  /var/lib/mock/el9x81/build.log:Tests failed   :    0 -/var/lib/mock/fc34x81/build.log:Tests failed  :    0 -/var/lib/mock/fc35x81/build.log:Tests failed  :    1 +/var/lib/mock/fc35x81/build.log:Tests failed  :    0  /var/lib/mock/fc36x81/build.log:Tests failed  :    0 +/var/lib/mock/fc37x81/build.log:Tests failed  :    0 -el7x, el8x, fc35x: -	4	ext/date/tests/bug33415-2.phpt  el8x:  	5	ext/standard/tests/strings/setlocale_variation2.phpt @@ -108,8 +108,8 @@  %bcond_with            zip  %global upver          8.1.10 -%global rcver          RC1 -%global lower          RC1 +#global rcver          RC1 +#global lower          RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -1216,6 +1216,10 @@ mkdir build-cgi build-apache build-embedded \  rm ext/date/tests/timezone_location_get.phpt  rm ext/date/tests/bug80963.phpt  %endif +%if 0%{?fedora} < 36 +# need tzdata 2022b +rm ext/date/tests/bug33415-2.phpt +%endif  # too fast builder  rm ext/date/tests/bug73837.phpt  # Should be skipped but fails sometime @@ -2173,6 +2177,9 @@ fi  %changelog +* Thu Sep  1 2022 Remi Collet <remi@remirepo.net> - 8.1.10-1 +- Update to 8.1.10 - http://www.php.net/releases/8_1_10.php +  * Wed Aug 17 2022 Remi Collet <remi@remirepo.net> - 8.1.10~RC1-1  - update to 8.1.10RC1  - use oracle client library version 21.7 | 
