diff options
-rwxr-xr-x | makesrc.sh | 1 | ||||
-rw-r--r-- | php-composer-spdx-licenses.spec | 7 |
2 files changed, 6 insertions, 2 deletions
@@ -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 <remi@fedoraproject.org> - 1.1.2-1 +- version 1.1.2 (new licenses) + * Tue Sep 8 2015 Remi Collet <remi@fedoraproject.org> - 1.1.1-1 - version 1.1.1 |