diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-04 07:59:19 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-04 07:59:19 +0100 |
commit | 53700ab3583f5cd9c1f5a0f89977ab25c51429f9 (patch) | |
tree | 8adf8d16006206255d5f28944cf8a3bbe4ddbb07 | |
parent | 2898418a026cd9a07eafa66074fca837c23a27de (diff) |
-rw-r--r-- | php-phpunit-php-file-iterator5.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-php-file-iterator5.spec b/php-phpunit-php-file-iterator5.spec index 00146b8..4209073 100644 --- a/php-phpunit-php-file-iterator5.spec +++ b/php-phpunit-php-file-iterator5.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-phpunit-php-file-iterator5 # -# Copyright (c) 2009-2024 Christof Damian, Remi Collet +# Copyright (c) 2009-2025 Christof Damian, Remi Collet # # License: MIT # http://opensource.org/licenses/MIT @@ -9,7 +9,7 @@ # # disabled until phpunit11 available -%bcond_with tests +%bcond_without tests %global gh_commit 118cfaaa8bc5aef3287bf315b6060b1174754af6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -111,6 +111,9 @@ exit $ret %changelog +* Tue Feb 4 2025 Remi Collet <remi@remirepo.net> - 5.1.0-2 +- enable test suite + * Tue Aug 27 2024 Remi Collet <remi@remirepo.net> - 5.1.0-1 - update to 5.1.0 |