Accepting request 756814 from home:cyphar:matrix
- Update to 1.7.0. * Implement per-room message retention policies. * Add etag and count fields to key backup endpoints to help clients guess if there are new keys. * Configure privacy-preserving settings by default for the room directory. * Add ephemeral messages support by partially implementing MSC2228. * Add support for MSC 2367, which allows specifying a reason on all membership events. The full changelog is included in /usr/share/doc/packages/matrix-synapse/CHANGES.md. OBS-URL: https://build.opensuse.org/request/show/756814 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=97
This commit is contained in:
parent
628996ed5b
commit
a36600555c
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="url">https://github.com/matrix-org/synapse.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v1.6.1</param>
|
||||
<param name="revision">v1.7.0</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cfe65cc047b36ec60eaade86c33e8b65671b97db9b347c88a4ef4f45030004b
|
||||
size 26110989
|
3
matrix-synapse-1.7.0.obscpio
Normal file
3
matrix-synapse-1.7.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71087e7dac3719092d9853e70861212bf59eda8f5d1217db9e96a521f7cae01a
|
||||
size 26241037
|
@ -32,7 +32,7 @@
|
||||
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}-test
|
||||
Version: 1.6.1
|
||||
Version: 1.7.0
|
||||
Release: 0
|
||||
Summary: Test package for %{pkgname}
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 13 13:23:59 UTC 2019 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
- Update to 1.7.0.
|
||||
|
||||
* Implement per-room message retention policies.
|
||||
* Add etag and count fields to key backup endpoints to help clients guess if
|
||||
there are new keys.
|
||||
* Configure privacy-preserving settings by default for the room directory.
|
||||
* Add ephemeral messages support by partially implementing MSC2228.
|
||||
* Add support for MSC 2367, which allows specifying a reason on all
|
||||
membership events.
|
||||
|
||||
The full changelog is included in
|
||||
/usr/share/doc/packages/matrix-synapse/CHANGES.md.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 28 17:41:02 UTC 2019 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: matrix-synapse
|
||||
version: 1.6.1
|
||||
mtime: 1574940590
|
||||
commit: e7777f3668d09c87335830f785f42c851827b497
|
||||
version: 1.7.0
|
||||
mtime: 1576234349
|
||||
commit: ba57a456449bdf32cdc3b4b7418aa5022d70f5e5
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
%define modname synapse
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}
|
||||
Version: 1.6.1
|
||||
Version: 1.7.0
|
||||
Release: 0
|
||||
Summary: Matrix protocol reference homeserver
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user