From ceafa07799c8e02173e7dd7cb646648c439cdfb6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Mar 2019 11:10:35 +0100 Subject: F30 build --- php-pecl-http.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/php-pecl-http.spec b/php-pecl-http.spec index e0cdb34..77bb263 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: 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;')}} Summary: Extended HTTP support License: BSD @@ -250,6 +250,15 @@ rm ?TS/tests/client027.phpt rm ?TS/tests/client028.phpt fi +if pkg-config --atleast-version=7.62 libcurl; then +# https://github.com/m6w6/ext-http/issues/84 +rm ?TS/tests/client002.phpt +rm ?TS/tests/client008.phpt +rm ?TS/tests/client013.phpt +rm ?TS/tests/client018.phpt +rm ?TS/tests/client021.phpt +fi + # Shared needed extensions modules="" @@ -334,6 +343,9 @@ fi %changelog +* Fri Mar 8 2019 Remi Collet - 2.6.0-6 +- F30 build + * Mon Jan 21 2019 Remi Collet - 2.6.0-5 - cleanup for EL-8 -- cgit