summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-12-02 15:59:32 +0100
committerRemi Collet <remi@php.net>2021-12-02 15:59:32 +0100
commit28081656ac7374255f4f4f226c84cd2529a380bf (patch)
treecd29d3482297ac2bbf73ac83b098a9670fc131d9
parent0c5cb44268b90bef9b96f3ce2662414981e5ef31 (diff)
update to 2.0.5
-rw-r--r--php-phpunit-php-file-iterator2.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-phpunit-php-file-iterator2.spec b/php-phpunit-php-file-iterator2.spec
index 40c66c3..b2522de 100644
--- a/php-phpunit-php-file-iterator2.spec
+++ b/php-phpunit-php-file-iterator2.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for php-phpunit-php-file-iterator2
#
-# Copyright (c) 2009-2018 Christof Damian, Remi Collet
+# Copyright (c) 2009-2021 Christof Damian, Remi Collet
#
# License: MIT
# http://opensource.org/licenses/MIT
@@ -8,7 +8,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 28af674ff175d0768a5a978e6de83f697d4a7f05
+%global gh_commit 42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5
%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.4
+Version: 2.0.5
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 php73 php74 php80 php81; do
+for cmd in php 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
+* Thu Dec 2 2021 Remi Collet <remi@remirepo.net> - 2.0.5-1
+- update to 2.0.5
+
* Mon Jul 19 2021 Remi Collet <remi@remirepo.net> - 2.0.4-1
- update to 2.0.4