From 9f3afaf02b0a0d01474fbad065b5ecca2b6a86dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Jun 2023 19:56:25 +0200 Subject: update to 8.3.0alpha1 --- failed.txt | 14 ++++++++------ php.spec | 9 ++++++--- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/failed.txt b/failed.txt index dc69562..f5a673c 100644 --- a/failed.txt +++ b/failed.txt @@ -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: diff --git a/php.spec b/php.spec index 11eda46..674f6ed 100644 --- a/php.spec +++ b/php.spec @@ -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 - 8.3.0~alpha1-1 +- update to 8.3.0alpha1 + * Mon Jun 5 2023 Remi Collet - 8.3.0~DEV.20230605-1 - update to 8.3.0-dev -- cgit