diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -82,7 +82,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.4.0 -%global rcver alpha3 +%global rcver alpha4 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -149,7 +149,6 @@ Patch48: php-8.3.0-openssl-ec-param.patch # RC Patch # Upstream fixes (100+) -Patch100: upstream.patch # Security fixes (200+) @@ -843,7 +842,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch -P48 -p1 -b .ec-param # upstream patches -%patch -P100 -p1 -R # security patches @@ -1638,6 +1636,9 @@ fi %changelog +* Thu Aug 1 2024 Remi Collet <remi@remirepo.net> - 8.4.0~alpha4-1 +- Update to 8.4.0alpha4 + * Tue Jul 30 2024 Remi Collet <remi@remirepo.net> - 8.4.0~alpha3-1 - Update to 8.4.0alpha3 - fix build with libedit reverting a readline fix |