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 2022-05-09 18:44:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-electron (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs-electron.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs-electron"

Mon May  9 18:44:21 2022 rev:23 rq:975759 version:17.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs-electron/nodejs-electron.changes  
2022-04-22 21:54:15.442806209 +0200
+++ 
/work/SRC/openSUSE:Factory/.nodejs-electron.new.1538/nodejs-electron.changes    
    2022-05-09 18:45:03.452274616 +0200
@@ -1,0 +2,19 @@
+Sun May  8 18:58:12 UTC 2022 - Bruno Pitrus <brunopit...@hotmail.com>
+- Update to 17.4.3:
+  * Fixed child_process.spawn ENOENT error with cwd option.
+  * Apply senderFrame details to ipcMain port event.
+  * Added BrowserWindow method to change the button color,
+    symbol color, and height of a window with WCO enabled.
+  * Fixed a potential crash in Browser.getFocusedWindow() when child windows 
are closed.
+  * Fixed an issue where the the window bounds would incorrectly change 
+    if BrowserWindow.unmaximize was called on a window whose user bounds were 
maximized.
+  * Fixed incorrect return value of app.requestSingleInstanceLock()
+    when setting non-existent user data folder.
+  * Fixed issues with frameless window animations and styling.
+  * Backported security fixes: CVE-2022-1478, CVE-2022-1479,
+    CVE-2022-1480, CVE-2022-1482, CVE-2022-1483, CVE-2022-1485,
+    CVE-2022-1492, CVE-2022-1305, CVE-2022-1308, CVE-2022-1310,
+    CVE-2022-1314, CVE-2022-1364, CVE-2022-1306, CVE-2022-1134,
+    CVE-2022-1138, CVE-2022-23308.
+
+-------------------------------------------------------------------

Old:
----
  electron-17.3.1.tar.xz

New:
----
  electron-17.4.3.tar.xz

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

Other differences:
------------------
++++++ nodejs-electron.spec ++++++
--- /var/tmp/diff_new_pack.04i6tP/_old  2022-05-09 18:45:18.964292810 +0200
+++ /var/tmp/diff_new_pack.04i6tP/_new  2022-05-09 18:45:18.968292814 +0200
@@ -74,7 +74,7 @@
 %endif
 %bcond_without system_ffmpeg
 Name:           nodejs-electron
-Version:        17.3.1
+Version:        17.4.3
 Release:        0
 Summary:        Build cross platform desktop apps with JavaScript, HTML, and 
CSS
 License:        MIT

++++++ create_tarball.sh ++++++
--- /var/tmp/diff_new_pack.04i6tP/_old  2022-05-09 18:45:19.072292937 +0200
+++ /var/tmp/diff_new_pack.04i6tP/_new  2022-05-09 18:45:19.084292950 +0200
@@ -3,6 +3,8 @@
 #
 # Copyright (c) 2021 Andreas Schneider <a...@cryptomilk.org>
 # License: GPLv3
+#
+# dnf install python3-base git-core npm16 yarn python2-base
 
 ELECTRON_PKGVERSION="$(rpmspec -P ./*.spec | grep Version | sed -e 
's/Version:[ ]*//g')"
 ELECTRON_PKGNAME="electron"
@@ -57,7 +59,7 @@
 EOF
 
 echo ">>>>>> Downloading electron-${ELECTRON_PKGVERSION}"
-gclient sync --jobs 4 --nohooks --with_branch_heads --with_tags 
--revision=v"${ELECTRON_PKGVERSION}"
+gclient sync --jobs 4 --nohooks --no-history --shallow 
--revision=v"${ELECTRON_PKGVERSION}"
 if [ $? -ne 0 ]; then
     echo "ERROR: gclient sync failed"
     cleanup_and_exit 1

++++++ electron-17.3.1.tar.xz -> electron-17.4.3.tar.xz ++++++
/work/SRC/openSUSE:Factory/nodejs-electron/electron-17.3.1.tar.xz 
/work/SRC/openSUSE:Factory/.nodejs-electron.new.1538/electron-17.4.3.tar.xz 
differ: char 15, line 1

Reply via email to