- Update to synapse to 1.19.2
- Bugfixes - Fix joining rooms over federation that include malformed events. ([\#8324](https://github.com/matrix-org/synapse/issues/8324)) OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=139
This commit is contained in:
parent
f36abf54f9
commit
8c2a86932c
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="url">https://github.com/matrix-org/synapse.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.19.1</param>
|
||||
<param name="revision">v1.19.2</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65ce0942af74944ceaced25770a18aa521c49fc08061cd642d65873a2113e516
|
||||
size 27730957
|
3
matrix-synapse-1.19.2.obscpio
Normal file
3
matrix-synapse-1.19.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f313b92d26568bfc7e74a079e9b845df10184b168d210219073909a150329147
|
||||
size 27731469
|
@ -32,7 +32,7 @@
|
||||
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}-test
|
||||
Version: 1.19.1
|
||||
Version: 1.19.2
|
||||
Release: 0
|
||||
Summary: Test package for %{pkgname}
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 16 14:03:45 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to synapse to 1.19.2
|
||||
- Bugfixes
|
||||
- Fix joining rooms over federation that include malformed
|
||||
events.
|
||||
([\#8324](https://github.com/matrix-org/synapse/issues/8324))
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 13:10:02 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: matrix-synapse
|
||||
version: 1.19.1
|
||||
mtime: 1598521839
|
||||
commit: eadfda3ebc165317c634948826d50794b11dad46
|
||||
version: 1.19.2
|
||||
mtime: 1600259823
|
||||
commit: 5ffd68dca12e78b0e173a563918b71249c467b40
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
%define modname synapse
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}
|
||||
Version: 1.19.1
|
||||
Version: 1.19.2
|
||||
Release: 0
|
||||
Summary: Matrix protocol reference homeserver
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user