From d23822c47df023212488462a60928e758585c632 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Aug 2017 16:47:41 +0200 Subject: ignore 1 failed test with libcurl 7.55 --- php-pecl-http.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/php-pecl-http.spec b/php-pecl-http.spec index a2151f6..8e5f76d 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -44,7 +44,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 0.3.%{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: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{proj_name}-%{upstream_version}%{?upstream_prever}.tgz %endif Summary: Extended HTTP support @@ -250,6 +250,11 @@ else export SKIP_ONLINE_TESTS=1 fi +%if 0%{?fedora} >= 27 +# https://github.com/m6w6/ext-http/issues/72 +rm ?TS/tests/client027.phpt +%endif + # Shared needed extensions modules="" for mod in hash propro raphf; do @@ -339,6 +344,10 @@ fi %changelog +* Wed Aug 23 2017 Remi Collet - 3.1.1~RC1-3 +- ignore 1 failed test with libcurl 7.55 + https://github.com/m6w6/ext-http/issues/72 + * Tue Jul 18 2017 Remi Collet - 3.1.1~RC1-2 - rebuild for PHP 7.2.0beta1 new API -- cgit