forked from pool/nodejs-electron
Accepting request 1183969 from devel:languages:nodejs
OBS-URL: https://build.opensuse.org/request/show/1183969 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nodejs-electron?expand=0&rev=122
This commit is contained in:
@@ -6,3 +6,4 @@ Exec=electron %u
|
|||||||
Categories=Development;GTK;
|
Categories=Development;GTK;
|
||||||
NoDisplay=true
|
NoDisplay=true
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
StartupWMClass=electron
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:56fe6478254038ecc1060de6ca3cb1c5db3882b1c298d85b98b24974fb99cfeb
|
|
||||||
size 572715929
|
|
||||||
3
electron-29.4.3.tar.zst
Normal file
3
electron-29.4.3.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f98d6f6f8f513591eb22f8afbc191b496059ce2c56b957fc50e769d6fbb0c84
|
||||||
|
size 573606884
|
||||||
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 28 16:56:51 UTC 2024 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||||
|
|
||||||
|
- New upstream release 29.4.3
|
||||||
|
* Fixed an issue where navigator.usb.getDevices() could crash in some circumstances.
|
||||||
|
* Fixed an issue where bad flags passed via --js-flags could cause a crash.
|
||||||
|
* Fixed an issue where control could fail to return properly after saving a dialog using showOpenDialogSync on Linux.
|
||||||
|
* Fixed an issue where some calls to WebUSB methods could crash.
|
||||||
|
* Fixed potentially incorrect exit code in UtilityProcess.
|
||||||
|
* Fixed support for multiple folder/file selection in //shell_dialogs portal implementation.
|
||||||
|
* Security fixes for CVE-2024-5499 CVE-2024-5493 CVE-2024-5496 (bsc#1225690)
|
||||||
|
* Security fixes for CVE-2024-5158 CVE-2024-5157 CVE-2024-5159 (bsc#1224818)
|
||||||
|
* Security fixes for CVE-2024-6100 CVE-2024-6101 (bsc#1226504)
|
||||||
|
- Correct .desktop file name to match the CHROME_DESKTOP environment variable.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 12 14:54:32 UTC 2024 - Bruno Pitrus <brunopitrus@hotmail.com>
|
Wed Jun 12 14:54:32 UTC 2024 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -209,7 +209,7 @@ BuildArch: i686
|
|||||||
|
|
||||||
|
|
||||||
Name: nodejs-electron
|
Name: nodejs-electron
|
||||||
Version: 29.4.2
|
Version: 29.4.3
|
||||||
%global tag_version %version
|
%global tag_version %version
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Build cross platform desktop apps with JavaScript, HTML, and CSS
|
Summary: Build cross platform desktop apps with JavaScript, HTML, and CSS
|
||||||
@@ -219,7 +219,7 @@ URL: https://github.com/electron/electron
|
|||||||
Source0: %{mod_name}-%{tag_version}.tar.zst
|
Source0: %{mod_name}-%{tag_version}.tar.zst
|
||||||
Source1: create_tarball.sh
|
Source1: create_tarball.sh
|
||||||
Source10: electron-launcher.sh
|
Source10: electron-launcher.sh
|
||||||
Source11: electron.desktop
|
Source11: Electron.desktop
|
||||||
|
|
||||||
|
|
||||||
# Reverse upstream changes to be able to build against ffmpeg-4
|
# Reverse upstream changes to be able to build against ffmpeg-4
|
||||||
@@ -898,7 +898,7 @@ unset MALLOC_PERTURB_
|
|||||||
|
|
||||||
%if %{with lto}
|
%if %{with lto}
|
||||||
%ifarch aarch64
|
%ifarch aarch64
|
||||||
export LDFLAGS="$LDFLAGS -flto=auto --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=4 --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
|
%else
|
||||||
# x64 is fine with the the default settings (the machines have 30GB+ ram)
|
# x64 is fine with the the default settings (the machines have 30GB+ ram)
|
||||||
export LDFLAGS="$LDFLAGS -flto=auto"
|
export LDFLAGS="$LDFLAGS -flto=auto"
|
||||||
@@ -1459,7 +1459,7 @@ ln -srv third_party -t out/Release
|
|||||||
%files
|
%files
|
||||||
%license electron/LICENSE out/Release/LICENSES.chromium.html
|
%license electron/LICENSE out/Release/LICENSES.chromium.html
|
||||||
%{_bindir}/electron
|
%{_bindir}/electron
|
||||||
%{_datadir}/applications/electron.desktop
|
%{_datadir}/applications/Electron.desktop
|
||||||
%{_datadir}/icons/hicolor/16x16/apps/electron.png
|
%{_datadir}/icons/hicolor/16x16/apps/electron.png
|
||||||
%{_datadir}/icons/hicolor/32x32/apps/electron.png
|
%{_datadir}/icons/hicolor/32x32/apps/electron.png
|
||||||
%{_datadir}/icons/hicolor/48x48/apps/electron.png
|
%{_datadir}/icons/hicolor/48x48/apps/electron.png
|
||||||
|
|||||||
Reference in New Issue
Block a user