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 2023-11-08 22:18:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/element-web (Old) and /work/SRC/openSUSE:Factory/.element-web.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "element-web" Wed Nov 8 22:18:01 2023 rev:42 rq:1124104 version:1.11.48 Changes: -------- --- /work/SRC/openSUSE:Factory/element-web/element-web.changes 2023-11-02 20:22:54.379006912 +0100 +++ /work/SRC/openSUSE:Factory/.element-web.new.17445/element-web.changes 2023-11-08 22:18:27.732791741 +0100 @@ -1,0 +2,32 @@ +Tue Nov 7 18:20:38 UTC 2023 - Dominik Heidler <dheid...@suse.de> + +- - Version 1.11.48 + + ## ⨠Features + * Correctly fill window.matrixChat even when a Wrapper module is active (https://github.com/vector-im/element-web/pull/26395). Contributed by @dhenneke. + * Knock on a ask-to-join room if a module wants to join the room when navigating to a room (https://github.com/matrix-org/matrix-react-sdk/pull/11787). Contributed by @dhenneke. + * Element-R: Include crypto info in sentry (https://github.com/matrix-org/matrix-react-sdk/pull/11798). Contributed by @florianduros. + * Element-R: Include crypto info in rageshake (https://github.com/matrix-org/matrix-react-sdk/pull/11797). Contributed by @florianduros. + * Element-R: Add current version of the rust-sdk and vodozemac (https://github.com/matrix-org/matrix-react-sdk/pull/11785). Contributed by @florianduros. + * Fix unfederated invite dialog (https://github.com/matrix-org/matrix-react-sdk/pull/9618). Fixes vector-im/element-meta#1466 and #22102. Contributed by @owi92. + * New right panel visual language (https://github.com/matrix-org/matrix-react-sdk/pull/11664). + * OIDC: add friendly errors (https://github.com/matrix-org/matrix-react-sdk/pull/11184). Fixes #25665. Contributed by @kerryarchibald. + + ## ð Bug Fixes + * Fix rightpanel hiding scrollbar (https://github.com/matrix-org/matrix-react-sdk/pull/11831). Contributed by @kerryarchibald. + * Fix multi-tab session lock on Firefox not being cleared (https://github.com/matrix-org/matrix-react-sdk/pull/11800). Fixes #26165. Contributed by @ManuelHu. + * Deserialise spoilers back into slash command form (https://github.com/matrix-org/matrix-react-sdk/pull/11805). Fixes #26344. + * Fix Incorrect message scaling for verification request (https://github.com/matrix-org/matrix-react-sdk/pull/11793). Fixes #24304. Contributed by @capGoblin. + * Fix: Unable to restore a soft-logged-out session established via SSO (https://github.com/matrix-org/matrix-react-sdk/pull/11794). Fixes #25957. Contributed by @kerryarchibald. + * Use configurable github issue links more consistently (https://github.com/matrix-org/matrix-react-sdk/pull/11796). + * Fix io.element.late_event received_ts vs received_at (https://github.com/matrix-org/matrix-react-sdk/pull/11789). + * Make invitation dialog scrollable when infos are too long (https://github.com/matrix-org/matrix-react-sdk/pull/11753). Contributed by @nurjinjafar. + * Fix spoiler text-align (https://github.com/matrix-org/matrix-react-sdk/pull/11790). Contributed by @ajbura. + * Fix: Right panel keeps showing chat when unmaximizing widget. (https://github.com/matrix-org/matrix-react-sdk/pull/11697). Fixes #26265. Contributed by @manancodes. + * Fix margin of invite to room button (https://github.com/matrix-org/matrix-react-sdk/pull/11780). Fixes #26410. + * Update base64 import (https://github.com/matrix-org/matrix-react-sdk/pull/11784). + * Set max size for Element logo in search warning (https://github.com/matrix-org/matrix-react-sdk/pull/11779). Fixes #26408. + * Fix: emoji size in room header topic, remove obsolete emoji style (https://github.com/matrix-org/matrix-react-sdk/pull/11757). Fixes #26326. Contributed by @kerryarchibald. + * Fix: Bubble layout design is broken (https://github.com/matrix-org/matrix-react-sdk/pull/11763). Fixes #25818. Contributed by @manancodes. + +------------------------------------------------------------------- Old: ---- element-web-1.11.47.tar.gz New: ---- element-web-1.11.48.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ element-web.spec ++++++ --- /var/tmp/diff_new_pack.37kD0I/_old 2023-11-08 22:18:31.340924290 +0100 +++ /var/tmp/diff_new_pack.37kD0I/_new 2023-11-08 22:18:31.344924437 +0100 @@ -17,7 +17,7 @@ Name: element-web -Version: 1.11.47 +Version: 1.11.48 Release: 0 Summary: A glossy Matrix collaboration client - web files License: Apache-2.0 ++++++ element-web-1.11.47.tar.gz -> element-web-1.11.48.tar.gz ++++++ ++++ 7987 lines of diff (skipped) ++++++ fix-webpack-oom.patch ++++++ --- /var/tmp/diff_new_pack.37kD0I/_old 2023-11-08 22:18:31.604933989 +0100 +++ /var/tmp/diff_new_pack.37kD0I/_new 2023-11-08 22:18:31.608934136 +0100 @@ -1,14 +1,12 @@ -Index: element-web-1.11.20/package.json -=================================================================== ---- element-web-1.11.20.orig/package.json 2023-01-20 13:52:01.000000000 +0100 -+++ element-web-1.11.20/package.json 2023-01-27 13:02:23.452017454 +0100 +--- element-web-1.11.48/package.json 2023-11-07 16:23:24.000000000 +0100 ++++ element-web-1.11.48a/package.json 2023-11-07 19:28:10.853001362 +0100 @@ -41,7 +41,7 @@ "build:res": "ts-node scripts/copy-res.ts", "build:genfiles": "yarn build:res && yarn build:jitsi && yarn build:module_system", "build:modernizr": "modernizr -c .modernizr.json -d src/vector/modernizr.js", -- "build:bundle": "webpack --progress --bail --mode production", -+ "build:bundle": "node --max_old_space_size=4000 --optimize_for_size $(which webpack) --progress --bail --mode production", - "build:bundle-stats": "webpack --progress --bail --mode production --json > webpack-stats.json", +- "build:bundle": "webpack --progress --mode production", ++ "build:bundle": "node --max_old_space_size=4000 --optimize_for_size $(which webpack) --progress --mode production", + "build:bundle-stats": "webpack --progress --mode production --json > webpack-stats.json", "build:module_system": "tsc --project ./tsconfig.module_system.json && node ./lib/module_system/scripts/install.js", "dist": "scripts/package.sh", ++++++ 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.17445/npm-packages-offline-cache.tar.gz differ: char 13, line 1 ++++++ prepare.sh ++++++ --- /var/tmp/diff_new_pack.37kD0I/_old 2023-11-08 22:18:31.648935606 +0100 +++ /var/tmp/diff_new_pack.37kD0I/_new 2023-11-08 22:18:31.652935753 +0100 @@ -20,7 +20,7 @@ rm -rf "element-web-${version}" tar xzvf element-web-${version}.tar.gz cd element-web-${version} -changes=$(grep "^Changes in \[$last_packaged_version\]" -B10000 CHANGELOG.md | head -n -2 | sed -e '/^==*$/d' -e 's/Changes in \[\([^\[]*\)\].*/- Version \1/' -e 's/Changes in \[\([^\[]*\)\].*/- Version \1/' -e 's/^\([^-].*\)$/ \1/') +changes=$(grep "^Changes in \[$last_packaged_version\]" -B10000 CHANGELOG.md | head -n -2 | sed -e '/^==*$/d' -e 's/Changes in \[\([^\[]*\)\].*/- Version \1/' -e 's/Changes in \[\([^\[]*\)\].*/- Version \1/' -e 's/^\([^-].*\)$/ \1/' -e 's/\[.*\](\(.*\))/\1/g') echo 'yarn-offline-mirror "./npm-packages-offline-cache"' > .yarnrc yarn cache clean