diff options
| -rw-r--r-- | php-sebastian-complexity4.spec | 13 | 
1 files changed, 8 insertions, 5 deletions
diff --git a/php-sebastian-complexity4.spec b/php-sebastian-complexity4.spec index 3c7519b..47bbb3c 100644 --- a/php-sebastian-complexity4.spec +++ b/php-sebastian-complexity4.spec @@ -1,14 +1,14 @@  # remirepo/fedora spec file for php-sebastian-complexity4  # -# Copyright (c) 2020-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText:  Copyright 2020-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  # github  %global gh_commit    ee41d384ab1906c68852636b6de493846e13e5a0 @@ -27,7 +27,7 @@  Name:           php-%{pk_vendor}-%{pk_project}%{major}  Version:        4.0.1 -Release:        1%{?dist} +Release:        2%{?dist}  Summary:        Calculating the complexity of PHP code units, version %{major}  License:        BSD-3-Clause @@ -116,6 +116,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  | 
