SHA256
1
0
forked from pool/element-web

Accepting request 1032932 from devel:languages:nodejs

version update

OBS-URL: https://build.opensuse.org/request/show/1032932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-web?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2022-11-03 18:14:03 +00:00 committed by Git OBS Bridge
commit 3dab94ce93
6 changed files with 17 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75e09de4c0639f4b60d25af0043e030a53cc56d28ad4a22a91641217749c9252
size 1469403

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25ec5a29c051ebfb3ba950dcfde5c6d070fae2b5abae08bc606ee51b0b21d270
size 1469294

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Nov 2 15:27:37 UTC 2022 - Dominik Heidler <dheidler@suse.de>
- Version 1.11.13
## 🐛 Bug Fixes
* Fix default behavior of Room.getBlacklistUnverifiedDevices ([\#2830](https://github.com/matrix-org/matrix-js-sdk/pull/2830)). Contributed by @duxovni.
* Catch server versions API call exception when starting the client ([\#2828](https://github.com/matrix-org/matrix-js-sdk/pull/2828)). Fixes vector-im/element-web#23634.
* Fix authedRequest including `Authorization: Bearer undefined` for password resets ([\#2822](https://github.com/matrix-org/matrix-js-sdk/pull/2822)). Fixes vector-im/element-web#23655.
-------------------------------------------------------------------
Wed Oct 19 15:07:28 UTC 2022 - Andreas Schwab <schwab@suse.de>

View File

@ -17,7 +17,7 @@
Name: element-web
Version: 1.11.10
Version: 1.11.13
Release: 0
Summary: A glossy Matrix collaboration client - web files
License: Apache-2.0
@ -28,6 +28,7 @@ Source2: jitsi_external_api.min.js
Source3: prepare.sh
Patch0: fix-webpack-oom.patch
BuildRequires: yarn
BuildRequires: nodejs18
BuildArch: noarch
%description

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44dbdebf9ddb90e13ae4b45dcae55fa19a270e98ccf941f51281b96678106ff4
size 96228612
oid sha256:eb14166fced1a71c5c42fa3a8efb9cfabeae96eabfa0cdad597566958b79eeb1
size 99184785

View File

@ -37,7 +37,7 @@ rm -r package
# fill sentry-cli cache with mock binaries for all architecutres
cd sentry-cli
sentry_cli_version=$(ls ../@sentry-cli-*.tgz | sed -e 's/.*cli-//' -e 's/.tgz//')
for arch in i686 x86_64 aarch64 armv7 riscv64; do
for arch in i686 x86_64 aarch64 armv7 riscv64 ppc64 ppc64le; do
url="https://downloads.sentry-cdn.com/sentry-cli/${sentry_cli_version}/sentry-cli-Linux-${arch}"
filehash=$(echo -n "$url" | md5sum | cut -c1-6)
target="${filehash}-sentry-cli-Linux-${arch/_/-}"