diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-08 11:10:35 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-08 11:10:35 +0100 |
commit | ceafa07799c8e02173e7dd7cb646648c439cdfb6 (patch) | |
tree | beb05ef4f9fe951d3c3973a25985b3d1346d0078 | |
parent | 81aee882d7de56aa3ed8654d6c60deb3a3357530 (diff) |
F30 buildphp5
-rw-r--r-- | php-pecl-http.spec | 14 |
1 files changed, 13 insertions, 1 deletions
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 <remi@fedoraproject.org> - 2.6.0-6 +- F30 build + * Mon Jan 21 2019 Remi Collet <remi@fedoraproject.org> - 2.6.0-5 - cleanup for EL-8 |