diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -84,13 +84,13 @@ %global gh_owner php %global gh_project php-src %global upver 8.4.0 -%global rcver beta3 +%global rcver beta4 # 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 @@ -159,7 +159,6 @@ Patch48: php-8.3.0-openssl-ec-param.patch Patch300: php-7.4.0-datetests.patch # WIP -Patch400: 15420.patch BuildRequires: gnupg2 BuildRequires: bzip2-devel @@ -858,7 +857,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch -P300 -p1 -b .datetests # WIP patch -%patch -P400 -p1 # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE ZEND_LICENSE @@ -1651,6 +1649,9 @@ fi %changelog +* Wed Aug 28 2024 Remi Collet <remi@remirepo.net> - 8.4.0~beta4-1 +- Update to 8.4.0beta4 + * Thu Aug 15 2024 Remi Collet <remi@remirepo.net> - 8.4.0~beta3-2 - test build for PR - open https://github.com/php/php-src/pull/15420 fix test settings |