diff options
Diffstat (limited to 'php.spec')
| -rw-r--r-- | php.spec | 12 | 
1 files changed, 9 insertions, 3 deletions
| @@ -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 | 
