diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-04 08:03:20 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-04 08:03:20 +0100 |
commit | 5044dabf2d669e43e612e4c8e0be6ec902500de0 (patch) | |
tree | 2f48a06d7583001b33b02026e168dc5077006538 | |
parent | 030877e5266ec65404331f6c5ca5c76c48152380 (diff) |
-rw-r--r-- | php-sebastian-code-unit-reverse-lookup4.spec | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/php-sebastian-code-unit-reverse-lookup4.spec b/php-sebastian-code-unit-reverse-lookup4.spec index 423fda0..7ee3c5d 100644 --- a/php-sebastian-code-unit-reverse-lookup4.spec +++ b/php-sebastian-code-unit-reverse-lookup4.spec @@ -1,14 +1,14 @@ # remirepo/fedora spec file for php-sebastian-code-unit-reverse-lookup4 # -# Copyright (c) 2016-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2016-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 183a9b2632194febd219bb9246eee421dad8d45e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -26,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 4.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Looks up which function or method a line of code belongs to, version %{major} License: BSD-3-Clause @@ -106,6 +106,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 |