diff --git a/nodejs-diff.spec b/nodejs-diff.spec index 467ef10c11edeed34eb986227b324c1d83eed332..3107618c586afac4a41a5f2612a774778440ccac 100644 --- a/nodejs-diff.spec +++ b/nodejs-diff.spec @@ -2,9 +2,9 @@ %global enable_tests 1 Name: nodejs-diff Version: 1.0.8 -Release: 1 +Release: 2 Summary: A JavaScript text diff implementation for Node.js -License: BSD +License: BSD-3-Clause URL: https://github.com/kpdecker/jsdiff Source0: https://github.com/kpdecker/jsdiff/archive/v%{version}.tar.gz Source10: dl-tests.sh @@ -39,5 +39,8 @@ cp -pr package.json diff.js \ %{nodejs_sitelib}/diff %changelog +* Mon May 09 2022 houyingchao - 1.0.8-2 +- License compliance rectification + * Tue Aug 18 2020 Anan Fu - 1.0.8-1 - package init