From db935ccdf5886485156d5398fbc590d6026c7a4a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 May 2024 08:29:05 +0200 Subject: update to 8.3.8RC1 --- failed.txt | 8 +++----- php.spec | 7 +++++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index dc8662f..805137b 100644 --- a/failed.txt +++ b/failed.txt @@ -1,12 +1,12 @@ -===== 8.3.7 (2024-05-09) +===== 8.3.8RC1 (2024-05-23) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/scl83el7x/build.log:Tests failed : 2 /var/lib/mock/scl83el8a/build.log:Tests failed : 0 /var/lib/mock/scl83el8x/build.log:Tests failed : 0 -/var/lib/mock/scl83el9a/build.log:Tests failed : 1 -/var/lib/mock/scl83el9x/build.log:Tests failed : 1 +/var/lib/mock/scl83el9a/build.log:Tests failed : 0 +/var/lib/mock/scl83el9x/build.log:Tests failed : 0 /var/lib/mock/scl83fc38x/build.log:Tests failed : 0 /var/lib/mock/scl83fc39a/build.log:Tests failed : 0 /var/lib/mock/scl83fc39x/build.log:Tests failed : 0 @@ -17,8 +17,6 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log el7: 5 ext/standard/tests/directory/bug74589_utf8.phpt 3 ext/openssl/tests/openssl_error_string_basic.phpt -el9: - 3 GH-11956 (PCRE regular expressions with JIT enabled gives different result) [ext/pcre/tests/gh11956.phpt] (1) proc_open give erratic test results :( diff --git a/php.spec b/php.spec index 9edd2c0..31b8c89 100644 --- a/php.spec +++ b/php.spec @@ -129,8 +129,8 @@ #global gh_date 20230605 %global gh_owner php %global gh_project php-src -%global upver 8.3.7 -#global rcver RC1 +%global upver 8.3.8 +%global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -1874,6 +1874,9 @@ fi %changelog +* Wed May 22 2024 Remi Collet - 8.3.8~RC1-1 +- update to 8.3.8RC1 + * Mon May 13 2024 Remi Collet - 8.3.7-1 - Update to 8.3.7 - http://www.php.net/releases/8_3_7.php -- cgit