diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 <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 |