Accepting request 751595 from home:cyphar:matrix
- Update to 1.6.1. * Clean up local threepids from user on account deactivation. * Fix startup error when http proxy is defined. The full changelog is included in /usr/share/doc/packages/matrix-synapse/CHANGES.md. OBS-URL: https://build.opensuse.org/request/show/751595 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=94
This commit is contained in:
parent
a546143a76
commit
ff36a55492
2
_service
2
_service
@ -5,7 +5,7 @@
|
|||||||
<param name="url">https://github.com/matrix-org/synapse.git</param>
|
<param name="url">https://github.com/matrix-org/synapse.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="revision">v1.6.0</param>
|
<param name="revision">v1.6.1</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled"/>
|
<service name="set_version" mode="disabled"/>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:01e3ea863148d5a13fc8de90bd3a5a36e92ef211cbe311b9c27ca41544b8490e
|
|
||||||
size 26109965
|
|
3
matrix-synapse-1.6.1.obscpio
Normal file
3
matrix-synapse-1.6.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8cfe65cc047b36ec60eaade86c33e8b65671b97db9b347c88a4ef4f45030004b
|
||||||
|
size 26110989
|
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
%define pkgname matrix-synapse
|
%define pkgname matrix-synapse
|
||||||
Name: %{pkgname}-test
|
Name: %{pkgname}-test
|
||||||
Version: 1.6.0
|
Version: 1.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test package for %{pkgname}
|
Summary: Test package for %{pkgname}
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 28 12:04:57 UTC 2019 - Aleksa Sarai <asarai@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.6.1.
|
||||||
|
|
||||||
|
* Clean up local threepids from user on account deactivation.
|
||||||
|
* Fix startup error when http proxy is defined.
|
||||||
|
|
||||||
|
The full changelog is included in
|
||||||
|
/usr/share/doc/packages/matrix-synapse/CHANGES.md.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 28 08:48:16 UTC 2019 - Aleksa Sarai <asarai@suse.com>
|
Thu Nov 28 08:48:16 UTC 2019 - Aleksa Sarai <asarai@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: matrix-synapse
|
name: matrix-synapse
|
||||||
version: 1.6.0
|
version: 1.6.1
|
||||||
mtime: 1574774920
|
mtime: 1574940590
|
||||||
commit: b98971e8a437eb3903506eadbefdf6cb2e0853d6
|
commit: e7777f3668d09c87335830f785f42c851827b497
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
%define modname synapse
|
%define modname synapse
|
||||||
%define pkgname matrix-synapse
|
%define pkgname matrix-synapse
|
||||||
Name: %{pkgname}
|
Name: %{pkgname}
|
||||||
Version: 1.6.0
|
Version: 1.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Matrix protocol reference homeserver
|
Summary: Matrix protocol reference homeserver
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user