diff options
author | Remi Collet <remi@remirepo.net> | 2021-01-11 12:22:52 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-01-11 12:22:52 +0100 |
commit | b8d61cab1722ea180cdacc4e14404253dd083ae4 (patch) | |
tree | 6f953f2a21fc2e1a606943420c727d05de773f13 | |
parent | 708a590ec6e8b1d55cde315a5bbc64c22754e2be (diff) |
update to 4.6.1
-rw-r--r-- | PHPINFO | 6 | ||||
-rw-r--r-- | REFLECTION | 8 | ||||
-rw-r--r-- | php-pecl-swoole4.spec | 8 |
3 files changed, 11 insertions, 11 deletions
@@ -3,9 +3,9 @@ swoole Swoole => enabled Author => Swoole Team <team@swoole.com> -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #119 swoole version 4.6.0 ] { +Extension [ <persistent> extension #119 swoole version 4.6.1 ] { - Dependencies { Dependency [ json (Required) ] @@ -29,11 +29,11 @@ Extension [ <persistent> 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 <remi@remirepo.net> - 4.6.1-1 +- update to 4.6.1 + * Wed Jan 6 2021 Remi Collet <remi@remirepo.net> - 4.6.0-1 - update to 4.6.0 - enable curl support |