From 536922a7c7dc222b0ddf01e3d8ddedd9b676bf1a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Aug 2024 08:00:24 +0200 Subject: Update to 8.4.0alpha4 --- php.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index cfe2793..ac54500 100644 --- a/php.spec +++ b/php.spec @@ -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 - 8.4.0~alpha4-1 +- Update to 8.4.0alpha4 + * Tue Jul 30 2024 Remi Collet - 8.4.0~alpha3-1 - Update to 8.4.0alpha3 - fix build with libedit reverting a readline fix -- cgit