From 0c5cb44268b90bef9b96f3ce2662414981e5ef31 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Jul 2021 13:54:15 +0200 Subject: update to 2.0.4 --- php-phpunit-php-file-iterator2.spec | 9 ++++++--- 1 file 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 - 2.0.4-1 +- update to 2.0.4 + * Mon Nov 30 2020 Remi Collet - 2.0.3-1 - update to 2.0.3 (no change) - switch to phpunit8 -- cgit