Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package nodejs-electron for openSUSE:Factory
checked in at 2026-01-26 11:02:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-electron (Old)
and /work/SRC/openSUSE:Factory/.nodejs-electron.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs-electron"
Mon Jan 26 11:02:28 2026 rev:177 rq:1328950 version:37.10.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs-electron/nodejs-electron.changes
2025-12-09 12:59:18.266543591 +0100
+++
/work/SRC/openSUSE:Factory/.nodejs-electron.new.1928/nodejs-electron.changes
2026-01-26 11:02:32.218512141 +0100
@@ -1,0 +2,5 @@
+Fri Jan 23 18:39:58 UTC 2026 - Bruno Pitrus <[email protected]>
+
+- Add quiche-quiche_buffer_allocator-missing-memcpy.patch to fix ftbfs
+
+-------------------------------------------------------------------
New:
----
quiche-quiche_buffer_allocator-missing-memcpy.patch
----------(New B)----------
New:
- Add quiche-quiche_buffer_allocator-missing-memcpy.patch to fix ftbfs
----------(New E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nodejs-electron.spec ++++++
--- /var/tmp/diff_new_pack.QRtkPn/_old 2026-01-26 11:02:37.526733572 +0100
+++ /var/tmp/diff_new_pack.QRtkPn/_new 2026-01-26 11:02:37.526733572 +0100
@@ -388,6 +388,7 @@
Patch3225: webrtc-pipewire_session-missing-spa_pod_object_find_prop.patch
Patch3226: linux_seccomp-SYS_SECCOMP.patch
Patch3227:
text_break_iterator-icu78-breakAllLineBreakClassTable-should-be-consistent.patch
+Patch3228: quiche-quiche_buffer_allocator-missing-memcpy.patch
# Patches to re-enable upstream force disabled features.
# There's no sense in submitting them but they may be reused as-is by other
packagers.
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.QRtkPn/_old 2026-01-26 11:02:37.686740245 +0100
+++ /var/tmp/diff_new_pack.QRtkPn/_new 2026-01-26 11:02:37.698740745 +0100
@@ -1,6 +1,6 @@
-mtime: 1765224085
-commit: ea59312edc5bb27fb33f754861e138ac9e0b8cbdfa6287b8800ebe25e05667c8
+mtime: 1769194434
+commit: e5277883907bdb0f39ea170ef4cbc9b4d8eec07c70d7275bb87c510ada1df838
url: https://src.opensuse.org/nodejs/nodejs-electron.git
-revision: ea59312edc5bb27fb33f754861e138ac9e0b8cbdfa6287b8800ebe25e05667c8
+revision: e5277883907bdb0f39ea170ef4cbc9b4d8eec07c70d7275bb87c510ada1df838
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-23 19:54:44.000000000 +0100
@@ -0,0 +1 @@
+.osc
++++++ quiche-quiche_buffer_allocator-missing-memcpy.patch ++++++
--- src/net/third_party/quiche/src/quiche/common/quiche_buffer_allocator.h.orig
2025-11-25 20:19:53.825758876 +0100
+++ src/net/third_party/quiche/src/quiche/common/quiche_buffer_allocator.h
2026-01-23 17:39:59.021830593 +0100
@@ -6,6 +6,7 @@
#define QUICHE_COMMON_QUICHE_BUFFER_ALLOCATOR_H_
#include <stddef.h>
+#include <string.h>
#include <memory>