diff --git a/nodejs-caller-callsite-5.0.0.tar.gz b/nodejs-caller-callsite-5.0.0.tar.gz new file mode 100644 index 0000000..00569bc Binary files /dev/null and b/nodejs-caller-callsite-5.0.0.tar.gz differ diff --git a/nodejs-caller-callsite.spec b/nodejs-caller-callsite.spec index 9b0bf85..f3fce0a 100644 --- a/nodejs-caller-callsite.spec +++ b/nodejs-caller-callsite.spec @@ -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 - 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 9ba0b8a..0000000 Binary files a/v2.0.0.tar.gz and /dev/null differ