From 1a8457b842788f19406b10a22c407dd3bd19446b Mon Sep 17 00:00:00 2001 From: dheidler <> Date: Wed, 14 Feb 2024 22:19:33 +0000 Subject: [PATCH] Update element-web to version 1.11.58 / rev 50 via SR 1146558 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://build.opensuse.org/request/show/1146558 by user dheidler + anag+factory - Version 1.11.58 ## ✨ Features * 🦀 🔒 **The flag to enable the Rust crypto implementation is now set to `true` by default. This means that without any additional configuration every new login will use the new cryptography implementation.** * Add Element call related functionality to new room header (https://github.com/matrix-org/matrix-react-sdk/pull/12091). Contributed by @toger5. * Add labs flag for Threads Activity Centre (https://github.com/matrix-org/matrix-react-sdk/pull/12137). Contributed by @florianduros. * Refactor element call lobby + skip lobby (https://github.com/matrix-org/matrix-react-sdk/pull/12057). Contributed by @toger5. * Hide the "Message" button in the sidebar if the CreateRooms components should not be shown (https://github.com/matrix-org/matrix-react --- packages/e/element-web/.files | Bin 427 -> 427 bytes packages/e/element-web/.rev | 24 ++++++++++++++++++ .../e/element-web/element-web-1.11.57.tar.gz | 1 - .../e/element-web/element-web-1.11.58.tar.gz | 1 + packages/e/element-web/element-web.changes | 22 ++++++++++++++++ packages/e/element-web/element-web.spec | 8 ++++-- .../npm-packages-offline-cache.tar.gz | 2 +- 7 files changed, 54 insertions(+), 4 deletions(-) delete mode 120000 packages/e/element-web/element-web-1.11.57.tar.gz create mode 120000 packages/e/element-web/element-web-1.11.58.tar.gz diff --git a/packages/e/element-web/.files b/packages/e/element-web/.files index 46b0cbac6f6853cd09d5a7e7684d1271a30c2489..2264c0e63b7fcdb7d9fb66d1d44168665e91fc03 100644 GIT binary patch delta 179 zcmV~$F%H5o3;@8Q3V|xIcBNurqH>Zpj>W>pI~?1A5kV(DfhwNSzwrj{mU^jAkJkk2 zrmm`L({v$?ifPOwf~3wD9!h3`pm87o`|9d?Xu9N0A~MOy#TyqFocNp#ScE;`d_T^+ z^ZdE&gGHc_6kT!bF@X{lGP8g&^7!pnZKoQT2(<{rK{$FNG)FG8&lm&DzjmAYiJ$%L F{Rgn@F>?R_ delta 212 zcmYk#Jx;?w5I|u|7K&sVDvDI@Qh7Dwo!y-&kmxwa{>-ES6eX4-(QpPgTp~x{VkvRS z0lxQc{jGmIT^4v4`mXDC>+j2Gg 1.11.57 1143360 + + bed33a414be3932c8603b37a8f417610 + 1.11.58 + + anag+factory + - Version 1.11.58 + ## ✨ Features + + * 🦀 🔒 **The flag to enable the Rust crypto implementation is now set to `true` by default. This means that without any additional configuration every new login will use the new cryptography implementation.** + * Add Element call related functionality to new room header (https://github.com/matrix-org/matrix-react-sdk/pull/12091). Contributed by @toger5. + * Add labs flag for Threads Activity Centre (https://github.com/matrix-org/matrix-react-sdk/pull/12137). Contributed by @florianduros. + * Refactor element call lobby + skip lobby (https://github.com/matrix-org/matrix-react-sdk/pull/12057). Contributed by @toger5. + * Hide the "Message" button in the sidebar if the CreateRooms components should not be shown (https://github.com/matrix-org/matrix-react-sdk/pull/9271). Contributed by @dhenneke. + * Add notification dots to thread summary icons (https://github.com/matrix-org/matrix-react-sdk/pull/12146). Contributed by @dbkr. + + ## 🐛 Bug Fixes + + * https://github.com/matrix-org/matrix-react-sdk/pull/12230). Contributed by @RiotRobot. + * Fix logout can take ages (https://github.com/matrix-org/matrix-react-sdk/pull/12191). Contributed by @BillCarsonFr. + * Fix `Mark all as read` in settings (https://github.com/matrix-org/matrix-react-sdk/pull/12205). Contributed by @florianduros. + * Fix default thread notification of the new RoomHeader (https://github.com/matrix-org/matrix-react-sdk/pull/12194). Contributed by @florianduros. + * Fix display of room notification debug info (https://github.com/matrix-org/matrix-react-sdk/pull/12183). Contributed by @dbkr. + 1146558 + diff --git a/packages/e/element-web/element-web-1.11.57.tar.gz b/packages/e/element-web/element-web-1.11.57.tar.gz deleted file mode 120000 index 9b675724910..00000000000 --- a/packages/e/element-web/element-web-1.11.57.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeihcdqu2mszjtw5gham5ssltopuerygq635na5c6bo6l367ie7qgie \ No newline at end of file diff --git a/packages/e/element-web/element-web-1.11.58.tar.gz b/packages/e/element-web/element-web-1.11.58.tar.gz new file mode 120000 index 00000000000..b564aa44c3a --- /dev/null +++ b/packages/e/element-web/element-web-1.11.58.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeibds75hmd7bypowsed2ppzn7ivnupckurgvtbecsbiygqy3sxtnyq \ No newline at end of file diff --git a/packages/e/element-web/element-web.changes b/packages/e/element-web/element-web.changes index 7b6f34d4487..50ee354fd3d 100644 --- a/packages/e/element-web/element-web.changes +++ b/packages/e/element-web/element-web.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Feb 14 09:59:24 UTC 2024 - Dominik Heidler + +- Version 1.11.58 + ## ✨ Features + + * 🦀 🔒 **The flag to enable the Rust crypto implementation is now set to `true` by default. This means that without any additional configuration every new login will use the new cryptography implementation.** + * Add Element call related functionality to new room header (https://github.com/matrix-org/matrix-react-sdk/pull/12091). Contributed by @toger5. + * Add labs flag for Threads Activity Centre (https://github.com/matrix-org/matrix-react-sdk/pull/12137). Contributed by @florianduros. + * Refactor element call lobby + skip lobby (https://github.com/matrix-org/matrix-react-sdk/pull/12057). Contributed by @toger5. + * Hide the "Message" button in the sidebar if the CreateRooms components should not be shown (https://github.com/matrix-org/matrix-react-sdk/pull/9271). Contributed by @dhenneke. + * Add notification dots to thread summary icons (https://github.com/matrix-org/matrix-react-sdk/pull/12146). Contributed by @dbkr. + + ## 🐛 Bug Fixes + + * https://github.com/matrix-org/matrix-react-sdk/pull/12230). Contributed by @RiotRobot. + * Fix logout can take ages (https://github.com/matrix-org/matrix-react-sdk/pull/12191). Contributed by @BillCarsonFr. + * Fix `Mark all as read` in settings (https://github.com/matrix-org/matrix-react-sdk/pull/12205). Contributed by @florianduros. + * Fix default thread notification of the new RoomHeader (https://github.com/matrix-org/matrix-react-sdk/pull/12194). Contributed by @florianduros. + * Fix display of room notification debug info (https://github.com/matrix-org/matrix-react-sdk/pull/12183). Contributed by @dbkr. + + ------------------------------------------------------------------- Thu Feb 1 09:56:59 UTC 2024 - Dominik Heidler diff --git a/packages/e/element-web/element-web.spec b/packages/e/element-web/element-web.spec index 6b56ed7992c..c20fcc64b06 100644 --- a/packages/e/element-web/element-web.spec +++ b/packages/e/element-web/element-web.spec @@ -17,7 +17,7 @@ Name: element-web -Version: 1.11.57 +Version: 1.11.58 Release: 0 Summary: A glossy Matrix collaboration client - web files License: Apache-2.0 @@ -31,6 +31,8 @@ Patch0: fix-webpack-oom.patch BuildRequires: fdupes BuildRequires: nodejs-packaging BuildRequires: yarn +BuildRequires: rust +BuildRequires: cargo BuildArch: noarch %description @@ -51,7 +53,9 @@ ls -l ./npm-packages-offline-cache | head #sed -i -e 's| matrix-analytics-events "github:matrix-org/matrix-analytics-events.git#[^"]*"| matrix-analytics-events "^0.0.1"|' yarn.lock #sed -i -e 's|"matrix-analytics-events@github:matrix-org/matrix-analytics-events#[^"]*"|matrix-analytics-events@^0.0.1|' yarn.lock -SENTRYCLI_SKIP_DOWNLOAD=1 yarn install --offline --pure-lockfile +export SENTRYCLI_SKIP_DOWNLOAD=1 + +yarn install --offline --pure-lockfile mkdir -p webapp cp %{SOURCE2} ./webapp/jitsi_external_api.min.js diff --git a/packages/e/element-web/npm-packages-offline-cache.tar.gz b/packages/e/element-web/npm-packages-offline-cache.tar.gz index 90084d665e8..f7e92134d8f 120000 --- a/packages/e/element-web/npm-packages-offline-cache.tar.gz +++ b/packages/e/element-web/npm-packages-offline-cache.tar.gz @@ -1 +1 @@ -/ipfs/bafybeicntzszqkgpp63a7534pbfyw52hgtwk3tbarfgc4idetcj7mbviwu \ No newline at end of file +/ipfs/bafybeiayslpiihk2hxuwz3dwg4udfgd25v3co6zh44oj4uafby3bgkai5y \ No newline at end of file