summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-09-25 10:58:46 +0200
committerRemi Collet <remi@php.net>2024-09-25 10:58:46 +0200
commita15ec075af74d97577af22b206555d82fe862b02 (patch)
tree9919ab8706ca8f946836f38f03a677836757c329
parent740a14090dec83951484a2705d7ffc7555ebb768 (diff)
Update to 8.4.0RC1HEADmaster
bump ABI/API numbers
-rw-r--r--failed.txt22
-rw-r--r--php84.spec13
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 <remi@remirepo.net> - 8.4.0~rc1-1
+- Update to 8.4.0RC1
+- bump ABI/API numbers
+
* Mon Sep 23 2024 Remi Collet <remi@remirepo.net> - 8.4.0~beta5-1
- update to 8.4.0beta5
- drop oci8, pdo_oci8, pspell and imap extensions