!5 Upgrade to 2.18.0

From: @starlet-dx 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-10-31 00:59:35 +00:00 committed by Gitee
commit 46e5c341d0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
nan-2.18.0.tar.gz Normal file

Binary file not shown.

View File

@ -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