From e4f82bcf23df3d3527f9f15e8c3546b7a90efdfd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Sep 2023 15:44:38 +0200 Subject: update to 8.3.0RC3 --- failed.txt | 17 ++++++++++++----- php.spec | 7 +++++-- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index d90e321..dc3b0b9 100644 --- a/failed.txt +++ b/failed.txt @@ -1,17 +1,24 @@ -===== 8.3.0RC2 (2023-09-14) +===== 8.3.0RC3 (2023-09-28) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/scl82el7x/build.log:Tests failed : 1 -/var/lib/mock/scl82el8x/build.log:Tests failed : 0 -/var/lib/mock/scl82el9x/build.log:Tests failed : 0 -/var/lib/mock/scl82fc37x/build.log:Tests failed : 0 +/var/lib/mock/scl82el7x/build.log:Tests failed : 2 +/var/lib/mock/scl82el8a/build.log:Tests failed : 0 +/var/lib/mock/scl82el8x/build.log:Tests failed : 1 +/var/lib/mock/scl82el9a/build.log:Tests failed : 1 +/var/lib/mock/scl82el9x/build.log:Tests failed : 1 +/var/lib/mock/scl82fc37x/build.log:Tests failed : 2 /var/lib/mock/scl82fc38x/build.log:Tests failed : 2 +/var/lib/mock/scl82fc39a/build.log:Tests failed : 2 /var/lib/mock/scl82fc39x/build.log:Tests failed : 2 el7x: 5 ext/standard/tests/directory/bug74589_utf8.phpt +el7x, el8x, fc37x + 3 GH-11418: fgets on a redis socket connection fails on PHP 8.3 [ext/standard/tests/streams/gh11418.phpt] +el9a, el9x, fc37x + 3 GH-11956 (PCRE regular expressions with JIT enabled gives different result) [ext/pcre/tests/gh11956.phpt] fc38x, fc39x: 3 openssl_error_string() tests (OpenSSL >= 3.0) [ext/openssl/tests/openssl_error_string_basic_openssl3.phpt] 3 openssl_private_decrypt() tests [ext/openssl/tests/openssl_private_decrypt_basic.phpt] diff --git a/php.spec b/php.spec index 1b27b57..908b241 100644 --- a/php.spec +++ b/php.spec @@ -130,14 +130,14 @@ %global gh_owner php %global gh_project php-src %global upver 8.3.0 -%global rcver RC2 +%global rcver RC3 %global rclower %(echo %{rcver} | tr '[:upper:]' '[:lower:]') # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rclower:~%{rclower}}%{?gh_date:.%{gh_date}} -Release: 3%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1878,6 +1878,9 @@ fi %changelog +* Tue Sep 26 2023 Remi Collet - 8.3.0~rc3-1 +- update to 8.3.0RC3 + * Mon Sep 25 2023 Remi Collet - 8.3.0~rc2-3 - add internal UTC if tzdata is missing -- cgit