From 0db53b47b68c82d3933203b9cfe95862b548d349 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Dec 2021 16:01:03 +0100 Subject: update to 3.0.6 --- php-phpunit-php-file-iterator3.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-phpunit-php-file-iterator3.spec') 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 - 3.0.6-1 +- update to 3.0.6 + * Mon Sep 28 2020 Remi Collet - 3.0.5-1 - update to 3.0.5 (no change) -- cgit