From 9add949d4726b723ec1c0f98ad7d20e21895e8f5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Jul 2025 12:35:34 +0200 Subject: ignore 1 test with PHP 8.5.0apha3 reported as https://github.com/m6w6/ext-http/issues/150 --- php-pecl-http.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'php-pecl-http.spec') diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 2ed6b69..f68c0fc 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -37,7 +37,7 @@ Name: %{?scl_prefix}php-pecl-http Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{proj_name}-%{upstream_version}%{?upstream_prever}.tgz Summary: Extended HTTP support @@ -213,6 +213,8 @@ rm tests/client021.phpt rm tests/client022.phpt rm tests/client025.phpt rm tests/client027.phpt +# broken with 8.5.0alpha3 +rm tests/querystring001_a.phpt export REPORT_EXIT_STATUS=1 @@ -278,8 +280,12 @@ TEST_PHP_ARGS="-n $modules -d extension=$PWD/../NTS/modules/%{pecl_name}.so" \ %changelog +* Wed Jul 30 2025 Remi Collet - 4.2.6-6 +- ignore 1 test with PHP 8.5.0apha3 reported as + https://github.com/m6w6/ext-http/issues/150 + * Fri Jul 18 2025 Remi Collet - 4.2.6-5 -- add patch for test suite with PHP 8.5.0lapha2 from +- add patch for test suite with PHP 8.5.0apha2 from https://github.com/m6w6/ext-http/pull/149 * Tue Jul 8 2025 Remi Collet - 4.2.6-4 -- cgit