diff options
Diffstat (limited to 'php-pecl-excimer.spec')
-rw-r--r-- | php-pecl-excimer.spec | 12 |
1 files changed, 8 insertions, 4 deletions
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 |