From 6dd7030aa49b40e896634a688fa2c1fd5908b99d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 May 2024 09:06:09 +0200 Subject: Update to 8.2.19 - http://www.php.net/releases/8_2_19.php --- failed.txt | 7 ++++--- php.spec | 5 ++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index 9452a23..b2b8638 100644 --- a/failed.txt +++ b/failed.txt @@ -1,8 +1,8 @@ -===== 8.2.19RC1 (2024-04-25) +===== 8.2.19 (2024-04-09) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/scl82el7x/build.log:Tests failed : 0 +/var/lib/mock/scl82el7x/build.log:Tests failed : 1 /var/lib/mock/scl82el8a/build.log:Tests failed : 0 /var/lib/mock/scl82el8x/build.log:Tests failed : 0 /var/lib/mock/scl82el9a/build.log:Tests failed : 1 @@ -13,7 +13,8 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/scl82fc40a/build.log:Tests failed : 0 /var/lib/mock/scl82fc40x/build.log:Tests failed : 0 - +el7: + 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] diff --git a/php.spec b/php.spec index c88a7e9..1adb912 100644 --- a/php.spec +++ b/php.spec @@ -130,7 +130,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.2.19 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1862,6 +1862,9 @@ fi %changelog +* Mon May 13 2024 Remi Collet - 8.2.19-1 +- Update to 8.2.19 - http://www.php.net/releases/8_2_19.php + * Wed Apr 24 2024 Remi Collet - 8.2.19~RC1-1 - update to 8.2.19RC1 - use oracle client library version 19.22 on aarch64 -- cgit