From df34508c23da9370665dfaafae9332fe5d7f6dee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Nov 2023 08:00:45 +0100 Subject: update to 8.3.0RC6 use oracle client library version 21.12 on x86_64 use ICU 73.2 --- failed.txt | 23 +++++++++++++---------- php83.spec | 15 ++++++++++----- 2 files changed, 23 insertions(+), 15 deletions(-) diff --git a/failed.txt b/failed.txt index ed105b2..8491c3f 100644 --- a/failed.txt +++ b/failed.txt @@ -1,18 +1,21 @@ -===== 8.3.0RC5 (2023-10-26) +===== 8.3.0RC6 (2023-11-09) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el7x83/build.log:Tests failed : 1 -/var/lib/mock/el8a83/build.log:Tests failed : 0 -/var/lib/mock/el8x83/build.log:Tests failed : 0 -/var/lib/mock/el9a83/build.log:Tests failed : 1 -/var/lib/mock/el9x83/build.log:Tests failed : 1 -/var/lib/mock/fc37x83/build.log:Tests failed : 1 -/var/lib/mock/fc38x83/build.log:Tests failed : 2 -/var/lib/mock/fc39a83/build.log:Tests failed : 2 -/var/lib/mock/fc39x83/build.log:Tests failed : 2 +/var/lib/mock/el7x83/build.log:Tests failed : 2 +/var/lib/mock/el8a83/build.log:Tests failed : 2 +/var/lib/mock/el8x83/build.log:Tests failed : 2 +/var/lib/mock/el9a83/build.log:Tests failed : 3 +/var/lib/mock/el9x83/build.log:Tests failed : 3 +/var/lib/mock/fc37x83/build.log:Tests failed : 3 +/var/lib/mock/fc38x83/build.log:Tests failed : 4 +/var/lib/mock/fc39a83/build.log:Tests failed : 4 +/var/lib/mock/fc39x83/build.log:Tests failed : 4 +all: + 3 FPM: bug76922 - FCGI conn termination after FCGI_GET_VALUES [sapi/fpm/tests/bug76922-fcgi-get-value-conn.phpt] + 3 GH-11374 (PCRE regular expression without JIT enabled gives different result) [ext/pcre/tests/gh11374.phpt] el7x: 5 ext/standard/tests/directory/bug74589_utf8.phpt el9a, el9x, fc37x diff --git a/php83.spec b/php83.spec index e17004c..71cbe2c 100644 --- a/php83.spec +++ b/php83.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 @@ -121,7 +121,7 @@ %bcond_with zip %global upver 8.3.0 -%global rcver RC5 +%global rcver RC6 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -1048,9 +1048,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 @@ -2212,6 +2212,11 @@ fi %changelog +* Wed Nov 8 2023 Remi Collet - 8.3.0~rc6-1 +- update to 8.3.0RC6 +- use oracle client library version 21.12 on x86_64 +- use ICU 73.2 + * Tue Oct 24 2023 Remi Collet - 8.3.0~rc5-1 - update to 8.3.0RC5 -- cgit