Accepting request 796598 from home:darix:apps
- Update to 1.12.4 - Features: - Always send users their own device updates. (#7160) - Add support for handling GET requests for account_data on a worker. (#7311) - Bugfixes: - Fix a bug that prevented cross-signing with users on worker-mode synapses. (#7255) - Do not treat display names as globs in push rules. (#7271) - Fix a bug with cross-signing devices belonging to remote users who did not share a room with any user on the local homeserver. (#7289) OBS-URL: https://build.opensuse.org/request/show/796598 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=123
This commit is contained in:
parent
32d877450a
commit
2012c8a13a
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.12.3</param>
|
||||
<param name="revision">v1.12.4</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<!--
|
||||
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b34e858e5383f7bdd6ec961c4c25c956de404843e1c5edd0696a96436789d0dc
|
||||
size 26579981
|
3
matrix-synapse-1.12.4.obscpio
Normal file
3
matrix-synapse-1.12.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72be5980285bc0311465fdbc3fcc2d305e3352b61311157672daee5d9bef1605
|
||||
size 26591245
|
@ -32,7 +32,7 @@
|
||||
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}-test
|
||||
Version: 1.12.3
|
||||
Version: 1.12.4
|
||||
Release: 0
|
||||
Summary: Test package for %{pkgname}
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 23 15:51:48 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to 1.12.4
|
||||
- Features:
|
||||
- Always send users their own device updates. (#7160)
|
||||
- Add support for handling GET requests for account_data on a
|
||||
worker. (#7311)
|
||||
- Bugfixes:
|
||||
- Fix a bug that prevented cross-signing with users on
|
||||
worker-mode synapses. (#7255)
|
||||
- Do not treat display names as globs in push rules. (#7271)
|
||||
- Fix a bug with cross-signing devices belonging to remote
|
||||
users who did not share a room with any user on the local
|
||||
homeserver. (#7289)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 3 12:21:52 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: matrix-synapse
|
||||
version: 1.12.3
|
||||
mtime: 1585909556
|
||||
commit: 883ac4b1bb7c520e928e8a42d7700de7f0d56055
|
||||
version: 1.12.4
|
||||
mtime: 1587653950
|
||||
commit: ce9b62e13f7d653e5099ae4a159c0e5cde419cf8
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
%define modname synapse
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}
|
||||
Version: 1.12.3
|
||||
Version: 1.12.4
|
||||
Release: 0
|
||||
Summary: Matrix protocol reference homeserver
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user