Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nodejs-common for openSUSE:Factory checked in at 2022-09-22 14:49:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs-common (Old) and /work/SRC/openSUSE:Factory/.nodejs-common.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs-common" Thu Sep 22 14:49:15 2022 rev:16 rq:1005138 version:5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nodejs-common/nodejs-common.changes 2022-01-14 23:13:15.310632353 +0100 +++ /work/SRC/openSUSE:Factory/.nodejs-common.new.2275/nodejs-common.changes 2022-09-22 14:49:18.742355197 +0200 @@ -1,0 +2,5 @@ +Sun Jul 31 15:51:38 UTC 2022 - Adam Majer <[email protected]> + +- Use NodeJS 18 as default for TW and for SLE15 SP5 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nodejs-common.spec ++++++ --- /var/tmp/diff_new_pack.fpvZz1/_old 2022-09-22 14:49:19.170356068 +0200 +++ /var/tmp/diff_new_pack.fpvZz1/_new 2022-09-22 14:49:19.174356076 +0200 @@ -25,8 +25,8 @@ # ########################################################### -%define NODEJS_LTS 16 -%define NODEJS_CURRENT 17 +%define NODEJS_LTS 18 +%define NODEJS_CURRENT 18 %if 0%{?suse_version} > 1500 || 0%{?fedora_version} %bcond_without libalternatives @@ -60,6 +60,10 @@ %endif %if 0%{?sle_version} >= 150400 && 0%{?sle_version} < 150500 +%define default_node_ver 16 +%endif + +%if 0%{?sle_version} >= 150500 && 0%{?sle_version} < 150600 %define default_node_ver %NODEJS_LTS %endif @@ -129,6 +133,7 @@ the current architecture and codestream. %prep + %build cp %{S:2} . gcc ${RPM_OPT_FLAGS} %?libalternatives_cflags -o node %{S:1} %?libalternatives_lflags
