summaryrefslogtreecommitdiffstats
path: root/php-phpunit-php-file-iterator6.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-02-10 11:32:30 +0100
committerRemi Collet <remi@php.net>2025-02-10 11:32:30 +0100
commita3b07a1830e062c3f44250cac3157bcc520c6429 (patch)
tree5ca6256e14a2dd9a0c2b00b178efbc4918b041b3 /php-phpunit-php-file-iterator6.spec
parent6005c37318ef1e7c5197deb2fb1a5db4fb7fa282 (diff)
enable test suite
Diffstat (limited to 'php-phpunit-php-file-iterator6.spec')
-rw-r--r--php-phpunit-php-file-iterator6.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/php-phpunit-php-file-iterator6.spec b/php-phpunit-php-file-iterator6.spec
index 3f17c4c..ca45783 100644
--- a/php-phpunit-php-file-iterator6.spec
+++ b/php-phpunit-php-file-iterator6.spec
@@ -8,8 +8,7 @@
# Please, preserve the changelog entries
#
-# disabled until phpunit12 available
-%bcond_with tests
+%bcond_without tests
%global gh_commit 961bc913d42fe24a257bfff826a5068079ac7782
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
@@ -28,7 +27,7 @@
Name: php-%{pk_vendor}-%{pk_project}%{major}
Version: 6.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: FilterIterator implementation based on a list of suffixes, version %{major}
License: BSD-3-Clause
@@ -107,6 +106,9 @@ exit $ret
%changelog
+* Mon Feb 10 2025 Remi Collet <remi@remirepo.net> - 6.0.0-2
+- enable test suite
+
* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 6.0.0-1
- update to 6.0.0
- raise dependency on PHP 8.3