update to 1.4.1

This commit is contained in:
lyn1001 2023-11-01 16:06:42 +08:00
parent 79f7c52b4c
commit 96d3765adb
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.