summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-07-19 10:07:35 +0200
committerRemi Collet <remi@php.net>2023-07-19 10:07:35 +0200
commite866cb455ca932c3694960d0aede64efd08ca304 (patch)
tree5f87c51589f83113453a34b0e09d8bb99c8f76bf
parent8f8ee287e30752c9c8f7e1b49d5ed2e9b70b6ae6 (diff)
update to 8.3.0beta1
-rw-r--r--failed.txt10
-rw-r--r--php.spec8
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 <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