summaryrefslogtreecommitdiffstats
path: root/php84.spec
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 /php84.spec
parent740a14090dec83951484a2705d7ffc7555ebb768 (diff)
Update to 8.4.0RC1HEADmaster
bump ABI/API numbers
Diffstat (limited to 'php84.spec')
-rw-r--r--php84.spec13
1 files changed, 9 insertions, 4 deletions
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