From fa3ae571f943908bfb7657147ae02a9b82023ad6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 May 2022 10:45:04 +0200 Subject: update to 1.5.7 (SPDX 3.17) --- php-composer-spdx-licenses.spec | 11 +++++++---- 1 file 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 - 1.5.7-1 +- update to 1.5.7 (SPDX 3.17) + * Thu Nov 18 2021 Remi Collet - 1.5.6-1 - update to 1.5.6 (SPDX 3.15) -- cgit