From a15ec075af74d97577af22b206555d82fe862b02 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Sep 2024 10:58:46 +0200 Subject: Update to 8.4.0RC1 bump ABI/API numbers --- failed.txt | 22 +++++++++++----------- php84.spec | 13 +++++++++---- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/failed.txt b/failed.txt index ca01423..ac47bb4 100644 --- a/failed.txt +++ b/failed.txt @@ -1,17 +1,17 @@ -===== 8.4.0beta5 (2024-09-12) +===== 8.4.0RC1 (2024-09-26) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el8a83/build.log:Tests failed : 0 -/var/lib/mock/el8x83/build.log:Tests failed : 0 -/var/lib/mock/el9a83/build.log:Tests failed : 0 -/var/lib/mock/el9x83/build.log:Tests failed : 0 -/var/lib/mock/fc39a83/build.log:Tests failed : 0 -/var/lib/mock/fc39x83/build.log:Tests failed : 0 -/var/lib/mock/fc40a83/build.log:Tests failed : 0 -/var/lib/mock/fc40x83/build.log:Tests failed : 0 -/var/lib/mock/fc41a83/build.log:Tests failed : 0 -/var/lib/mock/fc41x83/build.log:Tests failed : 0 +/var/lib/mock/el8a84/build.log:Tests failed : 0 +/var/lib/mock/el8x84/build.log:Tests failed : 0 +/var/lib/mock/el9a84/build.log:Tests failed : 0 +/var/lib/mock/el9x84/build.log:Tests failed : 0 +/var/lib/mock/fc39a84/build.log:Tests failed : 0 +/var/lib/mock/fc39x84/build.log:Tests failed : 0 +/var/lib/mock/fc40a84/build.log:Tests failed : 0 +/var/lib/mock/fc40x84/build.log:Tests failed : 0 +/var/lib/mock/fc41a84/build.log:Tests failed : 0 +/var/lib/mock/fc41x84/build.log:Tests failed : 0 diff --git a/php84.spec b/php84.spec index 302b913..36b8b30 100644 --- a/php84.spec +++ b/php84.spec @@ -8,8 +8,8 @@ # Please preserve changelog entries # # API/ABI check -%global apiver 20230901 -%global zendver 20230901 +%global apiver 20240924 +%global zendver 20240924 %global pdover 20240423 # Extension version %global fileinfover 1.0.5 @@ -82,12 +82,13 @@ %bcond_with zip %global upver 8.4.0 -%global rcver beta5 +%global rcver RC1 +%global rclow rc1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites Name: php -Version: %{upver}%{?rcver:~%{rcver}} +Version: %{upver}%{?rcver:~%{rclow}} Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1701,6 +1702,10 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Tue Sep 24 2024 Remi Collet - 8.4.0~rc1-1 +- Update to 8.4.0RC1 +- bump ABI/API numbers + * Mon Sep 23 2024 Remi Collet - 8.4.0~beta5-1 - update to 8.4.0beta5 - drop oci8, pdo_oci8, pspell and imap extensions -- cgit