diff options
-rw-r--r-- | php-composer-spdx-licenses.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-composer-spdx-licenses.spec b/php-composer-spdx-licenses.spec index 7d9cfff..396bef9 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 7e111c50db92fa2ced140f5ba23b4e261bc77a30 +%global gh_commit cb17687e9f936acd7e7245ad3890f953770dec1b %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.3.0 +Version: 1.4.0 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: SPDX licenses list and validation library @@ -137,6 +137,9 @@ exit $ret %changelog +* Mon May 14 2018 Remi Collet <remi@remirepo.net> - 1.4.0-1 +- update to 1.4.0 + * Thu Feb 1 2018 Remi Collet <remi@remirepo.net> - 1.3.0-1 - Update to 1.3.0 |