diff options
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php81.spec | 5 |
2 files changed, 7 insertions, 4 deletions
@@ -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] @@ -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 <remi@remirepo.net> - 8.1.23-1 +- Update to 8.1.23 - http://www.php.net/releases/8_1_23.php + * Thu Aug 17 2023 Remi Collet <remi@remirepo.net> - 8.1.23~RC1-1 - update to 8.1.23RC1 |