!3 update to 1.4.1

From: @lyn1001 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
This commit is contained in:
openeuler-ci-bot 2023-11-01 09:08:32 +00:00 committed by Gitee
commit ed6ec6f92c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

View File

@ -1,19 +1,19 @@
%{?nodejs_find_provides_and_requires}
Name: nodejs-once
Version: 1.3.3
Release: 2
Version: 1.4.1
Release: 1
Summary: Run a function exactly one time
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
License: ISC
URL: https://github.com/isaacs/once
Source0: https://registry.npmjs.org/once/-/once-%{version}.tgz
Source0: https://github.com/isaacs/once/archive/refs/tags/v%{version}.tar.gz
BuildRequires: nodejs-packaging
%description
Run a function exactly one time.
%prep
%setup -q -n package
%setup -q -n once-%{version}
%build
@ -28,6 +28,9 @@ cp -pr package.json once.js %{buildroot}%{nodejs_sitelib}/once
%license LICENSE
%changelog
* Wed Nov 1 2023 liyanan <liyanan61@h-parners.com> - 1.4.1-1
- Update to 1.4.1
* Mon May 9 2022 liyanan <liyanan32@h-partners.com> - 1.3.3-2
- License compliance rectification

Binary file not shown.

BIN
v1.4.1.tar.gz Normal file

Binary file not shown.