From 4010d77acea06170b003e34920ff038f084a483b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 25 Aug 2017 14:17:13 +0200 Subject: skip 1 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 6dff2f7..a86f157 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -38,7 +38,7 @@ #global prever RC1 Name: %{?sub_prefix}php-pecl-http Version: 2.6.0 -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;')}} Summary: Extended HTTP support License: BSD @@ -247,6 +247,12 @@ if pkg-config --atleast-version=7.49 libcurl; then rm ?TS/tests/client019.phpt fi +if pkg-config --atleast-version=7.55 libcurl; then +# https://github.com/m6w6/ext-http/issues/72 +rm ?TS/tests/client027.phpt +fi + + # Shared needed extensions modules="" for mod in hash iconv propro raphf; do @@ -336,6 +342,9 @@ rm -rf %{buildroot} %changelog +* Fri Aug 25 2017 Remi Collet - 2.6.0-3 +- skip 1 test with libcurl 7.55 + * Fri Apr 28 2017 Remi Collet - 2.6.0-2 - add missing BR on openssl-devel for new libcurl (FTBFS from Koschei) - ensure we use libevent2 on EL-6 -- cgit