From c93634fd297b2ab3a275f2727f024e04c790d400 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 16 May 2026 08:48:17 +0200 Subject: update to 6.2.1 --- PHPINFO | 4 ++-- REFLECTION | 8 ++++---- php-pecl-swoole6.spec | 7 +++++-- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/PHPINFO b/PHPINFO index 607a387..b1552df 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team -Version => 6.2.0 -Built => Mar 11 2026 00:00:00 +Version => 6.2.1 +Built => May 16 2026 00:00:00 host byte order => little endian coroutine => enabled with boost asm context trace_log => enabled diff --git a/REFLECTION b/REFLECTION index bb62db4..6216a76 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #121 swoole version 6.2.0 ] { +Extension [ extension #128 swoole version 6.2.1 ] { - Dependencies { Dependency [ json (Required) ] @@ -42,11 +42,11 @@ Extension [ extension #121 swoole version 6.2.0 ] { } - Constants [420] { - Constant [ string SWOOLE_VERSION ] { 6.2.0 } - Constant [ int SWOOLE_VERSION_ID ] { 60200 } + Constant [ string SWOOLE_VERSION ] { 6.2.1 } + Constant [ int SWOOLE_VERSION_ID ] { 60201 } Constant [ int SWOOLE_MAJOR_VERSION ] { 6 } Constant [ int SWOOLE_MINOR_VERSION ] { 2 } - 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-swoole6.spec b/php-pecl-swoole6.spec index a8bff7c..7b2f8ca 100644 --- a/php-pecl-swoole6.spec +++ b/php-pecl-swoole6.spec @@ -53,7 +53,7 @@ %bcond_with ssh2 %bcond_with ftp -%global upstream_version 6.2.0 +%global upstream_version 6.2.1 #global upstream_prever RC2 %global sources %{archivename} %global _configure ../%{sources}/configure @@ -215,7 +215,7 @@ cp thirdparty/llhttp/LICENSE llhttp-LICENSE # Sanity check, really often broken extver=$(sed -n '/#define SWOOLE_VERSION /{s/.* "//;s/".*$//;p}' include/swoole_version.h) if test "x${extver}" != "x%{upstream_version}%{?upstream_prever}"; then - : Error: Upstream extension version is ${extver}, expecting %{upstream_version}%{?upstream_prever}. + : Error: Upstream extension version is ${extver}, expecting %{upstream_version}%{?upstream_prever} exit 1 fi cd .. @@ -388,6 +388,9 @@ cd ../ZTS %changelog +* Sat May 16 2026 Remi Collet - 6.2.1-1 +- update to 6.2.1 + * Wed Mar 11 2026 Remi Collet - 6.2.0-1 - update to 6.2.0 - drop pear/pecl dependency -- cgit