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-02-08 19:03:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs-electron (Old) and /work/SRC/openSUSE:Factory/.nodejs-electron.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs-electron" Thu Feb 8 19:03:24 2024 rev:99 rq:1145106 version:27.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/nodejs-electron/nodejs-electron.changes 2024-02-01 18:06:46.274097435 +0100 +++ /work/SRC/openSUSE:Factory/.nodejs-electron.new.1815/nodejs-electron.changes 2024-02-08 19:05:13.473767706 +0100 @@ -1,0 +2,8 @@ +Wed Feb 7 15:46:36 UTC 2024 - Bruno Pitrus <brunopit...@hotmail.com> + +- New upstream release 27.3.2 + * Fixed an issue where select-usb-device did not respect the filter option in navigator.usb.requestDevice() + * Add an extra field to process.versions to attach information about the build vendor + * Multiple security fixes for Blink, RTC and Network + +------------------------------------------------------------------- Old: ---- electron-27.3.1.tar.zst New: ---- electron-27.3.2.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nodejs-electron.spec ++++++ --- /var/tmp/diff_new_pack.Ju3KW5/_old 2024-02-08 19:05:20.566024600 +0100 +++ /var/tmp/diff_new_pack.Ju3KW5/_new 2024-02-08 19:05:20.570024745 +0100 @@ -236,7 +236,7 @@ Name: nodejs-electron -Version: 27.3.1 +Version: 27.3.2 Release: 0 Summary: Build cross platform desktop apps with JavaScript, HTML, and CSS License: AFL-2.0 AND Apache-2.0 AND blessing AND BSD-2-Clause AND BSD-3-Clause AND BSD-Protection AND BSD-Source-Code AND bzip2-1.0.6 AND IJG AND ISC AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND MIT AND MIT-CMU AND MIT-open-group AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later) AND MPL-2.0 AND OpenSSL AND SGI-B-2.0 AND SUSE-Public-Domain AND X11 @@ -1101,6 +1101,7 @@ # Available options: out/Release/gn args --list out/Release/ myconf_gn="" myconf_gn+=' override_electron_version="%{version}"' +myconf_gn+=' electron_vendor_version="suse:Electron for openSUSE"' myconf_gn+=" custom_toolchain=\"//build/toolchain/linux/unbundle:default\"" myconf_gn+=" host_toolchain=\"//build/toolchain/linux/unbundle:default\"" myconf_gn+=" use_custom_libcxx=false"