diff --git a/nodejs-caller-path-4.0.0.tar.gz b/nodejs-caller-path-4.0.0.tar.gz new file mode 100644 index 0000000..91dcf3c Binary files /dev/null and b/nodejs-caller-path-4.0.0.tar.gz differ diff --git a/nodejs-caller-path.spec b/nodejs-caller-path.spec index fea00a7..f7dc63a 100644 --- a/nodejs-caller-path.spec +++ b/nodejs-caller-path.spec @@ -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 - 2.0.0-1 - Package init diff --git a/v2.0.0.tar.gz b/v2.0.0.tar.gz deleted file mode 100644 index a92e85c..0000000 Binary files a/v2.0.0.tar.gz and /dev/null differ