!5 Upgrade to 0.3.3

From: @starlet-dx 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-11-10 01:21:03 +00:00 committed by Gitee
commit ea0e60d008
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 5 deletions

Binary file not shown.

BIN
for-each-0.3.3.tar.gz Normal file

Binary file not shown.

View File

@ -2,12 +2,12 @@
%global packagename for-each
%global enable_tests 1
Name: nodejs-for-each
Version: 0.3.2
Release: 2
Version: 0.3.3
Release: 1
Summary: A better forEach
License: MIT
URL: https://github.com/Raynos/for-each
Source0: https://registry.npmjs.org/%{packagename}/-/%{packagename}-%{version}.tgz
Source0: https://github.com/Raynos/for-each/archive/v%{version}/%{packagename}-%{version}.tar.gz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging npm(is-function)
@ -18,7 +18,7 @@ BuildRequires: npm(tape)
A better forEach
%prep
%autosetup -n package
%autosetup -n %{packagename}-%{version} -p1
%build
@ -39,10 +39,13 @@ cp -pr package.json index.js \
%files
%doc *.md
%license LICENCE
%license LICENSE
%{nodejs_sitelib}/%{packagename}
%changelog
* Thu Nov 09 2023 yaoxin <yao_xin001@hoperun.com> - 0.3.3-1
- Upgrade to 0.3.3
* Thu Nov 26 2020 leiju <leiju4@huawei.com> - 0.3.2-2
- delete nodejs-for-each.spec.old redundancy file