Accepting request 751528 from home:cyphar:matrix
- Update to 1.6.0. + Add federation support for cross-signing. + Increase default room version from 4 to 5, thereby enforcing server key validity period checks. + Add support for outbound http proxying via http_proxy/HTTPS_PROXY env vars. + Implement label-based filtering on /sync and /messages (MSC2326). The full changelog is included in /usr/share/doc/packages/matrix-synapse/CHANGES.md. OBS-URL: https://build.opensuse.org/request/show/751528 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=93
This commit is contained in:
parent
141ff9ccdc
commit
a546143a76
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.5.1</param>
|
||||
<param name="revision">v1.6.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:ccbfd08533f0469814fd88ecbd1d024844767efcc1d9ae9a21674919ef855035
|
||||
size 7150093
|
3
matrix-synapse-1.6.0.obscpio
Normal file
3
matrix-synapse-1.6.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01e3ea863148d5a13fc8de90bd3a5a36e92ef211cbe311b9c27ca41544b8490e
|
||||
size 26109965
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package matrix-synapse-test
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -32,7 +32,7 @@
|
||||
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}-test
|
||||
Version: 1.5.1
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
Summary: Test package for %{pkgname}
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 28 08:48:16 UTC 2019 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
- Update to 1.6.0.
|
||||
|
||||
+ Add federation support for cross-signing.
|
||||
+ Increase default room version from 4 to 5, thereby enforcing server key validity period checks.
|
||||
+ Add support for outbound http proxying via http_proxy/HTTPS_PROXY env vars.
|
||||
+ Implement label-based filtering on /sync and /messages (MSC2326).
|
||||
|
||||
The full changelog is included in
|
||||
/usr/share/doc/packages/matrix-synapse/CHANGES.md.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 18 11:16:03 UTC 2019 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: matrix-synapse
|
||||
version: 1.5.1
|
||||
mtime: 1573034543
|
||||
commit: feafd98aca3e72d27516c79f986a28ea39886ebc
|
||||
version: 1.6.0
|
||||
mtime: 1574774920
|
||||
commit: b98971e8a437eb3903506eadbefdf6cb2e0853d6
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package matrix-synapse
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -43,7 +43,7 @@
|
||||
%define modname synapse
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}
|
||||
Version: 1.5.1
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
Summary: Matrix protocol reference homeserver
|
||||
License: Apache-2.0
|
||||
@ -52,7 +52,6 @@ URL: https://github.com/matrix-org/synapse
|
||||
Source0: %{pkgname}-%{version}.tar.xz
|
||||
Source50: %{pkgname}.service
|
||||
BuildRequires: %{python_module base}
|
||||
BuildRequires: %{python_module psutil >= 2.0.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module treq >= 15.1.0}
|
||||
BuildRequires: fdupes
|
||||
@ -80,7 +79,6 @@ Requires: python-msgpack >= 0.5.2
|
||||
Requires: python-netaddr >= 0.7.18
|
||||
Requires: python-phonenumbers >= 8.2.0
|
||||
Requires: python-prometheus_client >= 0.4.0
|
||||
Requires: python-psutil >= 2.0.0
|
||||
Requires: python-pyOpenSSL >= 16.0.0
|
||||
Requires: python-pyasn1 >= 0.1.9
|
||||
Requires: python-pyasn1-modules >= 0.0.7
|
||||
|
Loading…
Reference in New Issue
Block a user