update to latest version

This commit is contained in:
baizg1107 2022-06-30 18:27:29 +08:00
parent d0fcb6f044
commit 9ab35ab3df
2 changed files with 5 additions and 2 deletions

BIN
is-builtin-module-3.1.0.tgz Normal file

Binary file not shown.

View File

@ -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 <baizhonggui@h-partners.com> - 3.1.0-1
- update to 3.1.0
* Thu Aug 20 2020 yaokai <yaokai13@huawei.com> - 1.0.0-1
- Package init