Skip to content

Commit

Permalink
Update element-desktop to version 1.11.90 / rev 74 via SR 1238072
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1238072
by user dheidler + anag+factory
- Version 1.11.90
  ## ✨ Features
  * Docker: run as non-root (element-hq/element-web#28849). Contributed by @richvdh.
  * Docker: allow configuration of HTTP listen port via env var (element-hq/element-web#28840). Contributed by @richvdh.
  * Update matrix-wysiwyg to consume WASM asset (element-hq/element-web#28838). Contributed by @t3chguy.
  * OIDC settings tweaks (element-hq/element-web#28787). Contributed by @t3chguy.
  * Delabs native OIDC support (element-hq/element-web#28615). Contributed by @t3chguy.
  * Move room header info button to right-most position (element-hq/element-web#28754). Contributed by @t3chguy.
  * Enable key backup by defa
  • Loading branch information
dheidler authored and bmwiedemann committed Jan 15, 2025
1 parent f5cb532 commit c858584
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 4 deletions.
Binary file modified packages/e/element-desktop/.files
Binary file not shown.
24 changes: 24 additions & 0 deletions packages/e/element-desktop/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -1126,4 +1126,28 @@ Version 1.11.84
<comment>Automatic submission by obs-autosubmit</comment>
<requestid>1233323</requestid>
</revision>
<revision rev="74" vrev="1">
<srcmd5>a8e8777453af3511380ef5ff9b52f8a3</srcmd5>
<version>1.11.90</version>
<time>1736959559</time>
<user>anag+factory</user>
<comment>- Version 1.11.90
## ✨ Features
* Docker: run as non-root (https://github.com/element-hq/element-web/pull/28849). Contributed by @richvdh.
* Docker: allow configuration of HTTP listen port via env var (https://github.com/element-hq/element-web/pull/28840). Contributed by @richvdh.
* Update matrix-wysiwyg to consume WASM asset (https://github.com/element-hq/element-web/pull/28838). Contributed by @t3chguy.
* OIDC settings tweaks (https://github.com/element-hq/element-web/pull/28787). Contributed by @t3chguy.
* Delabs native OIDC support (https://github.com/element-hq/element-web/pull/28615). Contributed by @t3chguy.
* Move room header info button to right-most position (https://github.com/element-hq/element-web/pull/28754). Contributed by @t3chguy.
* Enable key backup by default (https://github.com/element-hq/element-web/pull/28691). Contributed by @dbkr.
## 🐛 Bug Fixes
* Fix building the automations mermaid diagram (https://github.com/element-hq/element-web/pull/28881). Contributed by @dbkr.
* Playwright: wait for the network listener on the postgres db (https://github.com/element-hq/element-web/pull/28808). Contributed by @dbkr.
Version 1.11.89
* No changes
## 🐛 Bug Fixes
* Upgrade matrix-sdk-crypto-wasm to 1.11.0 (https://github.com/matrix-org/matrix-js-sdk/pull/4593)
* Fix url preview display (https://github.com/element-hq/element-web/pull/28766).</comment>
<requestid>1238072</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/e/element-desktop/element-desktop-1.11.88.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/e/element-desktop/element-desktop-1.11.90.tar.gz
29 changes: 29 additions & 0 deletions packages/e/element-desktop/element-desktop.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Wed Jan 15 14:01:29 UTC 2025 - Dominik Heidler <[email protected]>

- Version 1.11.90
## ✨ Features

* Docker: run as non-root (https://github.com/element-hq/element-web/pull/28849). Contributed by @richvdh.
* Docker: allow configuration of HTTP listen port via env var (https://github.com/element-hq/element-web/pull/28840). Contributed by @richvdh.
* Update matrix-wysiwyg to consume WASM asset (https://github.com/element-hq/element-web/pull/28838). Contributed by @t3chguy.
* OIDC settings tweaks (https://github.com/element-hq/element-web/pull/28787). Contributed by @t3chguy.
* Delabs native OIDC support (https://github.com/element-hq/element-web/pull/28615). Contributed by @t3chguy.
* Move room header info button to right-most position (https://github.com/element-hq/element-web/pull/28754). Contributed by @t3chguy.
* Enable key backup by default (https://github.com/element-hq/element-web/pull/28691). Contributed by @dbkr.

## 🐛 Bug Fixes

* Fix building the automations mermaid diagram (https://github.com/element-hq/element-web/pull/28881). Contributed by @dbkr.
* Playwright: wait for the network listener on the postgres db (https://github.com/element-hq/element-web/pull/28808). Contributed by @dbkr.



Version 1.11.89
* No changes

## 🐛 Bug Fixes

* Upgrade matrix-sdk-crypto-wasm to 1.11.0 (https://github.com/matrix-org/matrix-js-sdk/pull/4593)
* Fix url preview display (https://github.com/element-hq/element-web/pull/28766).

-------------------------------------------------------------------
Wed Dec 18 11:56:21 UTC 2024 - Dominik Heidler <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion packages/e/element-desktop/element-desktop.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: element-desktop
Version: 1.11.88
Version: 1.11.90
Release: 0
Summary: A glossy Matrix collaboration client - desktop
License: AGPL-3.0-only or GPL-3.0-only
Expand Down
3 changes: 2 additions & 1 deletion packages/e/element-desktop/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ cd "$tmpdir"
mkdir -pv "$tmpdir/home"
oldhome="$HOME"
export HOME="$tmpdir/home"
ln -s "$oldhome/.rustup" "$HOME"

tar -xzvvf "${oldwd}/element-desktop-${version}.tar.gz"
cd element-desktop-${version}
Expand Down Expand Up @@ -89,7 +90,7 @@ find . -type f| sponge |\


rm -f "${oldwd}/vendor.tar.zst"
ZSTD_CLEVEL=19 ZSTD_NBTHREADS=$(nproc) tar --zstd --sort=name -vvScf "${oldwd}/vendor.tar.zst" .hak node_modules
ZSTD_CLEVEL=19 ZSTD_NBTHREADS=$(nproc) tar --zstd --sort=name -Scf "${oldwd}/vendor.tar.zst" .hak node_modules


cd "$oldwd"
Expand Down
2 changes: 1 addition & 1 deletion packages/e/element-desktop/vendor.tar.zst

0 comments on commit c858584

Please sign in to comment.