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-09-06 17:18:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/element-web (Old) and /work/SRC/openSUSE:Factory/.element-web.new.10096 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "element-web" Fri Sep 6 17:18:58 2024 rev:62 rq:1199137 version:1.11.76 Changes: -------- --- /work/SRC/openSUSE:Factory/element-web/element-web.changes 2024-08-26 22:13:43.114756927 +0200 +++ /work/SRC/openSUSE:Factory/.element-web.new.10096/element-web.changes 2024-09-06 17:19:25.122069560 +0200 @@ -1,0 +2,31 @@ +Fri Aug 30 08:40:45 UTC 2024 - Dominik Heidler <dheid...@suse.de> + +- Version 1.11.76 + ## ⨠Features + + * Message Pinning: rework the message pinning list in the right panel (https://github.com/matrix-org/matrix-react-sdk/pull/12825). Contributed by @florianduros. + * Tweak UIA postMessage check to work cross-origin (https://github.com/matrix-org/matrix-react-sdk/pull/12878). Contributed by @t3chguy. + * Delayed events (Futures) / MSC4140 for call widget (https://github.com/matrix-org/matrix-react-sdk/pull/12714). Contributed by @AndrewFerr. + * Stop the ongoing ring if another device joins the call session. (https://github.com/matrix-org/matrix-react-sdk/pull/12866). Contributed by @toger5. + * Rich text Editor: Auto-replace plain text emoticons with emoji (https://github.com/matrix-org/matrix-react-sdk/pull/12828). Contributed by @langleyd. + * Clean up editor drafts for unknown rooms (https://github.com/matrix-org/matrix-react-sdk/pull/12850). Contributed by @langleyd. + * Rename general user settings to account (https://github.com/matrix-org/matrix-react-sdk/pull/12841). Contributed by @dbkr. + * Update settings tab icons (https://github.com/matrix-org/matrix-react-sdk/pull/12867). Contributed by @dbkr. + * Disable jump to read receipt button instead of hiding when nothing to jump to (https://github.com/matrix-org/matrix-react-sdk/pull/12863). Contributed by @t3chguy. + + ## ð Bug Fixes + + * Ensure elements on Login page are disabled when in-flight (https://github.com/matrix-org/matrix-react-sdk/pull/12895). Contributed by @t3chguy. + * Hide pinned messages when grouped in timeline when feature pinning is disabled (https://github.com/matrix-org/matrix-react-sdk/pull/12888). Contributed by @florianduros. + * Add chat button on new room header for maximised widgets (https://github.com/matrix-org/matrix-react-sdk/pull/12882). Contributed by @t3chguy. + * Show spinner whilst initial search request is in progress (https://github.com/matrix-org/matrix-react-sdk/pull/12883). Contributed by @t3chguy. + * Fix user menu font (https://github.com/matrix-org/matrix-react-sdk/pull/12879). Contributed by @florianduros. + * Allow selecting text in the right panel topic (https://github.com/matrix-org/matrix-react-sdk/pull/12870). Contributed by @t3chguy. + * Add missing presence indicator to new room header (https://github.com/matrix-org/matrix-react-sdk/pull/12865). Contributed by @t3chguy. + * Fix permissions in release tarballs (https://github.com/element-hq/element-web/pull/27904). Contributed by @t3chguy. + + ## ð§° Maintenance + + * Update dependencies for MSC4157 (https://github.com/element-hq/element-web/pull/27906). Contributed by @AndrewFerr. + +------------------------------------------------------------------- Old: ---- element-web-1.11.75.tar.gz New: ---- element-web-1.11.76.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ element-web.spec ++++++ --- /var/tmp/diff_new_pack.RaDkq4/_old 2024-09-06 17:19:27.310160486 +0200 +++ /var/tmp/diff_new_pack.RaDkq4/_new 2024-09-06 17:19:27.310160486 +0200 @@ -17,7 +17,7 @@ Name: element-web -Version: 1.11.75 +Version: 1.11.76 Release: 0 Summary: A glossy Matrix collaboration client - web files License: Apache-2.0 ++++++ element-web-1.11.75.tar.gz -> element-web-1.11.76.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/element-web-1.11.75/CHANGELOG.md new/element-web-1.11.76/CHANGELOG.md --- old/element-web-1.11.75/CHANGELOG.md 2024-08-20 13:41:27.000000000 +0200 +++ new/element-web-1.11.76/CHANGELOG.md 2024-08-27 14:54:50.000000000 +0200 @@ -1,3 +1,33 @@ +Changes in [1.11.76](https://github.com/element-hq/element-web/releases/tag/v1.11.76) (2024-08-27) +================================================================================================== +## ⨠Features + +* Message Pinning: rework the message pinning list in the right panel ([#12825](https://github.com/matrix-org/matrix-react-sdk/pull/12825)). Contributed by @florianduros. +* Tweak UIA postMessage check to work cross-origin ([#12878](https://github.com/matrix-org/matrix-react-sdk/pull/12878)). Contributed by @t3chguy. +* Delayed events (Futures) / MSC4140 for call widget ([#12714](https://github.com/matrix-org/matrix-react-sdk/pull/12714)). Contributed by @AndrewFerr. +* Stop the ongoing ring if another device joins the call session. ([#12866](https://github.com/matrix-org/matrix-react-sdk/pull/12866)). Contributed by @toger5. +* Rich text Editor: Auto-replace plain text emoticons with emoji ([#12828](https://github.com/matrix-org/matrix-react-sdk/pull/12828)). Contributed by @langleyd. +* Clean up editor drafts for unknown rooms ([#12850](https://github.com/matrix-org/matrix-react-sdk/pull/12850)). Contributed by @langleyd. +* Rename general user settings to account ([#12841](https://github.com/matrix-org/matrix-react-sdk/pull/12841)). Contributed by @dbkr. +* Update settings tab icons ([#12867](https://github.com/matrix-org/matrix-react-sdk/pull/12867)). Contributed by @dbkr. +* Disable jump to read receipt button instead of hiding when nothing to jump to ([#12863](https://github.com/matrix-org/matrix-react-sdk/pull/12863)). Contributed by @t3chguy. + +## ð Bug Fixes + +* Ensure elements on Login page are disabled when in-flight ([#12895](https://github.com/matrix-org/matrix-react-sdk/pull/12895)). Contributed by @t3chguy. +* Hide pinned messages when grouped in timeline when feature pinning is disabled ([#12888](https://github.com/matrix-org/matrix-react-sdk/pull/12888)). Contributed by @florianduros. +* Add chat button on new room header for maximised widgets ([#12882](https://github.com/matrix-org/matrix-react-sdk/pull/12882)). Contributed by @t3chguy. +* Show spinner whilst initial search request is in progress ([#12883](https://github.com/matrix-org/matrix-react-sdk/pull/12883)). Contributed by @t3chguy. +* Fix user menu font ([#12879](https://github.com/matrix-org/matrix-react-sdk/pull/12879)). Contributed by @florianduros. +* Allow selecting text in the right panel topic ([#12870](https://github.com/matrix-org/matrix-react-sdk/pull/12870)). Contributed by @t3chguy. +* Add missing presence indicator to new room header ([#12865](https://github.com/matrix-org/matrix-react-sdk/pull/12865)). Contributed by @t3chguy. +* Fix permissions in release tarballs ([#27904](https://github.com/element-hq/element-web/pull/27904)). Contributed by @t3chguy. + +## ð§° Maintenance + +* Update dependencies for MSC4157 ([#27906](https://github.com/element-hq/element-web/pull/27906)). Contributed by @AndrewFerr. + + Changes in [1.11.75](https://github.com/element-hq/element-web/releases/tag/v1.11.75) (2024-08-20) ================================================================================================== * No changes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/element-web-1.11.75/Dockerfile new/element-web-1.11.76/Dockerfile --- old/element-web-1.11.75/Dockerfile 2024-08-20 13:41:27.000000000 +0200 +++ new/element-web-1.11.76/Dockerfile 2024-08-27 14:54:50.000000000 +0200 @@ -17,7 +17,7 @@ RUN dos2unix /src/scripts/docker-link-repos.sh && bash /src/scripts/docker-link-repos.sh RUN yarn --network-timeout=200000 install -RUN dos2unix /src/scripts/docker-package.sh && bash /src/scripts/docker-package.sh +RUN dos2unix /src/scripts/docker-package.sh /src/scripts/get-version-from-git.sh /src/scripts/normalize-version.sh && bash /src/scripts/docker-package.sh # Copy the config now so that we don't create another layer in the app image RUN cp /src/config.sample.json /src/webapp/config.json diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/element-web-1.11.75/package.json new/element-web-1.11.76/package.json --- old/element-web-1.11.75/package.json 2024-08-20 13:41:27.000000000 +0200 +++ new/element-web-1.11.76/package.json 2024-08-27 14:54:50.000000000 +0200 @@ -1,6 +1,6 @@ { "name": "element-web", - "version": "1.11.75", + "version": "1.11.76", "description": "A feature-rich client for Matrix.org", "author": "New Vector Ltd.", "repository": { @@ -69,7 +69,7 @@ "resolutions": { "@types/react-dom": "17.0.25", "@types/react": "17.0.80", - "@vector-im/compound-design-tokens": "1.7.0", + "@vector-im/compound-design-tokens": "1.8.0", "@vector-im/compound-web": "5.5.0", "@floating-ui/react": "0.26.11", "@radix-ui/react-id": "1.1.0" @@ -77,14 +77,14 @@ "dependencies": { "@formatjs/intl-segmenter": "^11.5.7", "@matrix-org/react-sdk-module-api": "^2.3.0", - "@vector-im/compound-design-tokens": "^1.6.1", + "@vector-im/compound-design-tokens": "^1.8.0", "@vector-im/compound-web": "^5.5.0", "jsrsasign": "^11.0.0", "katex": "^0.16.0", "lodash": "^4.17.21", - "matrix-js-sdk": "34.3.1", - "matrix-react-sdk": "3.107.0", - "matrix-widget-api": "^1.3.1", + "matrix-js-sdk": "34.4.0", + "matrix-react-sdk": "3.108.0", + "matrix-widget-api": "^1.8.2", "react": "17.0.2", "react-dom": "17.0.2", "ua-parser-js": "^1.0.0" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/element-web-1.11.75/res/css/structures/ErrorView.pcss new/element-web-1.11.76/res/css/structures/ErrorView.pcss --- old/element-web-1.11.75/res/css/structures/ErrorView.pcss 2024-08-20 13:41:27.000000000 +0200 +++ new/element-web-1.11.76/res/css/structures/ErrorView.pcss 2024-08-27 14:54:50.000000000 +0200 @@ -51,10 +51,7 @@ h2 { margin: var(--cpd-space-8x) 0; - /* Workaround for heading sm being broken in Compound design tokens */ font-size: var(--cpd-font-size-heading-sm); - line-height: var(--cpd-font-line-height-tight); - font-weight: var(--cpd-font-weight-semibold); } p { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/element-web-1.11.75/scripts/package.sh new/element-web-1.11.76/scripts/package.sh --- old/element-web-1.11.75/scripts/package.sh 2024-08-20 13:41:27.000000000 +0200 +++ new/element-web-1.11.76/scripts/package.sh 2024-08-27 14:54:50.000000000 +0200 @@ -23,7 +23,9 @@ $(dirname $0)/normalize-version.sh ${version} > element-$version/version -tar chvzf dist/element-$version.tar.gz element-$version +# GNU/BSD compatibility workaround +tar_perms=(--owner=0 --group=0) && [ "$(uname)" == "Darwin" ] && tar_perms=(--uid=0 --gid=0) +tar "${tar_perms[@]}" -chvzf dist/element-$version.tar.gz element-$version rm -r element-$version echo diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/element-web-1.11.75/yarn.lock new/element-web-1.11.76/yarn.lock --- old/element-web-1.11.75/yarn.lock 2024-08-20 13:41:27.000000000 +0200 +++ new/element-web-1.11.76/yarn.lock 2024-08-27 14:54:50.000000000 +0200 @@ -2015,10 +2015,12 @@ resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-7.0.0.tgz#8d6abdb9ded8656cc9e2a7909913a34bf3fc9b3a" integrity sha512-MOencXiW/gI5MuTtCNsuojjwT5DXCrjMqv9xOslJC9h2tPdLFFFMGr58dY5Lis4DRd9MRWcgrGowUIHOqieWTA== -"@matrix-org/matrix-wysiwyg@2.37.4": - version "2.37.4" - resolved "https://registry.yarnpkg.com/@matrix-org/matrix-wysiwyg/-/matrix-wysiwyg-2.37.4.tgz#bd9b46051a21c9986477e3a83a1417b1ee926d81" - integrity sha512-4OtBWAHNAOu9P5C6jOIeHlu4ChwV2YusxnbGuN20IceC4bT2h38flZQgm0x9/jgHfF0LwnKUwKXsxtRoq8xW0g== +"@matrix-org/matrix-wysiwyg@2.37.8": + version "2.37.8" + resolved "https://registry.yarnpkg.com/@matrix-org/matrix-wysiwyg/-/matrix-wysiwyg-2.37.8.tgz#0b61e9023e3c73ca8789e97c80d7282e8c823c6b" + integrity sha512-fx8KGpztmJvwiY1OvE9A7r08kNcUZQIZXPbWcXNtQ61GwV5VyKvMxCmxfRlZ6Ac8oagVxRPu4WySCRX44Y9Ylw== + dependencies: + eslint-plugin-unicorn "^54.0.0" "@matrix-org/olm@3.2.15": version "3.2.15" @@ -3362,10 +3364,10 @@ resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ== -"@vector-im/compound-design-tokens@1.7.0", "@vector-im/compound-design-tokens@^1.6.1": - version "1.7.0" - resolved "https://registry.yarnpkg.com/@vector-im/compound-design-tokens/-/compound-design-tokens-1.7.0.tgz#508b41cd8464c72d73725030f5c84b627a41167c" - integrity sha512-cXb2QiwEwtEZiC+7IRvYIf7tBD1KoFcL4YsrFlWapD689Wi3qrmmhFRLFoijHUM3d8Ni6B+7p5SdACRrWb6xBQ== +"@vector-im/compound-design-tokens@1.8.0", "@vector-im/compound-design-tokens@^1.8.0": + version "1.8.0" + resolved "https://registry.yarnpkg.com/@vector-im/compound-design-tokens/-/compound-design-tokens-1.8.0.tgz#bc844cb6b9842c1eb8e5c42f5cedcaf51a49b86f" + integrity sha512-PtQMG7kDzwtjw/fLKD63uWP5rJ8cgWc/aXarfEzxYUf9ceWxBajnYOBI2jDqtE3WIUe9uTVBzNEvmOBG/VIgTA== "@vector-im/compound-web@5.5.0", "@vector-im/compound-web@^5.5.0": version "5.5.0" @@ -8125,10 +8127,10 @@ resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd" integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA== -matrix-js-sdk@34.3.1: - version "34.3.1" - resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-34.3.1.tgz#6eaaa3ef6ca72d45b1b6277059ed32f5130a13d7" - integrity sha512-EZ62XNVYRfwtFA9VAyIDw8IzaM3W3LauSAG+it1jROlJBzAtxiOU8BxPQ4IKFHDaKWEkas3gOtayfisiTOFYBQ== +matrix-js-sdk@34.4.0: + version "34.4.0" + resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-34.4.0.tgz#ceb3403c92dbff3b37e776745a2997ee78fa1eac" + integrity sha512-bI5xJZS3/qhjPQqQL5HhOQ1iBvnHxiqhS2zgzk9SarEuXiH08wbVl9gAAuDqOYE3miNGs4WQQJ19MoaUEOnNwg== dependencies: "@babel/runtime" "^7.12.5" "@matrix-org/matrix-sdk-crypto-wasm" "^7.0.0" @@ -8153,20 +8155,20 @@ dependencies: expect "^28.1.0" -matrix-react-sdk@3.107.0: - version "3.107.0" - resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.107.0.tgz#8d5cf71a5e3b5671f1039b8191a0c16da49f71c5" - integrity sha512-kBphWRikjAAYQCRaSHiq8uqvvk9Gq0CdcDwy2xSKepe1g42TSa9MjB7yg5Fh0lgTjc6j1yNERFGTdlYYID4KrQ== +matrix-react-sdk@3.108.0: + version "3.108.0" + resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-3.108.0.tgz#01d1c3f12d9388cfd72d273c30a69083b263566e" + integrity sha512-d1XdtW/FthXjCSyYRlVXue3BBbrR5Zx98dS8nnNtjmuYgPYYGSh+PA0qjl9qNjeF2Z6G1FA/dr2epsQyelfyPg== dependencies: "@babel/runtime" "^7.12.5" "@matrix-org/analytics-events" "^0.24.0" "@matrix-org/emojibase-bindings" "^1.1.2" - "@matrix-org/matrix-wysiwyg" "2.37.4" + "@matrix-org/matrix-wysiwyg" "2.37.8" "@matrix-org/react-sdk-module-api" "^2.4.0" "@matrix-org/spec" "^1.7.0" "@sentry/browser" "^8.0.0" "@testing-library/react-hooks" "^8.0.1" - "@vector-im/compound-design-tokens" "^1.6.1" + "@vector-im/compound-design-tokens" "^1.8.0" "@vector-im/compound-web" "^5.5.0" "@zxcvbn-ts/core" "^3.0.4" "@zxcvbn-ts/language-common" "^3.0.4" @@ -8202,8 +8204,8 @@ maplibre-gl "^2.0.0" matrix-encrypt-attachment "^1.0.3" matrix-events-sdk "0.0.1" - matrix-js-sdk "34.3.1" - matrix-widget-api "^1.5.0" + matrix-js-sdk "34.4.0" + matrix-widget-api "^1.8.2" memoize-one "^6.0.0" minimist "^1.2.5" oidc-client-ts "^3.0.1" @@ -8239,14 +8241,6 @@ minimist "^1.2.8" walk "^2.3.15" -matrix-widget-api@^1.3.1, matrix-widget-api@^1.5.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/matrix-widget-api/-/matrix-widget-api-1.7.0.tgz#ae3b44380f11bb03519d0bf0373dfc3341634667" - integrity sha512-dzSnA5Va6CeIkyWs89xZty/uv38HLyfjOrHGbbEikCa2ZV0HTkUNtrBMKlrn4CRYyDJ6yoO/3ssRwiR0jJvOkQ== - dependencies: - "@types/events" "^3.0.0" - events "^3.2.0" - matrix-widget-api@^1.8.2: version "1.8.2" resolved "https://registry.yarnpkg.com/matrix-widget-api/-/matrix-widget-api-1.8.2.tgz#28d344502a85593740f560b0f8120e474a054505" ++++++ 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.10096/npm-packages-offline-cache.tar.gz differ: char 12, line 1