diff options
| -rw-r--r-- | php-pecl-http.spec | 6 | 
1 files changed, 5 insertions, 1 deletions
| 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 <remi@fedoraproject.org> - 2.6.0-4 +- F29 skip 1 more test +  * Fri Aug 25 2017 Remi Collet <remi@fedoraproject.org> - 2.6.0-3  - skip 1 test with libcurl 7.55 | 
