This commit is contained in:
Remi Collet 2021-07-19 14:00:28 +02:00
commit 2211dd25f8
3 changed files with 10 additions and 5 deletions

View file

@ -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,8 +28,8 @@
Name: php-%{pk_vendor}-%{pk_project}%{major}
Version: 2.0.3
Release: 2%{?dist}
Version: 2.0.4
Release: 1%{?dist}
Summary: FilterIterator implementation that filters files based on a list of suffixes
License: BSD
@ -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
@ -106,6 +106,9 @@ exit $ret
%changelog
* Mon Jul 19 2021 Remi Collet <remi@remirepo.net> - 2.0.4-1
- update to 2.0.4
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild