diff options
Diffstat (limited to 'php-bolt.spec')
-rw-r--r-- | php-bolt.spec | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/php-bolt.spec b/php-bolt.spec index 7f158cf..7bace2d 100644 --- a/php-bolt.spec +++ b/php-bolt.spec @@ -1,8 +1,8 @@ # remirepo spec file for php-bolt # -# Copyright (c) 2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2024-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -19,7 +19,7 @@ Name: %{?scl_prefix}php-bolt Summary: Protect PHP Source Code -Version: 1.0.5 +Version: 1.0.6 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: Distribuable @@ -121,6 +121,10 @@ fi %changelog +* Wed Sep 10 2025 Remi Collet <remi@remirepo.net> - 1.0.6-1 +- update to 1.0.6 +- re-license spec file to CECILL-2.1 + * Fri Mar 22 2024 Remi Collet <remi@remirepo.net> - 1.0.5-1 - update to 1.0.5 |