diff --git a/nodejs-spdx-expression-parse.spec b/nodejs-spdx-expression-parse.spec index c841877..0a95e2f 100644 --- a/nodejs-spdx-expression-parse.spec +++ b/nodejs-spdx-expression-parse.spec @@ -2,8 +2,8 @@ %global packagename spdx-expression-parse %global enable_tests 1 Name: nodejs-spdx-expression-parse -Version: 1.0.2 -Release: 2 +Version: 2.0.2 +Release: 1 Summary: Parse SPDX license expressions License: MIT and CC-BY-3.0 URL: https://github.com/kemitchell/spdx-expression-parse.js.git @@ -43,6 +43,9 @@ echo "There are no tests..." %{nodejs_sitelib}/%{packagename} %changelog +* Mon Oct 30 2023 wulei - 2.0.2-1 +- Update to 2.0.2 + * Tue May 10 2022 liyanan - 1.0.2-2 - License compliance rectification diff --git a/spdx-expression-parse-1.0.2.tgz b/spdx-expression-parse-1.0.2.tgz deleted file mode 100644 index 32ed791..0000000 Binary files a/spdx-expression-parse-1.0.2.tgz and /dev/null differ diff --git a/spdx-expression-parse-2.0.2.tgz b/spdx-expression-parse-2.0.2.tgz new file mode 100644 index 0000000..316877c Binary files /dev/null and b/spdx-expression-parse-2.0.2.tgz differ