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 --- php-pecl-swoole6.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-swoole6.spec') 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