!2 Upgrade version to 4.0.0

From: @cherry530 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-11-02 02:24:47 +00:00 committed by Gitee
commit 08ca209c46
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-path %global module_name caller-path
Name: nodejs-%{module_name} Name: nodejs-%{module_name}
Version: 2.0.0 Version: 4.0.0
Release: 1 Release: 1
Summary: Get the path of the caller module Summary: Get the path of the caller module
License: MIT License: MIT
URL: https://github.com/sindresorhus/caller-path URL: https://github.com/sindresorhus/caller-path
Source0: https://github.com/sindresorhus/caller-path/archive/v%{version}.tar.gz Source0: https://github.com/sindresorhus/caller-path/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
@ -43,5 +43,8 @@ mocha
%{nodejs_sitelib}/%{module_name} %{nodejs_sitelib}/%{module_name}
%changelog %changelog
* Mon Oct 30 2023 xu_ping <707078654@qq.com> - 4.0.0-1
- Upgrade version to 4.0.0
* Mon Aug 17 2020 Shaoqiang Kang <kangshaoqiang1@huawei.com> - 2.0.0-1 * Mon Aug 17 2020 Shaoqiang Kang <kangshaoqiang1@huawei.com> - 2.0.0-1
- Package init - Package init

Binary file not shown.