diff options
-rw-r--r-- | failed.txt | 10 | ||||
-rw-r--r-- | php.spec | 8 |
2 files changed, 12 insertions, 6 deletions
@@ -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: @@ -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 <remi@remirepo.net> - 8.3.0~beta1-1 +- update to 8.3.0beta1 + * Wed Jul 5 2023 Remi Collet <remi@remirepo.net> - 8.3.0~alpha3-2 - move httpd/nginx wants directive to config files in /etc |