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 2024-05-29 19:36:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-electron (Old)
and /work/SRC/openSUSE:Factory/.nodejs-electron.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs-electron"
Wed May 29 19:36:00 2024 rev:119 rq:1177417 version:29.4.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs-electron/nodejs-electron.changes
2024-05-16 17:18:54.536041442 +0200
+++
/work/SRC/openSUSE:Factory/.nodejs-electron.new.24587/nodejs-electron.changes
2024-05-29 19:36:41.206302469 +0200
@@ -1,0 +2,6 @@
+Thu May 23 19:16:26 UTC 2024 - Bruno Pitrus <[email protected]>
+
+- New upstream release 29.4.1
+ * no user-visible changes
+
+-------------------------------------------------------------------
Old:
----
electron-29.4.0.tar.zst
New:
----
electron-29.4.1.tar.zst
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nodejs-electron.spec ++++++
--- /var/tmp/diff_new_pack.I8ZVt9/_old 2024-05-29 19:36:48.166554355 +0200
+++ /var/tmp/diff_new_pack.I8ZVt9/_new 2024-05-29 19:36:48.166554355 +0200
@@ -214,7 +214,7 @@
Name: nodejs-electron
-Version: 29.4.0
+Version: 29.4.1
%global tag_version %version
Release: 0
Summary: Build cross platform desktop apps with JavaScript, HTML, and
CSS
@@ -912,7 +912,7 @@
%if %{with lto}
%ifarch aarch64
-export LDFLAGS="$LDFLAGS -flto=3 --param ggc-min-expand=20 --param
ggc-min-heapsize=32768 --param lto-max-streaming-parallelism=1
-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
+export LDFLAGS="$LDFLAGS -flto=2 --param ggc-min-expand=20 --param
ggc-min-heapsize=32768 --param lto-max-streaming-parallelism=1
-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
%else
# x64 is fine with the the default settings (the machines have 30GB+ ram)
export LDFLAGS="$LDFLAGS -flto=auto"