From 6d12027fa1dbfd7bd9103a885b08eddd74d50e6a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Mar 2023 09:18:56 +0100 Subject: Update to 8.1.17 - http://www.php.net/releases/8_1_17.php --- failed.txt | 7 ++----- php.spec | 5 ++++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index f26c474..ea053db 100644 --- a/failed.txt +++ b/failed.txt @@ -1,8 +1,8 @@ -===== 8.1.17RC1 (2023-03-02) +===== 8.1.17 (2023-03-16) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/scl81el7x/build.log:Tests failed : 2 +/var/lib/mock/scl81el7x/build.log:Tests failed : 0 /var/lib/mock/scl81el8x/build.log:Tests failed : 0 /var/lib/mock/scl81el9x/build.log:Tests failed : 0 /var/lib/mock/scl81fc36x/build.log:Tests failed : 0 @@ -10,9 +10,6 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/scl81fc38x/build.log:Tests failed : 2 -el7x: - 5 ReflectionFunctionAbstract::getClosureUsedVariables [ext/reflection/tests/ReflectionFunction_getClosureUsedVariables.phpt] - 5 GH-10623 (ReflectionFunction::getClosureUsedVariables() returns empty array in presence of variadic arguments) [ext/reflection/tests/gh10623.phpt] fc38x: 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 861cdf3..6748c47 100644 --- a/php.spec +++ b/php.spec @@ -123,7 +123,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.1.17 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1858,6 +1858,9 @@ fi %changelog +* Wed Mar 15 2023 Remi Collet - 8.1.17-1 +- Update to 8.1.17 - http://www.php.net/releases/8_1_17.php + * Wed Mar 1 2023 Remi Collet - 8.1.17~RC1-1 - update to 8.1.17RC1 -- cgit