Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package element-desktop for openSUSE:Factory
checked in at 2024-11-13 15:29:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/element-desktop (Old)
and /work/SRC/openSUSE:Factory/.element-desktop.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "element-desktop"
Wed Nov 13 15:29:28 2024 rev:70 rq:1223677 version:1.11.85
Changes:
--------
--- /work/SRC/openSUSE:Factory/element-desktop/element-desktop.changes
2024-10-30 17:35:06.877962060 +0100
+++
/work/SRC/openSUSE:Factory/.element-desktop.new.2017/element-desktop.changes
2024-11-13 15:29:57.265455419 +0100
@@ -1,0 +2,33 @@
+Tue Nov 12 12:52:57 UTC 2024 - Dominik Heidler <[email protected]>
+
+- Version 1.11.85
+ # Security
+- Fixes for
https://github.com/element-hq/element-web/security/advisories/GHSA-w36j-v56h-q9pc
+- Fixes for
https://github.com/element-hq/element-web/security/advisories/GHSA-5486-384g-mcx2
+- Update JS SDK with the fixes for
https://github.com/matrix-org/matrix-js-sdk/security/advisories/GHSA-xvg8-m4x3-w6xr
+
+
+Version 1.11.84
+ ## ⨠Features
+
+ * Remove abandoned MSC3886, MSC3903, MSC3906 implementations
(https://github.com/element-hq/element-web/pull/28274). Contributed by @t3chguy.
+ * Update to React 18 (https://github.com/element-hq/element-web/pull/24763).
Contributed by @t3chguy.
+ * Deduplicate icons using Compound
(https://github.com/element-hq/element-web/pull/28239). Contributed by @t3chguy.
+ * Replace legacy Tooltips with Compound tooltips
(https://github.com/element-hq/element-web/pull/28231). Contributed by @t3chguy.
+ * Deduplicate icons using Compound Design Tokens
(https://github.com/element-hq/element-web/pull/28219). Contributed by @t3chguy.
+ * Add reactions to html export
(https://github.com/element-hq/element-web/pull/28210). Contributed by
@langleyd.
+ * Remove feature\_dehydration
(https://github.com/element-hq/element-web/pull/28173). Contributed by
@florianduros.
+
+ ## ð Bug Fixes
+
+ * Remove upgrade encryption in `DeviceListener` and `SetupEncryptionToast`
(https://github.com/element-hq/element-web/pull/28299). Contributed by
@florianduros.
+ * Fix 'remove alias' button in room settings
(https://github.com/element-hq/element-web/pull/28269). Contributed by
@Dev-Gurjar.
+ * Add back unencrypted path in `StopGapWidgetDriver.sendToDevice`
(https://github.com/element-hq/element-web/pull/28295). Contributed by
@florianduros.
+ * Fix other devices not being decorated as such
(https://github.com/element-hq/element-web/pull/28279). Contributed by @t3chguy.
+ * Fix pill contrast in invitation dialog
(https://github.com/element-hq/element-web/pull/28250). Contributed by
@florianduros.
+ * Close right panel chat when minimising maximised voip widget
(https://github.com/element-hq/element-web/pull/28241). Contributed by @t3chguy.
+ * Fix develop changelog parsing
(https://github.com/element-hq/element-web/pull/28232). Contributed by @t3chguy.
+ * Fix Ctrl+F shortcut not working with minimised room summary card
(https://github.com/element-hq/element-web/pull/28223). Contributed by @t3chguy.
+ * Fix network dropdown missing checkbox \& aria-checked
(https://github.com/element-hq/element-web/pull/28220). Contributed by @t3chguy.
+
+-------------------------------------------------------------------
Old:
----
element-desktop-1.11.83.tar.gz
New:
----
element-desktop-1.11.85.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ element-desktop.spec ++++++
--- /var/tmp/diff_new_pack.jgAoaI/_old 2024-11-13 15:29:59.077531107 +0100
+++ /var/tmp/diff_new_pack.jgAoaI/_new 2024-11-13 15:29:59.081531275 +0100
@@ -17,7 +17,7 @@
Name: element-desktop
-Version: 1.11.83
+Version: 1.11.85
Release: 0
Summary: A glossy Matrix collaboration client - desktop
License: AGPL-3.0-only or GPL-3.0-only
++++++ 7za-path.patch ++++++
--- /var/tmp/diff_new_pack.jgAoaI/_old 2024-11-13 15:29:59.105532277 +0100
+++ /var/tmp/diff_new_pack.jgAoaI/_new 2024-11-13 15:29:59.113532611 +0100
@@ -1,15 +1,23 @@
7-zip is not actually used during build
---- vendor/node_modules/builder-util/out/7za.js.orig 2024-05-15
21:11:29.747999000 +0200
-+++ vendor/node_modules/builder-util/out/7za.js 2024-05-15
23:22:09.712045854 +0200
-@@ -4,8 +4,7 @@ exports.getPath7x = exports.getPath7za =
- const _7zip_bin_1 = require("7zip-bin");
+--- vendor/node_modules/builder-util/out/7za.js.orig 2024-11-12
14:03:34.173010978 +0100
++++ vendor/node_modules/builder-util/out/7za.js 2024-11-12
14:05:06.720292070 +0100
+@@ -6,13 +6,15 @@
const fs_extra_1 = require("fs-extra");
+ const fs = require("fs");
async function getPath7za() {
-- await (0, fs_extra_1.chmod)(_7zip_bin_1.path7za, 0o755);
-- return _7zip_bin_1.path7za;
-+ return '/bin/false'
++ return '/bin/false';
+ if (fs.existsSync(_7zip_bin_1.path7za)) {
+ await (0, fs_extra_1.chmod)(_7zip_bin_1.path7za, 0o755);
+ }
+ return _7zip_bin_1.path7za;
}
- exports.getPath7za = getPath7za;
async function getPath7x() {
++ return '/bin/false';
+ await (0, fs_extra_1.chmod)(_7zip_bin_1.path7x, 0o755);
+ return _7zip_bin_1.path7x;
+ }
+-//# sourceMappingURL=7za.js.map
+\ Kein Zeilenumbruch am Dateiende.
++//# sourceMappingURL=7za.js.map
++++++ element-desktop-1.11.83.tar.gz -> element-desktop-1.11.85.tar.gz ++++++
++++ 4604 lines of diff (skipped)
++++++ hak-remove-devdependencies.patch ++++++
--- /var/tmp/diff_new_pack.jgAoaI/_old 2024-11-13 15:29:59.281539629 +0100
+++ /var/tmp/diff_new_pack.jgAoaI/_new 2024-11-13 15:29:59.281539629 +0100
@@ -1,9 +1,9 @@
hak fetch tries to download devDependencies for two modules. Unfortunately it
does so in a very non-deterministic manner (no shrinkwrap file)
Remove that step since the devDependencies are not actually needed for any of
these two modules.
---- element-desktop-1.11.65/scripts/hak/fetch.ts.orig 2024-04-23
15:14:00.000000000 +0200
-+++ element-desktop-1.11.65/scripts/hak/fetch.ts 2024-05-15
19:40:21.779432272 +0200
-@@ -35,23 +35,6 @@ export default async function fetch(hakE
+--- element-desktop-1.11.85/scripts/hak/fetch.ts 2024-11-12
13:39:42.758502395 +0100
++++ element-desktop-1.11.85/scripts/hak/fetch.ts 2024-11-12
13:41:05.048799436 +0100
+@@ -27,27 +27,6 @@
console.log("Fetching " + moduleInfo.name + "@" + moduleInfo.version);
const packumentCache = new Map();
@@ -21,7 +21,11 @@
- shell: hakEnv.isWin(),
- });
- proc.on("exit", (code) => {
-- code ? reject(code) : resolve();
+- if (code) {
+- reject(code);
+- } else {
+- resolve();
+- }
- });
- });
++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/element-desktop/vendor.tar.zst
/work/SRC/openSUSE:Factory/.element-desktop.new.2017/vendor.tar.zst differ:
char 7, line 1