From 2c209c3b3f8acd15059edfd1c2a4cc698fdc624e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Aug 2019 08:04:30 +0200 Subject: v1.5.2 --- php-composer-spdx-licenses.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-composer-spdx-licenses.spec b/php-composer-spdx-licenses.spec index f8bf9c3..294f522 100644 --- a/php-composer-spdx-licenses.spec +++ b/php-composer-spdx-licenses.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit a1aa51cf3ab838b83b0867b14e56fc20fbd55b3d +%global gh_commit 7ac1e6aec371357df067f8a688c3d6974df68fa5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner composer @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-composer-spdx-licenses -Version: 1.5.1 +Version: 1.5.2 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: SPDX licenses list and validation library @@ -109,7 +109,7 @@ rm tests/SpdxLicensesUpdaterTest.php export BUILDROOT_SPDX=%{buildroot} ret=0 -for cmd in "php %{phpunit}" "php56 %{_bindir}/phpunit" php70 php71 php72 php73; do +for cmd in "php %{phpunit}" "php56 %{_bindir}/phpunit" php70 php71 php72 php73 php74; do if which $cmd; then set $cmd $1 -d memory_limit=1G ${2:-%{_bindir}/phpunit6} \ @@ -135,6 +135,9 @@ exit $ret %changelog +* Thu Aug 1 2019 Remi Collet - 1.5.2-1 +- update to 1.5.2 (SPDX 3.6) + * Tue Mar 26 2019 Remi Collet - 1.5.1-1 - update to 1.5.1 (SPDX 3.4) -- cgit