From 73d3d815d83e814b07f55d473ad26ec6799f9681 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Sep 2025 10:37:34 +0200 Subject: update to 1.0.6 re-license spec file to CECILL-2.1 --- php-bolt.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php-bolt.spec') 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 - 1.0.6-1 +- update to 1.0.6 +- re-license spec file to CECILL-2.1 + * Fri Mar 22 2024 Remi Collet - 1.0.5-1 - update to 1.0.5 -- cgit