From ef81c7784408610fffebfa4281e5fe24d19c1022 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Aug 2022 14:43:10 +0200 Subject: update to 8.0.23RC1 use oracle client library version 21.7 use ICU 71.1 --- php.spec | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index cdee999..a12b6cb 100644 --- a/php.spec +++ b/php.spec @@ -114,13 +114,13 @@ #global gh_date 20200615 %global gh_owner php %global gh_project php-src -%global upver 8.0.22 -#global rcver RC1 +%global upver 8.0.23 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -997,8 +997,8 @@ mkdir \ # ----- Manage known as failed test ------- # affected by systzdata patch rm ext/date/tests/timezone_location_get.phpt -%if 0%{?fedora} < 28 -# need tzdata 2018i +%if 0%{?fedora} < 36 +# need tzdata 2022b rm ext/date/tests/bug33414-1.phpt rm ext/date/tests/bug33415-2.phpt rm ext/date/tests/date_modify-1.phpt @@ -1847,8 +1847,10 @@ fi %changelog -* Tue Aug 16 2022 Remi Collet - 8.0.22-2 -- use libicu version 71.1 +* Wed Aug 17 2022 Remi Collet - 8.0.23~RC1-1 +- update to 8.0.23RC1 +- use oracle client library version 21.7 +- use ICU 71.1 * Tue Aug 2 2022 Remi Collet - 8.0.22-1 - Update to 8.0.22 - http://www.php.net/releases/8_0_22.php -- cgit