diff options
| -rw-r--r-- | php-phpunit-php-text-template4.spec | 13 | 
1 files changed, 8 insertions, 5 deletions
diff --git a/php-phpunit-php-text-template4.spec b/php-phpunit-php-text-template4.spec index 5aa171e..2f60045 100644 --- a/php-phpunit-php-text-template4.spec +++ b/php-phpunit-php-text-template4.spec @@ -1,14 +1,14 @@  # remirepo/fedora spec file for php-phpunit-php-text-template4  # -# Copyright (c) 2010-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText:  Copyright 2010-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt  #  # Please, preserve the changelog entries  #  # disabled until phpunit11 available -%bcond_with          tests +%bcond_without       tests  %global gh_commit    3e0404dc6b300e6bf56415467ebcb3fe4f33e964  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) @@ -26,7 +26,7 @@  Name:           php-%{pk_vendor}-%{pk_project}%{ver_major}  Version:        4.0.1 -Release:        1%{?dist} +Release:        2%{?dist}  Summary:        Simple template engine, version %{ver_major}  License:        BSD-3-Clause @@ -103,6 +103,9 @@ exit $ret  %changelog +* Tue Feb  4 2025 Remi Collet <remi@remirepo.net> - 4.0.1-2 +- enable test suite +  * Wed Jul  3 2024 Remi Collet <remi@remirepo.net> - 4.0.1-1  - update to 4.0.1  | 
