summaryrefslogtreecommitdiffstats
path: root/php-phpunit-php-timer9.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-phpunit-php-timer9.spec')
-rw-r--r--php-phpunit-php-timer9.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-php-timer9.spec b/php-phpunit-php-timer9.spec
index 13889ee..f58e32c 100644
--- a/php-phpunit-php-timer9.spec
+++ b/php-phpunit-php-timer9.spec
@@ -1,4 +1,4 @@
-# remirepo/fedora spec file for php-phpunit-php-timer8
+# remirepo/fedora spec file for php-phpunit-php-timer9
#
# Copyright (c) 2010-2025 Christof Damian, Remi Collet
#
@@ -8,7 +8,7 @@
# Please, preserve the changelog entries
#
-%bcond_with tests
+%bcond_without tests
%global gh_commit a0e12065831f6ab0d83120dc61513eb8d9a966f6
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
@@ -27,7 +27,7 @@
Name: php-%{pk_vendor}-%{pk_project}%{major}
Version: 9.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: PHP Utility class for timing, version %{major}
License: BSD-3-Clause
@@ -106,6 +106,9 @@ exit $ret
%changelog
+* Tue Feb 10 2026 Remi Collet <remi@remirepo.net> - 9.0.0-2
+- enable test suite
+
* Fri Feb 6 2026 Remi Collet <remi@remirepo.net> - 9.0.0-1
- update to 9.0.0
- raise dependency on PHP 8.4