diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-25 14:17:13 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-25 14:17:13 +0200 |
commit | 4010d77acea06170b003e34920ff038f084a483b (patch) | |
tree | 27d4ab035046b35b80a26e2f36b6caf54fe5f6fc | |
parent | c947ed45536c2fe2a29012c88949dbb2700fc902 (diff) |
skip 1 test with libcurl 7.55
-rw-r--r-- | php-pecl-http.spec | 11 |
1 files changed, 10 insertions, 1 deletions
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 <remi@fedoraproject.org> - 2.6.0-3 +- skip 1 test with libcurl 7.55 + * Fri Apr 28 2017 Remi Collet <remi@fedoraproject.org> - 2.6.0-2 - add missing BR on openssl-devel for new libcurl (FTBFS from Koschei) - ensure we use libevent2 on EL-6 |