From 9d16156a27e23baba4a4b999d96410d4ea92b3b5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 Apr 2023 16:09:56 +0200 Subject: use SPDX license ID --- php-phpunit-php-token-stream4.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-phpunit-php-token-stream4.spec') diff --git a/php-phpunit-php-token-stream4.spec b/php-phpunit-php-token-stream4.spec index 5d1289a..19136c3 100644 --- a/php-phpunit-php-token-stream4.spec +++ b/php-phpunit-php-token-stream4.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-phpunit-php-token-stream4 # -# Copyright (c) 2010-2020 Christof Damian, Remi Collet +# Copyright (c) 2010-2023 Christof Damian, Remi Collet # # License: MIT # http://opensource.org/licenses/MIT @@ -27,10 +27,10 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 4.0.4 -Release: 4%{?dist} +Release: 8%{?dist} Summary: Wrapper around PHP tokenizer extension -License: BSD +License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -97,7 +97,7 @@ touch vendor/autoload.php : Run upstream test suite ret=0 -for cmd in php php73 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}/phpunit9 --verbose || ret=1 @@ -120,6 +120,9 @@ exit $ret %changelog +* Thu Apr 20 2023 Remi Collet - 4.0.4-8 +- use SPDX license ID + * Thu Nov 4 2021 Remi Collet - 4.0.4-4 - add missing token from PHP 8.1 -- cgit