diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-24 11:37:30 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-24 11:37:30 +0200 |
commit | 93f15d8a0efc56ce5b858dd5c9a186e780b164e9 (patch) | |
tree | f25c0ac5450d15881e86be27a95821efe2286d88 /php-pecl-http.spec | |
parent | 4010d77acea06170b003e34920ff038f084a483b (diff) |
F29 skip 1 more test
Diffstat (limited to 'php-pecl-http.spec')
-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 |