diff options
author | Remi Collet <remi@remirepo.net> | 2018-05-14 09:48:59 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-05-14 09:48:59 +0200 |
commit | 3b3c0ae8bcc2c53615b4f0fe875b7502bda9a244 (patch) | |
tree | 5238a425dbd0a33ffbcfbd2442895ee8b8febb12 | |
parent | 235068d292c60bccb12758f99ecb1234446dc765 (diff) |
v1.4.0
-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 |