From 320b1e9b7fd7cba88f04c1c8d9382cb68332958d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Aug 2023 17:16:59 +0200 Subject: update to 8.3.0beta3 --- failed.txt | 14 ++++++++------ php.spec | 5 ++++- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index cfe8173..1b27baf 100644 --- a/failed.txt +++ b/failed.txt @@ -1,14 +1,16 @@ -===== 8.3.0beta2 (2023-08-03) +===== 8.3.0beta3 (2023-08-17) $ 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: + 5 Zend/tests/new_oom.phpt el7x: 5 ext/standard/tests/directory/bug74589_utf8.phpt fc38x: diff --git a/php.spec b/php.spec index d8c7a67..4733d49 100644 --- a/php.spec +++ b/php.spec @@ -123,7 +123,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.3.0 -%global rcver beta2 +%global rcver beta3 %global lower %(echo %{rcver} | tr '[:upper:]' '[:lower:]') # TODO set PHP_EXTRA_VERSION for EOL version @@ -1864,6 +1864,9 @@ fi %changelog +* Wed Aug 16 2023 Remi Collet - 8.3.0~beta3-1 +- update to 8.3.0beta3 + * Tue Aug 1 2023 Remi Collet - 8.3.0~beta2-1 - update to 8.3.0beta2 - revert upstream changes breaking DTrace build -- cgit