summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION8
-rw-r--r--php-pecl-swoole6.spec7
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 <team@swoole.com>
-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 [ <persistent> extension #121 swoole version 6.2.0 ] {
+Extension [ <persistent> extension #128 swoole version 6.2.1 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -42,11 +42,11 @@ Extension [ <persistent> extension #121 swoole version 6.2.0 ] {
}
- Constants [420] {
- Constant [ <persistent> string SWOOLE_VERSION ] { 6.2.0 }
- Constant [ <persistent> int SWOOLE_VERSION_ID ] { 60200 }
+ Constant [ <persistent> string SWOOLE_VERSION ] { 6.2.1 }
+ Constant [ <persistent> int SWOOLE_VERSION_ID ] { 60201 }
Constant [ <persistent> int SWOOLE_MAJOR_VERSION ] { 6 }
Constant [ <persistent> int SWOOLE_MINOR_VERSION ] { 2 }
- Constant [ <persistent> int SWOOLE_RELEASE_VERSION ] { 0 }
+ Constant [ <persistent> int SWOOLE_RELEASE_VERSION ] { 1 }
Constant [ <persistent> string SWOOLE_EXTRA_VERSION ] { }
Constant [ <persistent> bool SWOOLE_DEBUG ] { }
Constant [ <persistent> 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 <remi@remirepo.net> - 6.2.1-1
+- update to 6.2.1
+
* Wed Mar 11 2026 Remi Collet <remi@remirepo.net> - 6.2.0-1
- update to 6.2.0
- drop pear/pecl dependency