summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-04-20 16:06:47 +0200
committerRemi Collet <remi@php.net>2023-04-20 16:06:47 +0200
commitac9e0ee4177050e0e114d263b9c4a89cea51dc3d (patch)
tree51f2c0c66fa8a082c9b165c8db8606ea656f3d6a
parent992fc7544b0dcda896251abe63f16124866a4d21 (diff)
use SPDX license ID
-rw-r--r--php-phpunit-php-timer2.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-phpunit-php-timer2.spec b/php-phpunit-php-timer2.spec
index 0fc1c1c..0d7ccf8 100644
--- a/php-phpunit-php-timer2.spec
+++ b/php-phpunit-php-timer2.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for php-phpunit-php-timer2
#
-# Copyright (c) 2010-2019 Christof Damian, Remi Collet
+# Copyright (c) 2010-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.1.3
-Release: 1%{?dist}
+Release: 7%{?dist}
Summary: PHP Utility class for timing
-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
@@ -84,7 +84,7 @@ touch vendor/autoload.php
: Run upstream test suite
ret=0
-for cmd in php php72 php73 php74 php80; 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}/autoload.php \
%{_bindir}/phpunit8 --verbose || ret=1
@@ -105,6 +105,9 @@ exit $ret
%changelog
+* Thu Apr 20 2023 Remi Collet <remi@remirepo.net> - 2.1.3-7
+- use SPDX license ID
+
* Mon Nov 30 2020 Remi Collet <remi@remirepo.net> - 2.1.3-1
- update to 2.1.3 (no change)
- switch to phpunit8