From e866cb455ca932c3694960d0aede64efd08ca304 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Jul 2023 10:07:35 +0200 Subject: update to 8.3.0beta1 --- failed.txt | 10 ++++++---- php.spec | 8 ++++++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index a41ee4d..5c57526 100644 --- a/failed.txt +++ b/failed.txt @@ -1,14 +1,16 @@ -===== 8.3.0alpha3 (2023-07-06) +===== 8.3.0beta1 (2023-07-20) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/scl82el7x/build.log:Tests failed : 1 -/var/lib/mock/scl82el8x/build.log:Tests failed : 0 +/var/lib/mock/scl82el7x/build.log:Tests failed : 2 +/var/lib/mock/scl82el8x/build.log:Tests failed : 1 /var/lib/mock/scl82el9x/build.log:Tests failed : 0 -/var/lib/mock/scl82fc37x/build.log:Tests failed : 0 +/var/lib/mock/scl82fc37x/build.log:Tests failed : 1 /var/lib/mock/scl82fc38x/build.log:Tests failed : 2 +fc37x, el7x, el8x: + 3 ext/openssl/tests/ecc_custom_params.phpt el7x: 5 ext/standard/tests/directory/bug74589_utf8.phpt fc38x: diff --git a/php.spec b/php.spec index b090cfe..d294502 100644 --- a/php.spec +++ b/php.spec @@ -123,13 +123,14 @@ %global gh_owner php %global gh_project php-src %global upver 8.3.0 -%global rcver alpha3 +%global rcver beta1 %global lower %(echo %{rcver} | tr '[:upper:]' '[:lower:]') +# TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1854,6 +1855,9 @@ fi %changelog +* Wed Jul 19 2023 Remi Collet - 8.3.0~beta1-1 +- update to 8.3.0beta1 + * Wed Jul 5 2023 Remi Collet - 8.3.0~alpha3-2 - move httpd/nginx wants directive to config files in /etc -- cgit