Accepting request 815307 from home:darix:apps
- Update to 1.15.1 - Fix a bug introduced in v1.15.0 that would crash Synapse on start when using certain password auth providers. (#7684) - Fix a bug introduced in v1.15.0 which meant that some 3PID management endpoints were not accessible on the correct URL. OBS-URL: https://build.opensuse.org/request/show/815307 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=129
This commit is contained in:
parent
0ef123ac9e
commit
9417020078
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.15.0</param>
|
||||
<param name="revision">v1.15.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:1ca565fd76a38a5cc17353c820640606b4ac250afa8a05cabbe1d5f7e423f3ef
|
||||
size 27415053
|
3
matrix-synapse-1.15.1.obscpio
Normal file
3
matrix-synapse-1.15.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d7eb4f8142ea3d29115c72880cf0d367ae77ddb14378b071da5d6e78133b059
|
||||
size 27418125
|
@ -32,7 +32,7 @@
|
||||
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}-test
|
||||
Version: 1.15.0
|
||||
Version: 1.15.1
|
||||
Release: 0
|
||||
Summary: Test package for %{pkgname}
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 18:36:01 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to 1.15.1
|
||||
- Fix a bug introduced in v1.15.0 that would crash Synapse on
|
||||
start when using certain password auth providers. (#7684)
|
||||
- Fix a bug introduced in v1.15.0 which meant that some 3PID
|
||||
management endpoints were not accessible on the correct URL.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 11 14:28:57 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: matrix-synapse
|
||||
version: 1.15.0
|
||||
mtime: 1591878447
|
||||
commit: 3b3f327a0d73f81609399d194a13b42fd01e85f7
|
||||
version: 1.15.1
|
||||
mtime: 1592299864
|
||||
commit: 0fc5575c5b7cfed8263db91bc1f1335a52b9d62e
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
%define modname synapse
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}
|
||||
Version: 1.15.0
|
||||
Version: 1.15.1
|
||||
Release: 0
|
||||
Summary: Matrix protocol reference homeserver
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user