From f82647373090c39a87f6bca376f67dc28390a4bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Aug 2024 07:03:01 +0200 Subject: Update to 8.4.0beta3 --- php.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index f575ccf..8f2447c 100644 --- a/php.spec +++ b/php.spec @@ -84,13 +84,13 @@ %global gh_owner php %global gh_project php-src %global upver 8.4.0 -%global rcver beta1 +%global rcver beta3 # 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: 3%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -151,7 +151,6 @@ Patch48: php-8.3.0-openssl-ec-param.patch # RC Patch # Upstream fixes (100+) -Patch100: upstream.patch # Security fixes (200+) @@ -851,7 +850,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 -b .up # security patches @@ -1651,6 +1649,9 @@ fi %changelog +* Thu Aug 15 2024 Remi Collet - 8.4.0~beta3-1 +- Update to 8.4.0beta3 + * Wed Aug 14 2024 Remi Collet - 8.4.0~beta1-3 - allow to build using libiodbc instead of unixODBC (--with iodbc) -- cgit