diff --git a/nodejs-xtend.spec b/nodejs-xtend.spec index 49c3237..e2e55f4 100644 --- a/nodejs-xtend.spec +++ b/nodejs-xtend.spec @@ -1,11 +1,11 @@ %global module_name xtend Name: nodejs-%{module_name} -Version: 4.0.1 +Version: 4.0.2 Release: 1 Summary: Extend like a boss License: MIT URL: https://github.com/Raynos/xtend -Source0: http://registry.npmjs.org/xtend/-/xtend-%{version}.tgz +Source0: https://registry.npmjs.org/xtend/-/xtend-%{version}.tgz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging npm(tape) @@ -18,7 +18,6 @@ are identical properties, the right-most property takes precedence. %prep %setup -q -n package rm -rf node_modules -mv LICENCE LICENSE %build @@ -37,5 +36,8 @@ node test.js %{nodejs_sitelib}/%{module_name} %changelog +* Mon Nov 7 2022 hkgy - 4.0.2-1 +- Upgrade to v4.0.2 + * Wed Aug 12 2020 wangyue - 4.0.1-1 - package init diff --git a/xtend-4.0.1.tgz b/xtend-4.0.1.tgz deleted file mode 100644 index 56d3428..0000000 Binary files a/xtend-4.0.1.tgz and /dev/null differ diff --git a/xtend-4.0.2.tgz b/xtend-4.0.2.tgz new file mode 100644 index 0000000..0634db8 Binary files /dev/null and b/xtend-4.0.2.tgz differ