diff --git a/nodejs-commonmark.spec b/nodejs-commonmark.spec index cbb891b..11d9bf9 100644 --- a/nodejs-commonmark.spec +++ b/nodejs-commonmark.spec @@ -3,9 +3,9 @@ %global enable_tests 1 Name: nodejs-commonmark Version: 0.24.0 -Release: 1 +Release: 2 Summary: A strongly specified, highly compatible variant of Markdown -License: BSD and MIT and Creative Commons +License: BSD-2-Clause and MIT and CC-BY-SA-4.0 URL: https://github.com/jgm/commonmark.js Source0: https://github.com/jgm/commonmark.js/archive/%{version}.tar.gz BuildArch: noarch @@ -51,5 +51,8 @@ ln -sf %{nodejs_sitelib}/%{packagename}/bin/commonmark \ %{_bindir}/commonmark %changelog +* Tue May 10 2022 liyanan - 0.24.0-2 +- License compliance rectification + * Fri Aug 21 2020 leiju - 0.24.0-1 - Package init