From ab04e60cc024df01c5f73a856069f67e063d9fd2 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:29:42 +0100 Subject: [PATCH] rebuilt with nodejs 16.0.0 [release 2.6.1-2mamba;Tue May 04 2021] --- apm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apm.spec b/apm.spec index 9b0027c..f4e427b 100644 --- a/apm.spec +++ b/apm.spec @@ -1,6 +1,6 @@ Name: apm Version: 2.6.1 -Release: 1mamba +Release: 2mamba Summary: Atom Package Manager Group: System/Tools Vendor: openmamba @@ -18,7 +18,7 @@ BuildRequires: libsecret-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRequires: node-gyp -BuildRequires: nodejs +BuildRequires: nodejs >= 16.0.0 Requires: nodejs %description @@ -101,5 +101,8 @@ find %{buildroot}%{_prefix}/lib \ %doc LICENSE.md %changelog +* Tue May 04 2021 Silvan Calarco 2.6.1-2mamba +- rebuilt with nodejs 16.0.0 + * Sat Mar 20 2021 Silvan Calarco 2.6.1-1mamba - package created using the webbuild interface