diff --git a/nodejs-sprintf-js.spec b/nodejs-sprintf-js.spec index ceaac13..1d2f7bc 100644 --- a/nodejs-sprintf-js.spec +++ b/nodejs-sprintf-js.spec @@ -3,9 +3,9 @@ %global enable_tests 1 Name: nodejs-sprintf-js Version: 1.1.0 -Release: 1 +Release: 2 Summary: JavaScript sprintf implementation -License: BSD +License: BSD-3-Clause URL: https://github.com/alexei/sprintf.js.git Source0: https://registry.npmjs.org/sprintf-js/-/sprintf-js-%{version}.tgz ExclusiveArch: %{nodejs_arches} noarch @@ -45,5 +45,8 @@ cp -pr *.json src/ \ %{nodejs_sitelib}/%{packagename} %changelog +* Tue May 10 2022 liyanan - 1.1.0-2 +- License compliance rectification + * Fri Aug 21 2020 wangchong - 1.1.0-1 - package init