diff --git a/nan-2.16.0.tgz b/nan-2.16.0.tgz deleted file mode 100644 index 26925e8..0000000 Binary files a/nan-2.16.0.tgz and /dev/null differ diff --git a/nan-2.18.0.tar.gz b/nan-2.18.0.tar.gz new file mode 100644 index 0000000..2282cf1 Binary files /dev/null and b/nan-2.18.0.tar.gz differ diff --git a/nodejs-nan.spec b/nodejs-nan.spec index c9ec9bb..548ede8 100644 --- a/nodejs-nan.spec +++ b/nodejs-nan.spec @@ -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 - 2.18.0-1 +- Upgrade to 2.18.0 + * Wed Jul 06 2022 xigaoxinyan - 2.16.0-1 - Upgrade to 2.16.0