From e82c414c3657779950323f3d5aa2b552582b4305 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Oct 2025 08:10:21 +0200 Subject: update to 6.1.0RC2 --- php-pecl-swoole6.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php-pecl-swoole6.spec') diff --git a/php-pecl-swoole6.spec b/php-pecl-swoole6.spec index 8b10454..965faf2 100644 --- a/php-pecl-swoole6.spec +++ b/php-pecl-swoole6.spec @@ -49,7 +49,7 @@ %bcond_without nghttpd2 %global upstream_version 6.1.0 -%global upstream_prever RC1 +%global upstream_prever RC2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -120,9 +120,12 @@ Requires: %{?scl_prefix}php-sockets%{?_isa} Requires: %{?scl_prefix}php-mysqlnd%{?_isa} Requires: %{?scl_prefix}php-pdo%{?_isa} +# Extension Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} +# PECL Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} +# PIE Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version} @@ -382,6 +385,9 @@ cd ../ZTS %changelog +* Tue Oct 14 2025 Remi Collet - 6.1.0~RC2-1 +- update to 6.1.0RC2 + * Mon Sep 1 2025 Remi Collet - 6.1.0~RC1-1 - update to 6.1.0RC1 - enable swoole stdext support -- cgit