diff --git a/foreach-2.0.5.tgz b/foreach-2.0.5.tgz deleted file mode 100644 index e7a6983..0000000 Binary files a/foreach-2.0.5.tgz and /dev/null differ diff --git a/foreach-2.0.6.tar.gz b/foreach-2.0.6.tar.gz new file mode 100644 index 0000000..6dcdc34 Binary files /dev/null and b/foreach-2.0.6.tar.gz differ diff --git a/nodejs-foreach.spec b/nodejs-foreach.spec index 92479dc..a64dfe2 100644 --- a/nodejs-foreach.spec +++ b/nodejs-foreach.spec @@ -1,11 +1,11 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-foreach -Version: 2.0.5 -Release: 2 +Version: 2.0.6 +Release: 1 Summary: Iterate over the key value pairs of an object License: MIT URL: https://github.com/manuelstofer/foreach -Source0: https://registry.npmjs.org/foreach/-/foreach-%{version}.tgz +Source0: https://github.com/manuelstofer/foreach/archive/%{version}/foreach-%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -15,7 +15,7 @@ Iterate over the key value pairs of either an array-like object or a dictionary like object. %prep -%setup -q -n package +%autosetup -n foreach-%{version} -p1 rm -rf node_modules %build @@ -36,6 +36,9 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/foreach %{nodejs_sitelib}/foreach %changelog +* Mon Oct 30 2023 yaoxin - 2.0.6-1 +- Upgrade to 2.0.6 + * Thu Nov 26 2020 leiju - 2.0.5-2 - delete nodejs-foreach.spec.old redundancy file