diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-04 08:01:54 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-04 08:01:54 +0100 |
commit | 1a3d151b003fad88fab5a8c0277a1ee4cb1f0ebb (patch) | |
tree | cd3d441085a1d91ce036a56d54f8e128d81bda47 | |
parent | 416492abddfb62d0032b6432b21b646dbdf41e41 (diff) |
-rw-r--r-- | php-phpunit-php-timer7.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-php-timer7.spec b/php-phpunit-php-timer7.spec index fb804c7..d98a4ef 100644 --- a/php-phpunit-php-timer7.spec +++ b/php-phpunit-php-timer7.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-phpunit-php-timer7 # -# Copyright (c) 2010-2024 Christof Damian, Remi Collet +# Copyright (c) 2010-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 3b415def83fbcb41f991d9ebf16ae4ad8b7837b3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -28,7 +28,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 7.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PHP Utility class for timing, version %{major} License: BSD-3-Clause @@ -109,6 +109,9 @@ exit $ret %changelog +* Tue Feb 4 2025 Remi Collet <remi@remirepo.net> - 7.0.1-2 +- enable test suite + * Wed Jul 3 2024 Remi Collet <remi@remirepo.net> - 7.0.1-1 - update to 7.0.1 |