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