From 2736d3754a6ab92bc5f44e6e331ebcc135102f65 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Oct 2015 15:32:29 +0200 Subject: php-composer-spdx-licenses: 1.1.2 --- makesrc.sh | 1 + php-composer-spdx-licenses.spec | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/makesrc.sh b/makesrc.sh index 05a6054..bde65fc 100755 --- a/makesrc.sh +++ b/makesrc.sh @@ -15,6 +15,7 @@ git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT echo "Getting commit..." pushd $PROJECT-$COMMIT git checkout $COMMIT +cp composer.json ../composer-$VERSION.json popd echo "Archiving..." diff --git a/php-composer-spdx-licenses.spec b/php-composer-spdx-licenses.spec index c2eafa2..5e5c429 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 324b3530ac3e6277ff4bedf82a34fbf35836eb8d +%global gh_commit 9e1c3926bb0842812967213d7c92827bc5883671 %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.1.1 +Version: 1.1.2 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: SPDX licenses list and validation library @@ -122,6 +122,9 @@ rm -rf %{buildroot} %changelog +* Mon Oct 5 2015 Remi Collet - 1.1.2-1 +- version 1.1.2 (new licenses) + * Tue Sep 8 2015 Remi Collet - 1.1.1-1 - version 1.1.1 -- cgit