From 2f5e4a607f906715035f8dba823b304f530e0ba9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Feb 2023 13:54:50 +0100 Subject: update to 5.0.2 --- php-pecl-swoole5.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'php-pecl-swoole5.spec') diff --git a/php-pecl-swoole5.spec b/php-pecl-swoole5.spec index 237b8e9..156591c 100644 --- a/php-pecl-swoole5.spec +++ b/php-pecl-swoole5.spec @@ -1,7 +1,7 @@ # remirepo spec file for php-pecl-swoole5 # -# Copyright (c) 2013-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2013-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -40,7 +40,7 @@ %bcond_with curl %endif -%global upstream_version 5.0.1 +%global upstream_version 5.0.2 #global upstream_prever RC2 @@ -48,10 +48,10 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?scl_prefix}php-pecl-%{pecl_name}5 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} -# Extension is ASL 2.0 -# Hiredis is BSD +# Extension is Apache-2.0 +# Hiredis is BSD-3-Clause # nlohmann/json is MIT -License: ASL 2.0 and BSD and MIT +License: Apache-2.0 AND BSD-3-Clause AND MIT URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -340,6 +340,9 @@ cd ../ZTS %changelog +* Mon Feb 6 2023 Remi Collet - 5.0.2-1 +- update to 5.0.2 + * Mon Nov 7 2022 Remi Collet - 5.0.1-1 - update to 5.0.1 -- cgit