From d56077e8b741d3540b3387bb8c4dacbef0929ad4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Nov 2023 16:24:34 +0100 Subject: update to 8.2.13RC1 use oracle client library version 21.12 on x86_64 use ICU 73.2 --- failed.txt | 20 +++++++++++--------- php82.spec | 17 +++++++++++------ 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/failed.txt b/failed.txt index 1464158..0233614 100644 --- a/failed.txt +++ b/failed.txt @@ -1,18 +1,20 @@ -===== 8.2.12 (2023-10-26) +===== 8.2.13RC1 (2023-11-08) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el7x82/build.log:Tests failed : 0 -/var/lib/mock/el8a82/build.log:Tests failed : 0 -/var/lib/mock/el8x82/build.log:Tests failed : 0 -/var/lib/mock/el9a82/build.log:Tests failed : 1 -/var/lib/mock/el9x82/build.log:Tests failed : 1 -/var/lib/mock/fc37x82/build.log:Tests failed : 1 -/var/lib/mock/fc38x82/build.log:Tests failed : 2 -/var/lib/mock/fc39a82/build.log:Tests failed : 2 -/var/lib/mock/fc39x82/build.log:Tests failed : 2 +/var/lib/mock/el8a82/build.log:Tests failed : 1 +/var/lib/mock/el8x82/build.log:Tests failed : 1 +/var/lib/mock/el9a82/build.log:Tests failed : 2 +/var/lib/mock/el9x82/build.log:Tests failed : 2 +/var/lib/mock/fc37x82/build.log:Tests failed : 2 +/var/lib/mock/fc38x82/build.log:Tests failed : 3 +/var/lib/mock/fc39a82/build.log:Tests failed : 3 +/var/lib/mock/fc39x82/build.log:Tests failed : 3 +all + 3 GH-11374 (PCRE regular expression without JIT enabled gives different result) [ext/pcre/tests/gh11374.phpt] el9a, el9x, fc37x, 3 GH-11956 (PCRE regular expressions with JIT enabled gives different result) [ext/pcre/tests/gh11956.phpt] fc38x, fc39a, fc39x: diff --git a/php82.spec b/php82.spec index 1b830bc..8204860 100644 --- a/php82.spec +++ b/php82.spec @@ -29,7 +29,7 @@ %global oraclelib 19.1 %global oracledir 19.19 %else -%global oraclever 21.11 +%global oraclever 21.12 %global oraclelib 21.1 %global oracledir 21 %endif @@ -120,8 +120,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.2.12 -#global rcver RC1 +%global upver 8.2.13 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -1042,9 +1042,9 @@ Summary: Internationalization extension for PHP applications # All files licensed under PHP version 3.01 License: PHP-3.01 Requires: php-common%{?_isa} = %{version}-%{release} -BuildRequires: pkgconfig(icu-i18n) >= 72 -BuildRequires: pkgconfig(icu-io) >= 72 -BuildRequires: pkgconfig(icu-uc) >= 72 +BuildRequires: pkgconfig(icu-i18n) >= 73 +BuildRequires: pkgconfig(icu-io) >= 73 +BuildRequires: pkgconfig(icu-uc) >= 73 %if 0%{?rhel} == 7 Obsoletes: php53-intl, php53u-intl, php54-intl, php54w-intl, php55u-intl, php55w-intl, php56u-intl, php56w-intl Obsoletes: php70u-intl, php70w-intl, php71u-intl, php71w-intl, php72u-intl, php72w-intl @@ -2200,6 +2200,11 @@ fi %changelog +* Tue Nov 7 2023 Remi Collet - 8.2.13~RC1-1 +- update to 8.2.13RC1 +- use oracle client library version 21.12 on x86_64 +- use ICU 73.2 + * Wed Oct 25 2023 Remi Collet - 8.2.12-1 - Update to 8.2.12 - http://www.php.net/releases/8_2_12.php -- cgit