summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-08-01 08:04:30 +0200
committerRemi Collet <remi@remirepo.net>2019-08-01 08:04:30 +0200
commit2c209c3b3f8acd15059edfd1c2a4cc698fdc624e (patch)
tree2c0b259e528726d5b14f85ee04942f9ae30b0036
parentfe3490d1bae2a68fbb36634b33c829d13f695b70 (diff)
v1.5.2
-rw-r--r--php-composer-spdx-licenses.spec9
1 files 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 <remi@remirepo.net> - 1.5.2-1
+- update to 1.5.2 (SPDX 3.6)
+
* Tue Mar 26 2019 Remi Collet <remi@remirepo.net> - 1.5.1-1
- update to 1.5.1 (SPDX 3.4)