!5 Upgrade to 2.18.0
From: @starlet-dx Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
46e5c341d0
BIN
nan-2.16.0.tgz
BIN
nan-2.16.0.tgz
Binary file not shown.
BIN
nan-2.18.0.tar.gz
Normal file
BIN
nan-2.18.0.tar.gz
Normal file
Binary file not shown.
@ -2,11 +2,11 @@
|
||||
%{?nodejs_find_provides_and_requires}
|
||||
Summary: Native Abstractions for Node.js
|
||||
Name: nodejs-%{npm_name}
|
||||
Version: 2.16.0
|
||||
Version: 2.18.0
|
||||
Release: 1
|
||||
License: MIT
|
||||
URL: https://github.com/nodejs/nan
|
||||
Source0: https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
|
||||
Source0: https://github.com/nodejs/nan/archive/v%{version}/%{npm_name}-%{version}.tar.gz
|
||||
BuildRequires: nodejs-packaging
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
@ -24,7 +24,7 @@ to develop native Node.js add-on without having to inspect
|
||||
NODE_MODULE_VERSION and get yourself into a macro-tangle.
|
||||
|
||||
%prep
|
||||
%setup -q -n package
|
||||
%autosetup -n %{npm_name}-%{version} -p1
|
||||
|
||||
%build
|
||||
|
||||
@ -57,6 +57,9 @@ if st and st.type == "directory" then
|
||||
end
|
||||
|
||||
%changelog
|
||||
* Mon Oct 30 2023 yaoxin <yao_xin001@hoperun.com> - 2.18.0-1
|
||||
- Upgrade to 2.18.0
|
||||
|
||||
* Wed Jul 06 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 2.16.0-1
|
||||
- Upgrade to 2.16.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user