7
0

Accepting request 1122944 from devel:languages:nodejs

OBS-URL: https://build.opensuse.org/request/show/1122944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nodejs-electron?expand=0&rev=87
This commit is contained in:
2023-11-03 21:19:35 +00:00
committed by Git OBS Bridge
5 changed files with 14 additions and 7 deletions

View File

@@ -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.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80215b0ad7a2f70e059bef1a620f524d908439cc8557b555967aeff1acf16124
size 539235137

3
electron-27.0.3.tar.zst Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:006bf92504df36738ee996d5b693344ff05cf68efe45f731af037dbde9cbc11c
size 540361619

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Nov 1 20:28:50 UTC 2023 - Bruno Pitrus <brunopitrus@hotmail.com>
- 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 <brunopitrus@hotmail.com>

View File

@@ -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