From 86ecb5fce81d22d46d4a144801d3494ef7a0dd27 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Jul 2025 15:22:30 +0200 Subject: re-license spec file to CECILL-2.1 --- php-pecl-yac.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-pecl-yac.spec') diff --git a/php-pecl-yac.spec b/php-pecl-yac.spec index 1aba772..80898c9 100644 --- a/php-pecl-yac.spec +++ b/php-pecl-yac.spec @@ -3,9 +3,9 @@ # # Fedora spec file for php-pecl-yac (previously php-yac) # -# Copyright (c) 2013-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2013-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -33,7 +33,7 @@ Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 2.3.1 License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} -Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{sources}.tgz BuildRequires: make @@ -224,6 +224,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jul 30 2025 Remi Collet - 2.3.1-8 +- re-license spec file to CECILL-2.1 + * Wed Aug 30 2023 Remi Collet - 2.3.1-7 - rebuild for PHP 8.3.0RC1 -- cgit