summaryrefslogtreecommitdiffstats
path: root/php-phpunit-php-file-iterator3.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-12-02 16:01:03 +0100
committerRemi Collet <remi@php.net>2021-12-02 16:01:03 +0100
commit0db53b47b68c82d3933203b9cfe95862b548d349 (patch)
tree5e296213ba8ba68e47e21ac7086c5cd8b7974403 /php-phpunit-php-file-iterator3.spec
parentf22fd8cd894fda143774092e53eae2679e9a614c (diff)
update to 3.0.6
Diffstat (limited to 'php-phpunit-php-file-iterator3.spec')
-rw-r--r--php-phpunit-php-file-iterator3.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-phpunit-php-file-iterator3.spec b/php-phpunit-php-file-iterator3.spec
index 9eaa739..22d1046 100644
--- a/php-phpunit-php-file-iterator3.spec
+++ b/php-phpunit-php-file-iterator3.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for php-phpunit-php-file-iterator3
#
-# Copyright (c) 2009-2020 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 aa4be8575f26070b100fccb67faabb28f21f66f8
+%global gh_commit cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project php-file-iterator
@@ -28,9 +28,9 @@
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 3.0.5
+Version: 3.0.6
Release: 1%{?dist}
-Summary: FilterIterator implementation that filters files based on a list of suffixes
+Summary: FilterIterator implementation that filters files based on a list of suffixes, version %{major}
License: BSD
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -87,7 +87,7 @@ touch vendor/autoload.php
: Run upstream test suite
ret=0
-for cmd in php php73 php74 php80; 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}/phpunit9 --verbose || ret=1
@@ -109,6 +109,9 @@ exit $ret
%changelog
+* Thu Dec 2 2021 Remi Collet <remi@remirepo.net> - 3.0.6-1
+- update to 3.0.6
+
* Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 3.0.5-1
- update to 3.0.5 (no change)