From b8de22e7d6b4c27ccfdc2ae7e4fee8ced56660fa985f41d509619f4c9b1f67c1 Mon Sep 17 00:00:00 2001 From: Bruno Pitrus Date: Thu, 2 Nov 2023 18:54:04 +0000 Subject: [PATCH] Accepting request 1122943 from home:dziobian:gulgul-ultron:19 - New upstream release 27.0.3 * Updated Chromium to 118.0.5993.120 * Fixed an issue where navigator.keyboard.lock() did not work per latest expected behavior OBS-URL: https://build.opensuse.org/request/show/1122943 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=106 --- create_tarball.sh | 2 +- electron-27.0.2.tar.zst | 3 --- electron-27.0.3.tar.zst | 3 +++ nodejs-electron.changes | 7 +++++++ nodejs-electron.spec | 6 +++--- 5 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 electron-27.0.2.tar.zst create mode 100644 electron-27.0.3.tar.zst diff --git a/create_tarball.sh b/create_tarball.sh index 400b697..cb8815f 100644 --- a/create_tarball.sh +++ b/create_tarball.sh @@ -235,7 +235,7 @@ keeplibs=( third_party/libavif #leap too old #third_party/libgav1 #Usage of private headers (ObuFrameHeader from utils/types.h) in VAAPI code only third_party/libphonenumber #Depends on protobuf which cannot be unbundled - third_party/libsrtp #Use of private headers. they were public in libsrtp1 + third_party/libsrtp #Needs to be built against boringssl, not openssl third_party/libsync #not yet in any distro third_party/libudev #Headers for a optional delay-loaded dependency third_party/liburlpattern #Derived code, not vendored dep. diff --git a/electron-27.0.2.tar.zst b/electron-27.0.2.tar.zst deleted file mode 100644 index 14beed0..0000000 --- a/electron-27.0.2.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80215b0ad7a2f70e059bef1a620f524d908439cc8557b555967aeff1acf16124 -size 539235137 diff --git a/electron-27.0.3.tar.zst b/electron-27.0.3.tar.zst new file mode 100644 index 0000000..97b66e5 --- /dev/null +++ b/electron-27.0.3.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006bf92504df36738ee996d5b693344ff05cf68efe45f731af037dbde9cbc11c +size 540361619 diff --git a/nodejs-electron.changes b/nodejs-electron.changes index 2cc52c5..8e1ad90 100644 --- a/nodejs-electron.changes +++ b/nodejs-electron.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Nov 1 20:28:50 UTC 2023 - Bruno Pitrus + +- New upstream release 27.0.3 + * Updated Chromium to 118.0.5993.120 + * Fixed an issue where navigator.keyboard.lock() did not work per latest expected behavior + ------------------------------------------------------------------- Thu Oct 26 17:25:56 UTC 2023 - Bruno Pitrus diff --git a/nodejs-electron.spec b/nodejs-electron.spec index 60d80fa..d9466a2 100644 --- a/nodejs-electron.spec +++ b/nodejs-electron.spec @@ -1,4 +1,4 @@ -# + # # spec file for package nodejs-electron # # Copyright (c) 2022 SUSE LLC @@ -214,14 +214,14 @@ BuildArch: i686 # protobuf | third_party/protobuf | Fork. # rnnoise | third_party/rnnoise | Internal api use. # sqlite | third_party/sqlite | Fork. -# srtp / srtp2 | third_party/libsrtp | Api matches neither version 1 nor 2 of this library. +# srtp / srtp2 | third_party/libsrtp | Needs to be built against boringssl, not openssl # uv | third_party/electron_node/deps/uv | Heavily modified version which is exposed as part of Electron's public ABI. Name: nodejs-electron -Version: 27.0.2 +Version: 27.0.3 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