v3.0.1
This commit is contained in:
parent
9dcead4a61
commit
05f4dfaa39
3 changed files with 10 additions and 7 deletions
|
|
@ -8,7 +8,7 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global bootstrap 0
|
||||
%global gh_commit 354d4a5faa7449a377a18b94a2026ca3415e3d7a
|
||||
%global gh_commit 4ac5b3e13df14829daa60a2eb4fdd2f2b7d33cf4
|
||||
%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: 3.0.0
|
||||
Version: 3.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: FilterIterator implementation that filters files based on a list of suffixes
|
||||
|
||||
|
|
@ -40,8 +40,7 @@ BuildArch: noarch
|
|||
%if %{with_tests}
|
||||
# From composer.json, "require-dev"
|
||||
# "phpunit/phpunit": "^9.0"
|
||||
# TODO test suite passes with v8, switch to v9 when available
|
||||
BuildRequires: phpunit8
|
||||
BuildRequires: phpunit9
|
||||
BuildRequires: php(language) >= 7.3
|
||||
BuildRequires: php-pcre
|
||||
BuildRequires: php-spl
|
||||
|
|
@ -87,10 +86,10 @@ touch vendor/autoload.php
|
|||
|
||||
: Run upstream test suite
|
||||
ret=0
|
||||
for cmd in php php73 php74; do
|
||||
for cmd in php php73 php74 php80; 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
|
||||
%{_bindir}/phpunit9 --verbose || ret=1
|
||||
fi
|
||||
done
|
||||
exit $ret
|
||||
|
|
@ -107,6 +106,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Apr 18 2020 Remi Collet <remi@remirepo.net> - 3.0.1-1
|
||||
- update to 3.0.1
|
||||
|
||||
* Fri Feb 7 2020 Remi Collet <remi@remirepo.net> - 3.0.0-1
|
||||
- update to 3.0.0
|
||||
- raise dependency on PHP 7.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue