From 0fb09512384a40c93210572a56668f76a39d27fb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Aug 2024 07:17:40 +0200 Subject: Update to 8.4.0beta4 --- php.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 7cb81ac..41ffd23 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 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 - 8.4.0~beta4-1 +- Update to 8.4.0beta4 + * Thu Aug 15 2024 Remi Collet - 8.4.0~beta3-2 - test build for PR - open https://github.com/php/php-src/pull/15420 fix test settings -- cgit