From 41a782e822b8fc3f30cdcef04481848bed180afc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 May 2025 07:41:03 +0200 Subject: update to 1.2.5 re-license spec file to CECILL-2.1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-excimer.spec | 12 ++++++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 188a292..0950806 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ excimer excimer support => enabled -excimer version => 1.2.3 +excimer version => 1.2.5 Directive => Local Value => Master Value excimer.default_max_depth => 1000 => 1000 diff --git a/REFLECTION b/REFLECTION index ecdf797..d1d8654 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #126 excimer version 1.2.3 ] { +Extension [ extension #138 excimer version 1.2.5 ] { - Dependencies { } diff --git a/php-pecl-excimer.spec b/php-pecl-excimer.spec index f02a0e1..136674a 100644 --- a/php-pecl-excimer.spec +++ b/php-pecl-excimer.spec @@ -1,8 +1,8 @@ # spec file for php-pecl-excimer # -# Copyright (c) 2021-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2021-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -20,7 +20,7 @@ Summary: Interrupting timer and low-overhead sampling profiler Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.2.3 +Version: 1.2.5 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: Apache-2.0 URL: https://pecl.php.net/package/%{pecl_name} @@ -177,6 +177,10 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}/%{php_extdir}/%{pecl_name}.so" \ %changelog +* Tue May 20 2025 Remi Collet - 1.2.5-1 +- update to 1.2.5 +- re-license spec file to CECILL-2.1 + * Fri Nov 15 2024 Remi Collet - 1.2.3-1 - update to 1.2.3 -- cgit