From 8ecc67750c49a0d4fd0334b27ca5192b019005f7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Sep 2021 17:41:57 +0200 Subject: ignore 1 more test failing with libcurl 7.78 https://github.com/m6w6/ext-http/issues/120 --- php-pecl-http.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/php-pecl-http.spec b/php-pecl-http.spec index c01818f..c4c22c6 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -46,7 +46,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} Release: 0.9.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 7%{?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 %endif Summary: Extended HTTP support @@ -237,6 +237,7 @@ rm ?TS/tests/client022.phpt rm ?TS/tests/client027.phpt : https://github.com/m6w6/ext-http/issues/120 rm ?TS/tests/client012.phpt +rm ?TS/tests/client032.phpt export REPORT_EXIT_STATUS=1 @@ -334,7 +335,11 @@ fi %changelog -* Wed Sep 01 2021 Remi Collet - 4.2.0-6 +* Fri Sep 3 2021 Remi Collet - 4.2.0-7 +- ignore 1 more test failing with libcurl 7.78 + https://github.com/m6w6/ext-http/issues/120 + +* Wed Sep 1 2021 Remi Collet - 4.2.0-6 - rebuild for 8.1.0RC1 * Tue Aug 31 2021 Remi Collet - 4.2.0-1 -- cgit