From b8d61cab1722ea180cdacc4e14404253dd083ae4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Jan 2021 12:22:52 +0100 Subject: update to 4.6.1 --- PHPINFO | 6 +++--- REFLECTION | 8 ++++---- php-pecl-swoole4.spec | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/PHPINFO b/PHPINFO index 66fc51b..72bc687 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,9 +3,9 @@ swoole Swoole => enabled Author => Swoole Team -Version => 4.6.0 -Built => Jan 6 2021 00:00:00 -coroutine => enabled +Version => 4.6.1 +Built => Jan 11 2021 00:00:00 +coroutine => enabled with boost asm context trace_log => enabled epoll => enabled eventfd => enabled diff --git a/REFLECTION b/REFLECTION index 982b499..beaae5d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #119 swoole version 4.6.0 ] { +Extension [ extension #119 swoole version 4.6.1 ] { - Dependencies { Dependency [ json (Required) ] @@ -29,11 +29,11 @@ Extension [ extension #119 swoole version 4.6.0 ] { } - Constants [361] { - Constant [ string SWOOLE_VERSION ] { 4.6.0 } - Constant [ int SWOOLE_VERSION_ID ] { 40600 } + Constant [ string SWOOLE_VERSION ] { 4.6.1 } + Constant [ int SWOOLE_VERSION_ID ] { 40601 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 6 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 0 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 1 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 74c4023..9d9c964 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -27,7 +27,7 @@ %global with_brotli 0 %endif -%global upstream_version 4.6.0 +%global upstream_version 4.6.1 #global upstream_prever RC2 @@ -91,9 +91,6 @@ Conflicts: %{?sub_prefix}php-pecl-%{pecl_name}2 < 4 %endif %if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} -%if "%{php_version}" > "7.2" -Obsoletes: php72u-pecl-%{pecl_name} <= %{version} -%endif %if "%{php_version}" > "7.3" Obsoletes: php73-pecl-%{pecl_name} <= %{version} %endif @@ -323,6 +320,9 @@ cd ../ZTS %changelog +* Mon Jan 11 2021 Remi Collet - 4.6.1-1 +- update to 4.6.1 + * Wed Jan 6 2021 Remi Collet - 4.6.0-1 - update to 4.6.0 - enable curl support -- cgit