diff --git a/nodejs-burrito.spec b/nodejs-burrito.spec index d63133c..41c1e47 100644 --- a/nodejs-burrito.spec +++ b/nodejs-burrito.spec @@ -2,9 +2,9 @@ %global enable_tests 0 Name: nodejs-burrito Version: 0.2.12 -Release: 1 +Release: 2 Summary: Wrap up expressions with a trace function while walking the AST -License: BSD +License: BSD-3-Clause URL: https://github.com/substack/node-burrito Source0: https://registry.npmjs.org/burrito/-/burrito-%{version}.tgz Source1: https://raw.github.com/substack/lambdascape/master/LICENSE @@ -45,5 +45,8 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/burrito %license LICENSE %changelog +* Mon May 9 2022 liyanan - 0.2.12-2 +- License compliance rectification + * Tue Aug 18 2020 leiju - 0.2.12-1 - Package init