!5 Upgrade to 2.0.6

From: @starlet-dx 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-10-31 00:58:19 +00:00 committed by Gitee
commit d2d1f24b2d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
foreach-2.0.6.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%{?nodejs_find_provides_and_requires} %{?nodejs_find_provides_and_requires}
Name: nodejs-foreach Name: nodejs-foreach
Version: 2.0.5 Version: 2.0.6
Release: 2 Release: 1
Summary: Iterate over the key value pairs of an object Summary: Iterate over the key value pairs of an object
License: MIT License: MIT
URL: https://github.com/manuelstofer/foreach 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 BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging BuildRequires: nodejs-packaging
@ -15,7 +15,7 @@ Iterate over the key value pairs of either an array-like
object or a dictionary like object. object or a dictionary like object.
%prep %prep
%setup -q -n package %autosetup -n foreach-%{version} -p1
rm -rf node_modules rm -rf node_modules
%build %build
@ -36,6 +36,9 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/foreach
%{nodejs_sitelib}/foreach %{nodejs_sitelib}/foreach
%changelog %changelog
* Mon Oct 30 2023 yaoxin <yao_xin001@hoperun.com> - 2.0.6-1
- Upgrade to 2.0.6
* Thu Nov 26 2020 leiju <leiju4@huawei.com> - 2.0.5-2 * Thu Nov 26 2020 leiju <leiju4@huawei.com> - 2.0.5-2
- delete nodejs-foreach.spec.old redundancy file - delete nodejs-foreach.spec.old redundancy file