summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-http.spec12
3 files changed, 8 insertions, 8 deletions
diff --git a/PHPINFO b/PHPINFO
index 3d43d99..2d339ef 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -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
diff --git a/REFLECTION b/REFLECTION
index 23dceb2..0c7013c 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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