update to 1.4.1
This commit is contained in:
parent
79f7c52b4c
commit
96d3765adb
@ -1,19 +1,19 @@
|
|||||||
%{?nodejs_find_provides_and_requires}
|
%{?nodejs_find_provides_and_requires}
|
||||||
Name: nodejs-once
|
Name: nodejs-once
|
||||||
Version: 1.3.3
|
Version: 1.4.1
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Run a function exactly one time
|
Summary: Run a function exactly one time
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
License: ISC
|
License: ISC
|
||||||
URL: https://github.com/isaacs/once
|
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
|
BuildRequires: nodejs-packaging
|
||||||
%description
|
%description
|
||||||
Run a function exactly one time.
|
Run a function exactly one time.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n package
|
%setup -q -n once-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -28,6 +28,9 @@ cp -pr package.json once.js %{buildroot}%{nodejs_sitelib}/once
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 9 2022 liyanan <liyanan32@h-partners.com> - 1.3.3-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
BIN
once-1.3.3.tgz
BIN
once-1.3.3.tgz
Binary file not shown.
BIN
v1.4.1.tar.gz
Normal file
BIN
v1.4.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user