!3 Update to 3.1.0

From: @bzg1107 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-07-01 11:16:47 +00:00 committed by Gitee
commit 75461d1fcb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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