diff options
author | Remi Collet <remi@remirepo.net> | 2023-04-20 16:01:00 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-04-20 16:01:00 +0200 |
commit | c3c9f6fd12f7890e20af4450f7d904a2d7d69980 (patch) | |
tree | 0e32bef70529ae1dab40839f22c20d3da200e651 /php-phpunit-php-file-iterator2.spec | |
parent | 28081656ac7374255f4f4f226c84cd2529a380bf (diff) |
Diffstat (limited to 'php-phpunit-php-file-iterator2.spec')
-rw-r--r-- | php-phpunit-php-file-iterator2.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-phpunit-php-file-iterator2.spec b/php-phpunit-php-file-iterator2.spec index b2522de..1120b7a 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-2021 Christof Damian, Remi Collet +# Copyright (c) 2009-2023 Christof Damian, Remi Collet # # License: MIT # http://opensource.org/licenses/MIT @@ -29,10 +29,10 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 2.0.5 -Release: 1%{?dist} +Release: 5%{?dist} Summary: FilterIterator implementation that filters files based on a list of suffixes -License: BSD +License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz @@ -86,7 +86,7 @@ touch vendor/autoload.php : Run upstream test suite ret=0 -for cmd in php php74 php80 php81; do +for cmd in php php80 php81 php82; 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 Apr 20 2023 Remi Collet <remi@remirepo.net> - 2.0.5-5 +- use SPDX license ID + * Thu Dec 2 2021 Remi Collet <remi@remirepo.net> - 2.0.5-1 - update to 2.0.5 |