Upgrade version to 5.0.0

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2023-10-30 17:24:55 +08:00
parent 6b518af0f4
commit 300db13e85
3 changed files with 5 additions and 2 deletions

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global enable_tests 0
%global module_name caller-callsite
Name: nodejs-%{module_name}
Version: 2.0.0
Version: 5.0.0
Release: 1
Summary: Get the callsite of the caller function
License: MIT
URL: https://github.com/sindresorhus/caller-callsite
Source0: https://github.com/sindresorhus/caller-callsite/archive/v%{version}.tar.gz
Source0: https://github.com/sindresorhus/caller-callsite/archive/v%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging
@ -41,5 +41,8 @@ node test.js
%{nodejs_sitelib}/%{module_name}
%changelog
* Mon Oct 30 2023 xu_ping <707078654@qq.com> - 5.0.0-1
- Upgrade version to 5.0.0
* Tue Aug 18 2020 leiju <leiju4@huawei.com> - 2.0.0-1
- Package init

Binary file not shown.