From 48491797d4486939729d915d67a0eec408e9ab58 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Dec 2019 10:14:02 +0100 Subject: v4.4.14 --- PHPINFO | 6 +++--- REFLECTION | 8 ++++---- php-pecl-swoole4.spec | 11 ++++++----- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/PHPINFO b/PHPINFO index 8539e51..cda10a5 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 4.4.13 -Built => Dec 18 2019 00:00:00 +Version => 4.4.14 +Built => Dec 26 2019 00:00:00 coroutine => enabled trace_log => enabled epoll => enabled @@ -18,7 +18,7 @@ openssl => OpenSSL 1.1.1d FIPS 10 Sep 2019 http2 => enabled pcre => enabled zlib => 1.2.11 -brotli => 16777223/16777223 +brotli => E16777223/D16777223 mutex_timedlock => enabled pthread_barrier => enabled futex => enabled diff --git a/REFLECTION b/REFLECTION index 4014a11..b4a9f4f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #106 swoole version 4.4.13 ] { +Extension [ extension #108 swoole version 4.4.14 ] { - INI { Entry [ swoole.enable_coroutine ] @@ -22,11 +22,11 @@ Extension [ extension #106 swoole version 4.4.13 ] { } - Constants [329] { - Constant [ string SWOOLE_VERSION ] { 4.4.13 } - Constant [ int SWOOLE_VERSION_ID ] { 40413 } + Constant [ string SWOOLE_VERSION ] { 4.4.14 } + Constant [ int SWOOLE_VERSION_ID ] { 40414 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 4 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 13 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 14 } 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 0a8ea96..40b8035 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -27,7 +27,7 @@ %global with_brotli 0 %endif -%global upstream_version 4.4.13 +%global upstream_version 4.4.14 #global upstream_prever RC2 @@ -38,8 +38,8 @@ Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_ # Extension is ASL 2.0 # Hiredis is BSD License: ASL 2.0 and BSD -URL: http://pecl.php.net/package/%{pecl_name} -Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz +URL: https://pecl.php.net/package/%{pecl_name} +Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %if 0%{?rhel} == 6 BuildRequires: devtoolset-6-toolchain @@ -89,8 +89,6 @@ Conflicts: %{?sub_prefix}php-pecl-%{pecl_name}2 < 4 %endif %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} -Obsoletes: php71u-pecl-%{pecl_name}4 <= %{version} -Obsoletes: php71w-pecl-%{pecl_name}4 <= %{version} %if "%{php_version}" > "7.2" Obsoletes: php72u-pecl-%{pecl_name}4 <= %{version} Obsoletes: php72w-pecl-%{pecl_name}4 <= %{version} @@ -334,6 +332,9 @@ cd ../ZTS %changelog +* Thu Dec 26 2019 Remi Collet - 4.4.14-1 +- update to 4.4.14 + * Wed Dec 18 2019 Remi Collet - 4.4.13-1 - update to 4.4.13 -- cgit