summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-05-23 10:45:04 +0200
committerRemi Collet <remi@php.net>2022-05-23 10:45:04 +0200
commitfa3ae571f943908bfb7657147ae02a9b82023ad6 (patch)
tree13aee85f24173cacc9ae8c1b41fc3e465754209d
parentba4df42740fdc7f619d100ef2d8f2c3fb6b20627 (diff)
update to 1.5.7 (SPDX 3.17)
-rw-r--r--php-composer-spdx-licenses.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-composer-spdx-licenses.spec b/php-composer-spdx-licenses.spec
index c56d505..3586135 100644
--- a/php-composer-spdx-licenses.spec
+++ b/php-composer-spdx-licenses.spec
@@ -1,12 +1,12 @@
# remirepo/fedora spec file for php-composer-spdx-licenses
#
-# Copyright (c) 2015-2021 Remi Collet
+# Copyright (c) 2015-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit a30d487169d799745ca7280bc90fdfa693536901
+%global gh_commit c848241796da2abf65837d51dce1fae55a960149
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20150717
%global gh_owner composer
@@ -15,7 +15,7 @@
%bcond_without tests
Name: php-composer-spdx-licenses
-Version: 1.5.6
+Version: 1.5.7
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
Summary: SPDX licenses list and validation library
@@ -110,7 +110,7 @@ rm tests/SpdxLicensesUpdaterTest.php
export BUILDROOT_SPDX=%{buildroot}
ret=0
-for cmd in "php %{phpunit}" php74 php80 php81; do
+for cmd in "php %{phpunit}" php74 php80 php81 php82; do
if which $cmd; then
set $cmd
$1 -d memory_limit=1G ${2:-%{_bindir}/phpunit7} \
@@ -137,6 +137,9 @@ exit $ret
%changelog
+* Mon May 23 2022 Remi Collet <remi@remirepo.net> - 1.5.7-1
+- update to 1.5.7 (SPDX 3.17)
+
* Thu Nov 18 2021 Remi Collet <remi@remirepo.net> - 1.5.6-1
- update to 1.5.6 (SPDX 3.15)