From 432d3e98d337197a89ac94a6865538db3bcef8f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Aug 2024 07:50:39 +0200 Subject: test build for PR open https://github.com/php/php-src/pull/15420 fix test settings --- php.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 8f2447c..7cb81ac 100644 --- a/php.spec +++ b/php.spec @@ -90,7 +90,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -159,6 +159,7 @@ 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 @@ -857,6 +858,7 @@ 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 @@ -1649,6 +1651,10 @@ fi %changelog +* 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 + * Thu Aug 15 2024 Remi Collet - 8.4.0~beta3-1 - Update to 8.4.0beta3 -- cgit