From 281c4fb436da3b2bb5e853a61c9561e856c189f7 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 07:40:41 +0100 Subject: [PATCH] automatic version update by autodist [release 18.11.0-1mamba;Sat Oct 15 2022] --- nodejs.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/nodejs.spec b/nodejs.spec index 328d93a..b8dc378 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,5 +1,5 @@ Name: nodejs -Version: 18.10.0 +Version: 18.11.0 Release: 1mamba Summary: Evented I/O for V8 JavaScript Group: System/Servers @@ -35,13 +35,14 @@ This package contains libraries and header files for developing applications tha %prep %setup -q -n node-v%{version} -#-D -T %build -#:<< _EOF %ifnarch x86_64 export CFLAGS="%{optflags} -g0 -Wl,--no-keep-memory -fuse-ld=gold -Wl,--no-map-whole-files -Wl,--no-keep-files-mapped" export CXXFLAGS="%{optflags} -g0 -Wl,--no-keep-memory -fuse-ld=gold -Wl,--no-map-whole-files -Wl,--no-keep-files-mapped" +%else +export CFLAGS="%{optflags}" +export CXXFLAGS="%{optflags}" %endif ./configure \ @@ -58,7 +59,8 @@ export CXXFLAGS="%{optflags} -g0 -Wl,--no-keep-memory -fuse-ld=gold -Wl,--no-map --dest-cpu=arm --with-arm-float-abi=softfp --with-arm-fpu=neon %endif -%make -j2 +# Not using % make because setting different CFLAGS will do the whole rebuild in % makeinstall +make -j2 # --shared-nghttp2 # --without-npm \ @@ -107,6 +109,9 @@ ln -s node %{buildroot}/%{_bindir}/nodejs #%doc ChangeLog %changelog +* Sat Oct 15 2022 Automatic Build System 18.11.0-1mamba +- automatic version update by autodist + * Thu Sep 29 2022 Automatic Build System 18.10.0-1mamba - automatic version update by autodist