summaryrefslogtreecommitdiffstats
path: root/php-phpunit-php-file-iterator2.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-phpunit-php-file-iterator2.spec')
-rw-r--r--php-phpunit-php-file-iterator2.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-php-file-iterator2.spec b/php-phpunit-php-file-iterator2.spec
index 26e82c1..40c66c3 100644
--- a/php-phpunit-php-file-iterator2.spec
+++ b/php-phpunit-php-file-iterator2.spec
@@ -8,7 +8,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 4b49fb70f067272b659ef0174ff9ca40fdaa6357
+%global gh_commit 28af674ff175d0768a5a978e6de83f697d4a7f05
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project php-file-iterator
@@ -28,7 +28,7 @@
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 2.0.3
+Version: 2.0.4
Release: 1%{?dist}
Summary: FilterIterator implementation that filters files based on a list of suffixes
@@ -86,7 +86,7 @@ touch vendor/autoload.php
: Run upstream test suite
ret=0
-for cmd in php php72 php73 php74 php80; do
+for cmd in php php73 php74 php80 php81; do
if which $cmd; then
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
%{_bindir}/phpunit8 --verbose || ret=1
@@ -108,6 +108,9 @@ exit $ret
%changelog
+* Mon Jul 19 2021 Remi Collet <remi@remirepo.net> - 2.0.4-1
+- update to 2.0.4
+
* Mon Nov 30 2020 Remi Collet <remi@remirepo.net> - 2.0.3-1
- update to 2.0.3 (no change)
- switch to phpunit8