diff options
author | Remi Collet <remi@remirepo.net> | 2025-03-23 07:53:07 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-03-23 07:53:07 +0100 |
commit | e63ba4a3beb0fdbfce0ddd42aea81949d3c73ca8 (patch) | |
tree | bc9da1b26a52dfa1a24ca91b25156c99fc861cc2 | |
parent | 4ca1ef18e4028371c2ae5068b121ba01cc91668b (diff) |
-rw-r--r-- | PHPINFO | 8 | ||||
-rw-r--r-- | REFLECTION | 8 | ||||
-rw-r--r-- | php-pecl-swoole6.spec | 6 |
3 files changed, 13 insertions, 9 deletions
@@ -3,8 +3,8 @@ swoole Swoole => enabled Author => Swoole Team <team@swoole.com> -Version => 6.0.1 -Built => Feb 14 2025 00:00:00 +Version => 6.0.2 +Built => Mar 23 2025 00:00:00 coroutine => enabled with boost asm context trace_log => enabled epoll => enabled @@ -14,7 +14,7 @@ cpu_affinity => enabled spinlock => enabled rwlock => enabled sockets => enabled -openssl => OpenSSL 3.2.2 4 Jun 2024 +openssl => OpenSSL 3.2.4 11 Feb 2025 dtls => enabled http2 => enabled json => enabled @@ -23,7 +23,7 @@ curl-version => 8.9.1 c-ares => 1.34.4 zlib => 1.3.1.zlib-ng brotli => E16781312/D16781312 -zstd => 1.5.6 +zstd => 1.5.7 mutex_timedlock => enabled pthread_barrier => enabled futex => enabled @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #108 swoole version 6.0.1 ] { +Extension [ <persistent> extension #111 swoole version 6.0.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -30,11 +30,11 @@ Extension [ <persistent> extension #108 swoole version 6.0.1 ] { } - Constants [399] { - Constant [ string SWOOLE_VERSION ] { 6.0.1 } - Constant [ int SWOOLE_VERSION_ID ] { 60001 } + Constant [ string SWOOLE_VERSION ] { 6.0.2 } + Constant [ int SWOOLE_VERSION_ID ] { 60002 } Constant [ int SWOOLE_MAJOR_VERSION ] { 6 } Constant [ int SWOOLE_MINOR_VERSION ] { 0 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 1 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 2 } 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 448d643..05c0376 100644 --- a/php-pecl-swoole6.spec +++ b/php-pecl-swoole6.spec @@ -48,7 +48,7 @@ %bcond_without curl %bcond_without nghttpd2 -%global upstream_version 6.0.1 +%global upstream_version 6.0.2 #global upstream_prever RC1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -124,6 +124,7 @@ Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} +Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version} %if 0%{?fedora} >= 42 || 0%{?rhel} >= 10 || "%{php_version}" >= "8.4" Obsoletes: %{?scl_prefix}php-pecl-%{pecl_name} < 6 @@ -378,6 +379,9 @@ cd ../ZTS %changelog +* Sun Mar 23 2025 Remi Collet <remi@remirepo.net> - 6.0.2-1 +- update to 6.0.2 + * Fri Feb 14 2025 Remi Collet <remi@remirepo.net> - 6.0.1-1 - update to 6.0.1 - drop patch merged upstream |