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 2024-01-25 18:42:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/element-web (Old) and /work/SRC/openSUSE:Factory/.element-web.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "element-web" Thu Jan 25 18:42:01 2024 rev:48 rq:1141485 version:1.11.54 Changes: -------- --- /work/SRC/openSUSE:Factory/element-web/element-web.changes 2024-01-04 18:30:10.943364056 +0100 +++ /work/SRC/openSUSE:Factory/.element-web.new.1815/element-web.changes 2024-01-25 18:42:15.488910937 +0100 @@ -1,0 +2,31 @@ +Wed Jan 17 14:26:02 UTC 2024 - Dominik Heidler <dheid...@suse.de> + +- Version 1.11.54 + ## ð Bug Fixes + + * Fix CSS stacking context order determinism (https://github.com/element-hq/element-web/pull/26840). Contributed by @t3chguy. + + ## ⨠Features + + * Accessibility improvements around aria-labels and tooltips (https://github.com/matrix-org/matrix-react-sdk/pull/12062). Contributed by @t3chguy. + * Add RoomKnocksBar to RoomHeader (https://github.com/matrix-org/matrix-react-sdk/pull/12077). Contributed by @charlynguyen. + * Adjust tooltip side for DecoratedRoomAvatar to not obscure room name (https://github.com/matrix-org/matrix-react-sdk/pull/12079). Contributed by @t3chguy. + * Iterate landmarks around the app in order to improve a11y (https://github.com/matrix-org/matrix-react-sdk/pull/12064). Contributed by @t3chguy. + * Update element call embedding UI (https://github.com/matrix-org/matrix-react-sdk/pull/12056). Contributed by @toger5. + * Use Compound tooltips instead of homegrown in TextWithTooltip \& InfoTooltip (https://github.com/matrix-org/matrix-react-sdk/pull/12052). Contributed by @t3chguy. + + ## ð Bug Fixes + + * Fix regression around CSS stacking contexts and PIP widgets (https://github.com/matrix-org/matrix-react-sdk/pull/12094). Contributed by @t3chguy. + * Fix Identity Server terms accepting not working as expected (https://github.com/matrix-org/matrix-react-sdk/pull/12109). Contributed by @t3chguy. + * fix: microphone and camera dropdown doesn't work In legacy call (https://github.com/matrix-org/matrix-react-sdk/pull/12105). Contributed by @muratersin. + * Revert "Set up key backup using non-deprecated APIs (#12005)" (https://github.com/matrix-org/matrix-react-sdk/pull/12102). Contributed by @BillCarsonFr. + * Fix regression around read receipt animation from refs changes (https://github.com/matrix-org/matrix-react-sdk/pull/12100). Contributed by @t3chguy. + * Added meaning full error message based on platform (https://github.com/matrix-org/matrix-react-sdk/pull/12074). Contributed by @Pankaj-SinghR. + * Fix editing event from search room view (https://github.com/matrix-org/matrix-react-sdk/pull/11992). Contributed by @t3chguy. + * Fix timeline position when moving to a room and coming back (https://github.com/matrix-org/matrix-react-sdk/pull/12055). Contributed by @florianduros. + * Fix threaded reply playwright tests (https://github.com/matrix-org/matrix-react-sdk/pull/12070). Contributed by @dbkr. + * Element-R: fix repeated requests to enter 4S key during cross-signing reset (https://github.com/matrix-org/matrix-react-sdk/pull/12059). Contributed by @richvdh. + * Fix position of thumbnail in room timeline (https://github.com/matrix-org/matrix-react-sdk/pull/12016). Contributed by @anoopw3bdev. + +------------------------------------------------------------------- Old: ---- element-web-1.11.53.tar.gz New: ---- element-web-1.11.54.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ element-web.spec ++++++ --- /var/tmp/diff_new_pack.7kT8OU/_old 2024-01-25 18:42:33.549555297 +0100 +++ /var/tmp/diff_new_pack.7kT8OU/_new 2024-01-25 18:42:33.553555440 +0100 @@ -17,7 +17,7 @@ Name: element-web -Version: 1.11.53 +Version: 1.11.54 Release: 0 Summary: A glossy Matrix collaboration client - web files License: Apache-2.0 @@ -51,7 +51,7 @@ #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 -yarn install --offline --pure-lockfile +SENTRYCLI_SKIP_DOWNLOAD=1 yarn install --offline --pure-lockfile mkdir -p webapp cp %{SOURCE2} ./webapp/jitsi_external_api.min.js ++++++ element-web-1.11.53.tar.gz -> element-web-1.11.54.tar.gz ++++++ ++++ 21925 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.1815/npm-packages-offline-cache.tar.gz differ: char 13, line 1 ++++++ prepare.sh ++++++ --- /var/tmp/diff_new_pack.7kT8OU/_old 2024-01-25 18:42:33.937569141 +0100 +++ /var/tmp/diff_new_pack.7kT8OU/_new 2024-01-25 18:42:33.941569283 +0100 @@ -8,7 +8,7 @@ oldwd="$(pwd)" # cleanup old stuff -find -maxdepth 1 -type d -name 'element-web-*' | xargs rm -r +(find -maxdepth 1 -type d -name 'element-web-*' | xargs rm -r) ||: version=$(grep "Version:" element-web.spec | awk '{print $2}') last_packaged_version=$(osc cat devel:languages:nodejs/element-web/element-web.spec | grep "^Version:" | awk '{print $NF}') @@ -34,6 +34,7 @@ cd ./npm-packages-offline-cache/ # fill sentry-cli cache with mock binaries for all architecutres +mkdir -p sentry-cli 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 ppc64 ppc64le s390x; do