From d99ddc2ad309463d7ea5320cce9222da18ecda39 Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Mon, 9 May 2022 20:20:46 +0800 Subject: [PATCH] License compliance rectification --- nodejs-diff.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-diff.spec b/nodejs-diff.spec index 467ef10..3107618 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 -- Gitee