Upgrade version to 4.0.0

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2023-10-30 16:47:23 +08:00
parent 438cbdec98
commit 713a3fe652
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-path
Name: nodejs-%{module_name}
Version: 2.0.0
Version: 4.0.0
Release: 1
Summary: Get the path of the caller module
License: MIT
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
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging
@ -43,5 +43,8 @@ mocha
%{nodejs_sitelib}/%{module_name}
%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
- Package init

Binary file not shown.