!3 Upgrade version to 5.0.0

From: @cherry530 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
This commit is contained in:
openeuler-ci-bot 2023-11-01 06:52:48 +00:00 committed by Gitee
commit 4d0c8a692d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global enable_tests 0 %global enable_tests 0
%global module_name caller-callsite %global module_name caller-callsite
Name: nodejs-%{module_name} Name: nodejs-%{module_name}
Version: 2.0.0 Version: 5.0.0
Release: 1 Release: 1
Summary: Get the callsite of the caller function Summary: Get the callsite of the caller function
License: MIT License: MIT
URL: https://github.com/sindresorhus/caller-callsite 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 BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging BuildRequires: nodejs-packaging
@ -41,5 +41,8 @@ node test.js
%{nodejs_sitelib}/%{module_name} %{nodejs_sitelib}/%{module_name}
%changelog %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 * Tue Aug 18 2020 leiju <leiju4@huawei.com> - 2.0.0-1
- Package init - Package init

Binary file not shown.