diff options
| author | Remi Collet <remi@remirepo.net> | 2021-09-13 13:51:43 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-09-13 13:51:43 +0200 | 
| commit | df4f750da32de98997051221c062c409bc56c622 (patch) | |
| tree | 6d491c0a2fcc2dee06f2b52ba183abfd0160d68a | |
| parent | 8ecc67750c49a0d4fd0334b27ca5192b019005f7 (diff) | |
update to 4.2.1
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-http.spec | 12 | 
3 files changed, 8 insertions, 8 deletions
| @@ -2,7 +2,7 @@  http  HTTP Support => enabled -Extension Version => 4.2.0 +Extension Version => 4.2.1  Used Library => Compiled => Linked  libz => 1.2.11 => 1.2.11 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #84 http version 4.2.0 ] { +Extension [ <persistent> extension #84 http version 4.2.1 ] {    - Dependencies {      Dependency [ raphf (Required) ] diff --git a/php-pecl-http.spec b/php-pecl-http.spec index c4c22c6..3ebf3f1 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -36,7 +36,7 @@  %bcond_without    tests  %endif -%global upstream_version 4.2.0 +%global upstream_version 4.2.1  #global upstream_prever  beta1  #global upstream_lower   beta1 @@ -46,7 +46,7 @@ Version:        %{upstream_version}%{?upstream_prever:~%{upstream_lower}}  Release:        0.9.%{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:        7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source0:        https://pecl.php.net/get/%{proj_name}-%{upstream_version}%{?upstream_prever}.tgz  %endif  Summary:        Extended HTTP support @@ -59,7 +59,7 @@ Source1:        %{proj_name}.ini  BuildRequires:  make  BuildRequires:  %{?dtsprefix}gcc -BuildRequires:  %{?scl_prefix}php-devel >= 8 +BuildRequires:  %{?scl_prefix}php-devel >= 8.0  BuildRequires:  %{?scl_prefix}php-spl  BuildRequires:  %{?scl_prefix}php-pear  BuildRequires:  pcre-devel @@ -235,9 +235,6 @@ done  rm ?TS/tests/client021.phpt  rm ?TS/tests/client022.phpt  rm ?TS/tests/client027.phpt -: https://github.com/m6w6/ext-http/issues/120 -rm ?TS/tests/client012.phpt -rm ?TS/tests/client032.phpt  export REPORT_EXIT_STATUS=1 @@ -335,6 +332,9 @@ fi  %changelog +* Mon Sep 13 2021 Remi Collet <remi@remirepo.net> - 4.2.1-1 +- update to 4.2.1 +  * Fri Sep  3 2021 Remi Collet <remi@remirepo.net> - 4.2.0-7  - ignore 1 more test failing with libcurl 7.78    https://github.com/m6w6/ext-http/issues/120 | 
