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 2023-05-12 20:32:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-common (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs-common.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs-common"

Fri May 12 20:32:15 2023 rev:18 rq:1084077 version:5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs-common/nodejs-common.changes      
2022-10-25 11:18:21.805918020 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs-common.new.1533/nodejs-common.changes    
2023-05-12 20:32:16.816428754 +0200
@@ -1,0 +2,10 @@
+Tue Apr 25 02:11:10 UTC 2023 - [email protected]
+
+- Use NodeJS 18 as default for ALP
+
+-------------------------------------------------------------------
+Wed Apr 19 13:38:14 UTC 2023 - Adam Majer <[email protected]>
+
+- Use NodeJS 20 as default for TW
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nodejs-common.spec ++++++
--- /var/tmp/diff_new_pack.o1FTxj/_old  2023-05-12 20:32:18.616439086 +0200
+++ /var/tmp/diff_new_pack.o1FTxj/_new  2023-05-12 20:32:18.620439109 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nodejs-common
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 ###########################################################
 
 %define NODEJS_LTS      18
-%define NODEJS_CURRENT  19
+%define NODEJS_CURRENT  20
 
 %if 0%{?suse_version} > 1500 || 0%{?fedora_version}
 %bcond_without libalternatives
@@ -41,10 +41,15 @@
 %else
 
 # TW
-%if 0%{?suse_version} > 1500
+%if 0%{?suse_version} >= 1699
 %define default_node_ver %NODEJS_CURRENT
 
 %else
+# ALP
+%if 0%{?suse_version} >= 1600
+%define default_node_ver %NODEJS_LTS
+
+%else
 
 # SLE-15 variants, variation based on SP
 %if 0%{?sle_version} >= 150000 && 0%{?sle_version} < 150200
@@ -70,6 +75,9 @@
 # SLE-15 variants
 %endif
 
+# ALP
+%endif
+
 # TW
 %endif
 

Reply via email to