diff options
author | Remi Collet <remi@remirepo.net> | 2025-05-20 07:41:03 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-05-20 07:41:03 +0200 |
commit | 41a782e822b8fc3f30cdcef04481848bed180afc (patch) | |
tree | fc856fab823fc9309fc129fdf6ef420f61b5af71 | |
parent | 0f143ca919932f9e3dfb08bc3273481368b5a158 (diff) |
re-license spec file to CECILL-2.1
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-excimer.spec | 12 |
3 files changed, 10 insertions, 6 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #126 excimer version 1.2.3 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 1.2.5-1 +- update to 1.2.5 +- re-license spec file to CECILL-2.1 + * Fri Nov 15 2024 Remi Collet <remi@remirepo.net> - 1.2.3-1 - update to 1.2.3 |