- 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=55
This commit is contained in:
parent
e67feb9924
commit
c4f19417b5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5007e77c1e0ca98563d0decefb6e6ca178983676b4cf7aebfb8d1363d8e73cbb
|
|
||||||
size 2380818
|
|
3
element-web-1.11.49.tar.gz
Normal file
3
element-web-1.11.49.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3d663c2bef164d284f2a7b29ec74b89b5a86063b85100089906708eb07b484e9
|
||||||
|
size 2380605
|
@ -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>
|
Tue Nov 7 18:20:38 UTC 2023 - Dominik Heidler <dheidler@suse.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: element-web
|
Name: element-web
|
||||||
Version: 1.11.48
|
Version: 1.11.49
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A glossy Matrix collaboration client - web files
|
Summary: A glossy Matrix collaboration client - web files
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e869a25995d7ecc5a8d06a824a2601fdeec4c875e0770f730b537970c8fb2fee
|
oid sha256:0f33fbd69e1c63278a45ddd9f1ae8d4493e8978377649130b794d5ec268d9f90
|
||||||
size 98053230
|
size 98049273
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
version=$1
|
||||||
|
sed -i -e "s/^\(Version: *\)[^ ]*$/\1${version}/" element-web.spec
|
||||||
|
|
||||||
oldwd="$(pwd)"
|
oldwd="$(pwd)"
|
||||||
|
|
||||||
# cleanup old stuff
|
# cleanup old stuff
|
||||||
@ -20,7 +23,7 @@ osc add element-web-*.tar.gz
|
|||||||
rm -rf "element-web-${version}"
|
rm -rf "element-web-${version}"
|
||||||
tar xzvf element-web-${version}.tar.gz
|
tar xzvf element-web-${version}.tar.gz
|
||||||
cd element-web-${version}
|
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
|
echo 'yarn-offline-mirror "./npm-packages-offline-cache"' > .yarnrc
|
||||||
yarn cache clean
|
yarn cache clean
|
||||||
|
Loading…
Reference in New Issue
Block a user