diff --git a/nodejs-strip-json-comments.spec b/nodejs-strip-json-comments.spec index e72dd24..4ed687e 100644 --- a/nodejs-strip-json-comments.spec +++ b/nodejs-strip-json-comments.spec @@ -1,6 +1,6 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-strip-json-comments -Version: 2.0.1 +Version: 4.0.0 Release: 1 Summary: Strip comments from JSON License: MIT @@ -13,7 +13,7 @@ BuildRequires: nodejs-packaging Strip comments from JSON. Lets you use comments in your JSON files! %prep -%setup -q -n strip-json-comments-%{version} +%autosetup -n strip-json-comments-%{version} -p1 %build @@ -28,5 +28,8 @@ cp -pr package.json index.js \ %{nodejs_sitelib}/strip-json-comments %changelog +* Tue Jul 5 2022 caodongxia - 4.0.0-1 +- Update to 4.0.0 + * Wed Aug 12 2020 wangyue - 2.0.1-1 - package init diff --git a/v2.0.1.tar.gz b/v2.0.1.tar.gz deleted file mode 100644 index 24b181d..0000000 Binary files a/v2.0.1.tar.gz and /dev/null differ diff --git a/v4.0.0.tar.gz b/v4.0.0.tar.gz new file mode 100644 index 0000000..51a9dec Binary files /dev/null and b/v4.0.0.tar.gz differ