From 5ba767b1bf7df00d083c54d448d2093bd82af6a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 14:41:07 +0200 Subject: Update to 8.1.23 - http://www.php.net/releases/8_1_23.php --- failed.txt | 6 +++--- php81.spec | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index d717513..e6095c7 100644 --- a/failed.txt +++ b/failed.txt @@ -1,16 +1,16 @@ -===== 8.1.23RC1 (2023-08-17) +===== 8.1.23 (2023-08-31) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el7x81/build.log:Tests failed : 0 /var/lib/mock/el8x81/build.log:Tests failed : 0 /var/lib/mock/el9x81/build.log:Tests failed : 0 -/var/lib/mock/fc36x81/build.log:Tests failed : 0 /var/lib/mock/fc37x81/build.log:Tests failed : 0 /var/lib/mock/fc38x81/build.log:Tests failed : 2 +/var/lib/mock/fc39x81/build.log:Tests failed : 2 -fc38x: +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/php81.spec b/php81.spec index 7d35200..cb27064 100644 --- a/php81.spec +++ b/php81.spec @@ -110,7 +110,7 @@ %bcond_with zip %global upver 8.1.23 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2194,6 +2194,9 @@ fi %changelog +* Wed Aug 30 2023 Remi Collet - 8.1.23-1 +- Update to 8.1.23 - http://www.php.net/releases/8_1_23.php + * Thu Aug 17 2023 Remi Collet - 8.1.23~RC1-1 - update to 8.1.23RC1 -- cgit