From 3ea2b1f3d6d8c0a00d3d9a376d6f9cfcf2a28c79 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Sep 2022 08:18:42 +0200 Subject: Update to 8.1.10 - http://www.php.net/releases/8_1_10.php --- failed.txt | 13 ++++++------- php.spec | 9 ++++++++- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index 00feb30..cf096a8 100644 --- a/failed.txt +++ b/failed.txt @@ -1,16 +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/scl81el7x/build.log:Tests failed : 1 -/var/lib/mock/scl81el8x/build.log:Tests failed : 2 -/var/lib/mock/scl81el9x/build.log:Tests failed : 1 -/var/lib/mock/scl81fc35x/build.log:Tests failed : 1 +/var/lib/mock/scl81el7x/build.log:Tests failed : 0 +/var/lib/mock/scl81el8x/build.log:Tests failed : 1 +/var/lib/mock/scl81el9x/build.log:Tests failed : 0 +/var/lib/mock/scl81fc35x/build.log:Tests failed : 0 /var/lib/mock/scl81fc36x/build.log:Tests failed : 0 +/var/lib/mock/scl81fc37x/build.log:Tests failed : 0 -el7x, el8x, el9x, fc35x: - 4 ext/date/tests/bug33415-2.phpt el8x: 5 ext/standard/tests/strings/setlocale_variation2.phpt diff --git a/php.spec b/php.spec index b72bfd6..49dca8e 100644 --- a/php.spec +++ b/php.spec @@ -123,7 +123,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.1.10 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -996,6 +996,10 @@ mkdir \ 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 # fails sometime @@ -1840,6 +1844,9 @@ fi %changelog +* Thu Sep 1 2022 Remi Collet - 8.1.10-1 +- Update to 8.1.10 - http://www.php.net/releases/8_1_10.php + * Wed Aug 17 2022 Remi Collet - 8.1.10~RC1-1 - update to 8.1.10RC1 - use oracle client library version 21.7 -- cgit