diff options
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-bolt.spec | 12 |
2 files changed, 9 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #17 bolt version 0.1.3 ] { +Extension [ <persistent> extension #18 bolt version 0.1.3 ] { - Functions { Function [ <internal:bolt> function bolt_encrypt ] { 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 |