SHA256
1
0
forked from pool/element-web

Accepting request 1127712 from devel:languages:nodejs

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1127712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-web?expand=0&rev=43
This commit is contained in:
Ana Guerrero 2023-11-20 20:20:18 +00:00 committed by Git OBS Bridge
commit 103caca537
6 changed files with 21 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5007e77c1e0ca98563d0decefb6e6ca178983676b4cf7aebfb8d1363d8e73cbb
size 2380818

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d663c2bef164d284f2a7b29ec74b89b5a86063b85100089906708eb07b484e9
size 2380605

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Nov 13 13:54:59 UTC 2023 - Dominik Heidler <dheidler@suse.de>
- Version 1.11.49
## ✨ Features
* Ship element-web as a debian package (https://github.com/vector-im/element-web/pull/26533). Fixes #2777.
## 🐛 Bug Fixes
* Ensure `setUserCreator` is called when a store is assigned (https://github.com/matrix-org/matrix-js-sdk/pull/3867). Fixes vector-im/element-web#26520. Contributed by @MidhunSureshR.
-------------------------------------------------------------------
Tue Nov 7 18:20:38 UTC 2023 - Dominik Heidler <dheidler@suse.de>

View File

@ -17,7 +17,7 @@
Name: element-web
Version: 1.11.48
Version: 1.11.49
Release: 0
Summary: A glossy Matrix collaboration client - web files
License: Apache-2.0

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e869a25995d7ecc5a8d06a824a2601fdeec4c875e0770f730b537970c8fb2fee
size 98053230
oid sha256:0f33fbd69e1c63278a45ddd9f1ae8d4493e8978377649130b794d5ec268d9f90
size 98049273

View File

@ -2,6 +2,9 @@
set -ex
version=$1
sed -i -e "s/^\(Version: *\)[^ ]*$/\1${version}/" element-web.spec
oldwd="$(pwd)"
# cleanup old stuff
@ -20,7 +23,7 @@ osc add element-web-*.tar.gz
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/' -e 's/\[.*\](\(.*\))/\1/g')
changes=$(grep "^Changes in \[$last_packaged_version\]" -B10000 CHANGELOG.md | head -n -2 | sed -e '/^==*$/d' -e 's/Changes in \[\([^\[]*\)\].*/Version \1/' -e 's/^\([^-].*\)$/ \1/' -e 's/\[.*\](\(.*\))/\1/g' -e 's/^ *Version /Version /g')
echo 'yarn-offline-mirror "./npm-packages-offline-cache"' > .yarnrc
yarn cache clean