summaryrefslogtreecommitdiffstats
path: root/php-phpunit-php-timer9.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-02-10 08:48:56 +0100
committerRemi Collet <remi@php.net>2026-02-10 08:48:56 +0100
commit3f95010e3a194ecc7688037dae67944254fec3d8 (patch)
treeb56c4a33a050c8da72d6ac5a025f131e80ba8fae /php-phpunit-php-timer9.spec
parente5ffd27c5a2b31ff9e18e265d058c35caa5cff8c (diff)
enable test suiteHEADmaster
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