summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-11-20 07:11:42 +0100
committerRemi Collet <remi@php.net>2024-11-20 07:11:42 +0100
commit0df7b283af1364c797e8f53af0ed20cf8222c368 (patch)
tree39fc9fe5059c4f4310276dd6316badcf7e17df39 /php.spec
parentb1d04b5f27a126b916c2860f2e2be10ed1a7cbb1 (diff)
Update to 8.4.0 GA - http://www.php.net/releases/8_4_0.php
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/php.spec b/php.spec
index 54a7f4c..ce26e40 100644
--- a/php.spec
+++ b/php.spec
@@ -61,7 +61,11 @@
# Optional extensions; to enable: pass "--with xxx" etc to rpmbuild/mock.
%bcond_with zip
# Optional extensions; to disable: pass "--without xxx" etc to rpmbuild/mock.
+%if 0%{?rhel} == 10
+%bcond_with firebird
+%else
%bcond_without firebird
+%endif
%bcond_without freetds
%bcond_without tidy
%bcond_without sqlite3
@@ -84,13 +88,12 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.4.0
-%global rcver RC4
-%global rclow rc4
+#global rcver RC4
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
-Version: %{upver}%{?rcver:~%{rclow}}%{?gh_date:.%{gh_date}}
+Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}}
Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
@@ -1653,6 +1656,9 @@ fi
%changelog
+* Wed Nov 20 2024 Remi Collet <remi@remirepo.net> - 8.4.0-1
+- Update to 8.4.0 GA - http://www.php.net/releases/8_4_0.php
+
* Tue Nov 5 2024 Remi Collet <remi@remirepo.net> - 8.4.0~rc4-1
- Update to 8.4.0RC4