diff options
-rw-r--r-- | php-pecl-yac.spec | 11 |
1 files changed, 7 insertions, 4 deletions
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 <remi@remirepo.net> - 2.3.1-8 +- re-license spec file to CECILL-2.1 + * Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 2.3.1-7 - rebuild for PHP 8.3.0RC1 |