diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-04 08:00:18 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-04 08:00:18 +0100 |
commit | 33232f146aa104d3f82fde5c97f4c9b1ad71f369 (patch) | |
tree | e2209f8a721c401dbd2da693ef3b882388a8a7a1 | |
parent | 48140f3077e19514cd90d83292164211925d76e8 (diff) |
-rw-r--r-- | php-phpunit-php-invoker5.spec | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/php-phpunit-php-invoker5.spec b/php-phpunit-php-invoker5.spec index 83dea25..35251c6 100644 --- a/php-phpunit-php-invoker5.spec +++ b/php-phpunit-php-invoker5.spec @@ -1,14 +1,14 @@ # remirepo/fedora spec file for php-phpunit-php-invoker5 # -# Copyright (c) 2011-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2011-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 c1ca3814734c07492b3d4c5f794f4b0995333da2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -26,7 +26,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 5.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Invoke callables with a timeout, version %{major} License: BSD-3-Clause @@ -110,6 +110,9 @@ exit $ret %changelog +* Tue Feb 4 2025 Remi Collet <remi@remirepo.net> - 5.0.1-2 +- enable test suite + * Wed Jul 3 2024 Remi Collet <remi@remirepo.net> - 5.0.1-1 - update to 5.0.1 |