From 0df7b283af1364c797e8f53af0ed20cf8222c368 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Nov 2024 07:11:42 +0100 Subject: Update to 8.4.0 GA - http://www.php.net/releases/8_4_0.php --- php.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'php.spec') 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 - 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 - 8.4.0~rc4-1 - Update to 8.4.0RC4 -- cgit