Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package element-web for openSUSE:Factory 
checked in at 2022-11-03 19:14:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/element-web (Old)
 and      /work/SRC/openSUSE:Factory/.element-web.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "element-web"

Thu Nov  3 19:14:03 2022 rev:24 rq:1032932 version:1.11.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/element-web/element-web.changes  2022-10-22 
14:13:47.308837737 +0200
+++ /work/SRC/openSUSE:Factory/.element-web.new.2275/element-web.changes        
2022-11-03 19:14:29.536116100 +0100
@@ -1,0 +2,9 @@
+Wed Nov  2 15:27:37 UTC 2022 - Dominik Heidler <dheid...@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.
+
+-------------------------------------------------------------------

Old:
----
  element-web-1.11.10.tar.gz

New:
----
  element-web-1.11.13.tar.gz

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

Other differences:
------------------
++++++ element-web.spec ++++++
--- /var/tmp/diff_new_pack.eRNsNF/_old  2022-11-03 19:14:32.344132612 +0100
+++ /var/tmp/diff_new_pack.eRNsNF/_new  2022-11-03 19:14:32.348132636 +0100
@@ -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 @@
 Source3:        prepare.sh
 Patch0:         fix-webpack-oom.patch
 BuildRequires:  yarn
+BuildRequires:  nodejs18
 BuildArch:      noarch
 
 %description

++++++ element-web-1.11.10.tar.gz -> element-web-1.11.13.tar.gz ++++++
++++ 4659 lines of diff (skipped)

++++++ npm-packages-offline-cache.tar.gz ++++++
/work/SRC/openSUSE:Factory/element-web/npm-packages-offline-cache.tar.gz 
/work/SRC/openSUSE:Factory/.element-web.new.2275/npm-packages-offline-cache.tar.gz
 differ: char 12, line 1

++++++ prepare.sh ++++++
--- /var/tmp/diff_new_pack.eRNsNF/_old  2022-11-03 19:14:32.652134423 +0100
+++ /var/tmp/diff_new_pack.eRNsNF/_new  2022-11-03 19:14:32.656134447 +0100
@@ -37,7 +37,7 @@
 # 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/_/-}"

Reply via email to