From 8ed1fc9a47c105c8a9f18fcc813dd4e4919de9ef Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Sep 2022 17:53:27 +0200 Subject: update to 4.8.12 --- php-pecl-swoole4.spec | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'php-pecl-swoole4.spec') diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 9296752..63b9c71 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -27,7 +27,7 @@ %bcond_with brotli %endif -%global upstream_version 4.8.11 +%global upstream_version 4.8.12 #global upstream_prever RC2 @@ -92,18 +92,6 @@ Conflicts: %{?scl_prefix}php-pecl-%{pecl_name}2 < 4 # Only one extension can be installed (same symbols) Conflicts: %{?scl_prefix}php-pecl-openswoole -%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} -%if "%{php_version}" > "7.4" -Obsoletes: php74-pecl-%{pecl_name} <= %{version} -%endif -%if "%{php_version}" > "8.0" -Obsoletes: php80-pecl-%{pecl_name} <= %{version} -%endif -%if "%{php_version}" > "8.1" -Obsoletes: php81-pecl-%{pecl_name} <= %{version} -%endif -%endif - %description Event-driven asynchronous and concurrent networking engine with @@ -322,6 +310,9 @@ cd ../ZTS %changelog +* Wed Sep 21 2022 Remi Collet - 4.8.12-1 +- update to 4.8.12 + * Tue Jul 12 2022 Remi Collet - 4.8.11-1 - update to 4.8.11 -- cgit