From 93f15d8a0efc56ce5b858dd5c9a186e780b164e9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Aug 2018 11:37:30 +0200 Subject: F29 skip 1 more test --- php-pecl-http.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/php-pecl-http.spec b/php-pecl-http.spec index a86f157..06a77cb 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: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Extended HTTP support License: BSD @@ -250,6 +250,7 @@ fi if pkg-config --atleast-version=7.55 libcurl; then # https://github.com/m6w6/ext-http/issues/72 rm ?TS/tests/client027.phpt +rm ?TS/tests/client028.phpt fi @@ -342,6 +343,9 @@ rm -rf %{buildroot} %changelog +* Fri Aug 24 2018 Remi Collet - 2.6.0-4 +- F29 skip 1 more test + * Fri Aug 25 2017 Remi Collet - 2.6.0-3 - skip 1 test with libcurl 7.55 -- cgit