Accepting request 907791 from home:darix:apps

- Update to 1.38.1
  Always include device_one_time_keys_count key in /sync response
  to work around a bug in Element Android that broke encryption for
  new devices. (#10457)

OBS-URL: https://build.opensuse.org/request/show/907791
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=187
This commit is contained in:
Marcus Rückert 2021-07-22 16:21:37 +00:00 committed by Git OBS Bridge
parent 547a2238fb
commit cdbe3068c7
7 changed files with 17 additions and 9 deletions

View File

@ -4,7 +4,7 @@
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<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="revision">v1.38.0</param> <param name="revision">v1.38.1</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>
<!-- <!--

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de60b88364555b45d0e91391f8ff875960ed757420143635ae4eedf26c66ac67
size 30576653

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3a4275a8fc966a2458c8f1049889cfb3cd11f2e673656174ba8d3e910def8585
size 30577677

View File

@ -27,7 +27,7 @@
%define pkgname matrix-synapse %define pkgname matrix-synapse
Name: %{pkgname}-test Name: %{pkgname}-test
Version: 1.38.0 Version: 1.38.1
Release: 0 Release: 0
Summary: Test package for %{pkgname} Summary: Test package for %{pkgname}
License: Apache-2.0 License: Apache-2.0

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jul 22 16:20:00 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- Update to 1.38.1
Always include device_one_time_keys_count key in /sync response
to work around a bug in Element Android that broke encryption for
new devices. (#10457)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 16 15:32:21 UTC 2021 - Marcus Rueckert <mrueckert@suse.de> Fri Jul 16 15:32:21 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>

View File

@ -1,5 +1,5 @@
name: matrix-synapse name: matrix-synapse
version: 1.38.0 version: 1.38.1
mtime: 1626179146 mtime: 1626964630
commit: 519ec8271ff6a1d59043ac318c34dca898e079dc commit: 283bb5c94eafbec3464de81340f0dc53bb88f629

View File

@ -47,7 +47,7 @@
%define pkgname matrix-synapse %define pkgname matrix-synapse
%define eggname matrix_synapse %define eggname matrix_synapse
Name: %{pkgname} Name: %{pkgname}
Version: 1.38.0 Version: 1.38.1
Release: 0 Release: 0
Summary: Matrix protocol reference homeserver Summary: Matrix protocol reference homeserver
License: Apache-2.0 License: Apache-2.0