diff options
-rw-r--r-- | failed.txt | 14 | ||||
-rw-r--r-- | php.spec | 9 |
2 files changed, 14 insertions, 9 deletions
@@ -1,14 +1,16 @@ -===== 8.3.0-dev (2023-06-05) +===== 8.3.0alpha1 (2023-06-08) $ 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/scl82el9x/build.log:Tests failed : 0 -/var/lib/mock/scl82fc37x/build.log:Tests failed : 0 -/var/lib/mock/scl82fc38x/build.log:Tests failed : 2 +/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 : 1 +/var/lib/mock/scl82fc37x/build.log:Tests failed : 1 +/var/lib/mock/scl82fc38x/build.log:Tests failed : 3 +all: + 3 ext/session/tests/session_regenerate_id_cookie.phpt el7x: 5 ext/standard/tests/directory/bug74589_utf8.phpt fc38x: @@ -119,12 +119,12 @@ %global gh_commit 9ce6980b4d93d539341807087abef9217cb81351 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20230605 +#global gh_date 20230605 %global gh_owner php %global gh_project php-src %global upver 8.3.0 -%global rcver -dev -%global lower DEV +%global rcver alpha1 +%global lower %(echo %{rcver} | tr '[:upper:]' '[:lower:]') Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1854,6 +1854,9 @@ fi %changelog +* Tue Jun 6 2023 Remi Collet <remi@remirepo.net> - 8.3.0~alpha1-1 +- update to 8.3.0alpha1 + * Mon Jun 5 2023 Remi Collet <remi@remirepo.net> - 8.3.0~DEV.20230605-1 - update to 8.3.0-dev |