diff options
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php.spec | 13 |
2 files changed, 10 insertions, 5 deletions
@@ -1,4 +1,4 @@ -===== 8.4.0beta5 (2024-09-12) +===== 8.4.0RC1 (2024-09-26) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -23,8 +23,8 @@ %endif # API/ABI check -%global apiver 20230901 -%global zendver 20230901 +%global apiver 20240924 +%global zendver 20240924 %global pdover 20240423 # Adds -z now to the linker flags @@ -84,12 +84,13 @@ %global gh_owner php %global gh_project php-src %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: %{?scl_prefix}php -Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} +Version: %{upver}%{?rcver:~%{rclow}}%{?gh_date:.%{gh_date}} Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1652,6 +1653,10 @@ fi %changelog +* Tue Sep 24 2024 Remi Collet <remi@remirepo.net> - 8.4.0~rc1-1 +- Update to 8.4.0RC1 +- bump ABI/API numbers + * Wed Sep 11 2024 Remi Collet <remi@remirepo.net> - 8.4.0~beta5-1 - Update to 8.4.0beta5 |