summaryrefslogtreecommitdiffstats
path: root/php-phpunit-php-timer8.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-02-10 11:35:50 +0100
committerRemi Collet <remi@php.net>2025-02-10 11:35:50 +0100
commit2a556870e2e39f942e25c3ceb80179cc3c29319a (patch)
tree7d7786bde17740135a04e550b465d10746dd821b /php-phpunit-php-timer8.spec
parent6b9f779bdb2789956c01d82362cd9d1cf0fac43e (diff)
enable test suiteHEADmaster
Diffstat (limited to 'php-phpunit-php-timer8.spec')
-rw-r--r--php-phpunit-php-timer8.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/php-phpunit-php-timer8.spec b/php-phpunit-php-timer8.spec
index 014dd50..d0334b8 100644
--- a/php-phpunit-php-timer8.spec
+++ b/php-phpunit-php-timer8.spec
@@ -8,8 +8,7 @@
# Please, preserve the changelog entries
#
-# disabled until phpunit12 available
-%bcond_with tests
+%bcond_without tests
%global gh_commit f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
@@ -28,7 +27,7 @@
Name: php-%{pk_vendor}-%{pk_project}%{major}
Version: 8.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: PHP Utility class for timing, version %{major}
License: BSD-3-Clause
@@ -107,6 +106,9 @@ exit $ret
%changelog
+* Mon Feb 10 2025 Remi Collet <remi@remirepo.net> - 8.0.0-2
+- enable test suite
+
* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 8.0.0-1
- update to 8.0.0
- raise dependency on PHP 8.3