Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nodejs24 for openSUSE:Factory 
checked in at 2026-01-21 14:13:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs24 (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs24.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs24"

Wed Jan 21 14:13:13 2026 rev:6 rq:1327946 version:24.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs24/nodejs24.changes        2026-01-17 
21:42:33.489450447 +0100
+++ /work/SRC/openSUSE:Factory/.nodejs24.new.1928/nodejs24.changes      
2026-01-21 14:13:24.032943657 +0100
@@ -4,0 +5,2 @@
+  * deps: updated undici to 7.18.2 (bsc#1256848, CVE-2026-22036)
+  * deps: updated bundled c-ares to 1.34.6 (if used)

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

Other differences:
------------------
++++++ nodejs24.spec ++++++
--- /var/tmp/diff_new_pack.t39k63/_old  2026-01-21 14:13:25.348998629 +0100
+++ /var/tmp/diff_new_pack.t39k63/_new  2026-01-21 14:13:25.352998796 +0100
@@ -249,7 +249,7 @@
 %if ! 0%{with intree_cares}
 BuildRequires:  pkgconfig(libcares) >= 1.17.0
 %else
-Provides:       bundled(libcares2) = 1.34.5
+Provides:       bundled(libcares2) = 1.34.6
 %endif
 
 %if %node_version_number >= 22
@@ -341,7 +341,7 @@
 Provides:       bundled(node-cjs-module-lexer) = 2.1.0
 Provides:       bundled(node-corepack) = 0.34.2
 Provides:       bundled(node-minimatch) = 10.0.3
-Provides:       bundled(node-undici) = 7.16.0
+Provides:       bundled(node-undici) = 7.18.2
 
 %description
 Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js


++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.t39k63/_old  2026-01-21 14:13:25.445002639 +0100
+++ /var/tmp/diff_new_pack.t39k63/_new  2026-01-21 14:13:25.449002806 +0100
@@ -1,6 +1,6 @@
-mtime: 1768487391
-commit: 018f9b40a79ade5f7381608167b57c6ff9c3a648c76fd1733403172a8022b05d
+mtime: 1768756661
+commit: 3309665a121b70dd955a884294ad14bcee12228e7c3ad87f3c4ace83b8063d5e
 url: https://src.opensuse.org/nodejs/nodejs24.git
-revision: 018f9b40a79ade5f7381608167b57c6ff9c3a648c76fd1733403172a8022b05d
+revision: 3309665a121b70dd955a884294ad14bcee12228e7c3ad87f3c4ace83b8063d5e
 projectscmsync: https://src.opensuse.org/nodejs/_ObsPrj.git
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-01-18 18:17:58.000000000 +0100
@@ -0,0 +1,4 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/update_npm_tarball.sh new/update_npm_tarball.sh
--- old/update_npm_tarball.sh   1970-01-01 01:00:00.000000000 +0100
+++ new/update_npm_tarball.sh   2026-01-18 18:17:58.000000000 +0100
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+#
+# Fetch npm module tarball that is required to run unit tests
+# which are not provided by upstream tarball
+#
+set -e
+
+tar Jxf node-v*.tar.xz
+cd node-v*/tools/doc
+npm ci
+cd ../..
+exec tar Jcf ../node_modules.tar.xz tools/doc/node_modules

Reply via email to