diff --git a/is-builtin-module-3.1.0.tgz b/is-builtin-module-3.1.0.tgz new file mode 100644 index 0000000..dfa04fb Binary files /dev/null and b/is-builtin-module-3.1.0.tgz differ diff --git a/nodejs-is-builtin-module.spec b/nodejs-is-builtin-module.spec index e0af322..c6aa4bc 100644 --- a/nodejs-is-builtin-module.spec +++ b/nodejs-is-builtin-module.spec @@ -2,7 +2,7 @@ %global packagename is-builtin-module %global enable_tests 0 Name: nodejs-is-builtin-module -Version: 1.0.0 +Version: 3.1.0 Release: 1 Summary: Check if a string matches the name of a Node.js builtin module License: MIT @@ -19,7 +19,7 @@ Requires: nodejs Check if a string matches the name of a Node.js builtin module %prep -%setup -q -n package +%autosetup -n package -p1 cp -p %{SOURCE1} . %build @@ -44,5 +44,8 @@ cp -pr package.json *.js \ %{nodejs_sitelib}/%{packagename} %changelog +* Thu Jun 30 2022 baizhonggui - 3.1.0-1 +- update to 3.1.0 + * Thu Aug 20 2020 yaokai - 1.0.0-1 - Package init