diff options
| -rw-r--r-- | php-pecl-http.spec | 13 | 
1 files changed, 11 insertions, 2 deletions
diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 5030a27..87b6cdc 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -47,10 +47,10 @@  Name:           %{?sub_prefix}php-pecl-http  Version:        %{upstream_version}%{?upstream_prever:~%{upstream_prever}}  %if 0%{?gh_date:1} -Release:        0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        0.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz  %else -Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source0:        http://pecl.php.net/get/%{proj_name}-%{upstream_version}%{?upstream_prever}.tgz  %endif  Summary:        Extended HTTP support @@ -252,6 +252,12 @@ done  %check +%if "%{php_version}" > "7.4" +# TODO see https://github.com/m6w6/ext-http/issues/91 +rm ?TS/tests/client021.phpt +rm ?TS/tests/messagebody003.phpt +%endif +  export REPORT_EXIT_STATUS=1  user=$(id -un) @@ -352,6 +358,9 @@ fi  %changelog +* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 3.2.1-2 +- rebuild for 7.4.0beta1 +  * Fri Jun  7 2019 Remi Collet <remi@remirepo.net> - 3.2.1-1  - update to 3.2.1  - drop patch merged upstream  | 
