Accepting request 845068 from home:darix:apps
- Update to 1.22.1 - Fix a bug where an appservice may not be forwarded events for a room it was recently invited to. Broke in v1.22.0. (#8676) - Fix Object of type frozendict is not JSON serializable exceptions when using third-party event rules. Broke in v1.22.0. (#8678) OBS-URL: https://build.opensuse.org/request/show/845068 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=151
This commit is contained in:
parent
09a7c994d8
commit
8ce8330c63
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.22.0</param>
|
||||
<param name="revision">v1.22.1</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:7fa107f7cff2e5a53b7647b4b5f03f2dc21201af0469f8431c4d874731ced41f
|
||||
size 28682765
|
3
matrix-synapse-1.22.1.obscpio
Normal file
3
matrix-synapse-1.22.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:216f06bc9c27dccce79755382fdabccaa46d978f4d86ce616113d137e00339e4
|
||||
size 28683277
|
@ -32,7 +32,7 @@
|
||||
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}-test
|
||||
Version: 1.22.0
|
||||
Version: 1.22.1
|
||||
Release: 0
|
||||
Summary: Test package for %{pkgname}
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 30 16:04:21 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to 1.22.1
|
||||
- Fix a bug where an appservice may not be forwarded events for a
|
||||
room it was recently invited to. Broke in v1.22.0. (#8676)
|
||||
- Fix Object of type frozendict is not JSON serializable
|
||||
exceptions when using third-party event rules. Broke in
|
||||
v1.22.0. (#8678)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 27 12:19:54 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: matrix-synapse
|
||||
version: 1.22.0
|
||||
mtime: 1603800439
|
||||
commit: fedfdfd7502e63d28054d644d63fef18b57befd7
|
||||
version: 1.22.1
|
||||
mtime: 1604072013
|
||||
commit: b176f1036a247959f64378f3f3fa4b5175b3b5e9
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
||||
%define modname synapse
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}
|
||||
Version: 1.22.0
|
||||
Version: 1.22.1
|
||||
Release: 0
|
||||
Summary: Matrix protocol reference homeserver
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user