diff options
Diffstat (limited to 'php.spec')
| -rw-r--r-- | php.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
| @@ -93,14 +93,14 @@  #global gh_date      20230605  %global gh_owner     php  %global gh_project   php-src -%global upver        8.4.12 -#global rcver        RC1 +%global upver        8.4.13 +%global rcver        RC1  # TODO set PHP_EXTRA_VERSION for EOL version  Summary: PHP scripting language for creating dynamic web sites  Name:    %{?scl_prefix}php  Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -Release: 2%{?dist} +Release: 1%{?dist}  # All files licensed under PHP version 3.01, except  # Zend is licensed under Zend  # TSRM is licensed under BSD @@ -1658,6 +1658,9 @@ fi  %changelog +* Wed Sep 10 2025 Remi Collet <remi@remirepo.net> - 8.4.13~RC1-1 +- Update to 8.4.13RC1 +  * Thu Aug 28 2025 Remi Collet <remi@remirepo.net> - 8.4.12-2  - rebuild using gd3php on EL-10 | 
