diff options
author | Remi Collet <remi@remirepo.net> | 2020-02-14 12:00:40 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-02-14 12:00:40 +0100 |
commit | d6bb956fd150847428498727c3d3b73069653412 (patch) | |
tree | 3bda0b0446f9457110a6a926ba7259744ce024ca /php-composer-spdx-licenses.spec | |
parent | 2c209c3b3f8acd15059edfd1c2a4cc698fdc624e (diff) |
update to 1.5.3 (SPDX 3.8)
Diffstat (limited to 'php-composer-spdx-licenses.spec')
-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 294f522..750c751 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 7ac1e6aec371357df067f8a688c3d6974df68fa5 +%global gh_commit 0c3e51e1880ca149682332770e25977c70cf9dae %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.2 +Version: 1.5.3 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: SPDX licenses list and validation library @@ -135,6 +135,9 @@ exit $ret %changelog +* Fri Feb 14 2020 Remi Collet <remi@remirepo.net> - 1.5.3-1 +- update to 1.5.3 (SPDX 3.8) + * Thu Aug 1 2019 Remi Collet <remi@remirepo.net> - 1.5.2-1 - update to 1.5.2 (SPDX 3.6) |