Accepting request 887396 from network:messaging:matrix
OBS-URL: https://build.opensuse.org/request/show/887396 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=32
This commit is contained in:
commit
51e46156bd
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="url">https://github.com/matrix-org/synapse.git</param>
|
<param name="url">https://github.com/matrix-org/synapse.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v1.32.0</param>
|
<param name="revision">v1.32.1</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<!--
|
<!--
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d2f05dd9bccf4b46caff458418f11fe055f358eddaddb6d6e8d3a401fbe59241
|
|
||||||
size 29988365
|
|
3
matrix-synapse-1.32.1.obscpio
Normal file
3
matrix-synapse-1.32.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e5f149a38ad2bdf8a2cf8753bd96057ce6311a7cef635ceb541931385d3e8c68
|
||||||
|
size 29991437
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
%define pkgname matrix-synapse
|
%define pkgname matrix-synapse
|
||||||
Name: %{pkgname}-test
|
Name: %{pkgname}-test
|
||||||
Version: 1.32.0
|
Version: 1.32.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test package for %{pkgname}
|
Summary: Test package for %{pkgname}
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 21 14:08:11 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- Update to v1.32.1
|
||||||
|
|
||||||
|
This release fixes a regression in Synapse 1.32.0 that caused
|
||||||
|
connected Prometheus instances to become unstable. If you ran
|
||||||
|
Synapse 1.32.0 with Prometheus metrics, first upgrade to Synapse
|
||||||
|
1.32.1 and follow these instructions to clean up any excess
|
||||||
|
writeahead logs.
|
||||||
|
|
||||||
|
- Bugfixes
|
||||||
|
- Fix a regression in Synapse 1.32.0 which caused Synapse to
|
||||||
|
report large numbers of Prometheus time series, potentially
|
||||||
|
overwhelming Prometheus instances. (#9854)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 20 17:15:24 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
|
Tue Apr 20 17:15:24 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: matrix-synapse
|
name: matrix-synapse
|
||||||
version: 1.32.0
|
version: 1.32.1
|
||||||
mtime: 1618926437
|
mtime: 1619012644
|
||||||
commit: 438a8594cb5a74478da36fe33ba98d86e2ca00fc
|
commit: bdb4c20dc1ed4b5c88ac2889d1a02a32a9dd8a1f
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
%define pkgname matrix-synapse
|
%define pkgname matrix-synapse
|
||||||
%define eggname matrix_synapse
|
%define eggname matrix_synapse
|
||||||
Name: %{pkgname}
|
Name: %{pkgname}
|
||||||
Version: 1.32.0
|
Version: 1.32.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Matrix protocol reference homeserver
|
Summary: Matrix protocol reference homeserver
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user