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 2022-11-10 14:21:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/element-web (Old) and /work/SRC/openSUSE:Factory/.element-web.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "element-web" Thu Nov 10 14:21:59 2022 rev:25 rq:1034890 version:1.11.13 Changes: -------- --- /work/SRC/openSUSE:Factory/element-web/element-web.changes 2022-11-03 19:14:29.536116100 +0100 +++ /work/SRC/openSUSE:Factory/.element-web.new.1597/element-web.changes 2022-11-10 14:22:24.206390084 +0100 @@ -1,0 +2,5 @@ +Wed Nov 2 16:49:35 UTC 2022 - Dominik Heidler <dheid...@suse.de> + +- Add sentry-cli for s390x and ppc64(le) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 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.1597/npm-packages-offline-cache.tar.gz differ: char 13, line 1 ++++++ prepare.sh ++++++ --- /var/tmp/diff_new_pack.9YudNm/_old 2022-11-10 14:22:27.222407155 +0100 +++ /var/tmp/diff_new_pack.9YudNm/_new 2022-11-10 14:22:27.226407178 +0100 @@ -37,7 +37,7 @@ # fill sentry-cli cache with mock binaries for all architecutres 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; do +for arch in i686 x86_64 aarch64 armv7 riscv64 ppc64 ppc64le s390x; do url="https://downloads.sentry-cdn.com/sentry-cli/${sentry_cli_version}/sentry-cli-Linux-${arch}" filehash=$(echo -n "$url" | md5sum | cut -c1-6) target="${filehash}-sentry-cli-Linux-${arch/_/-}"