Accepting request 941922 from home:darix:apps

- Update to 1.49.2
  - Bugfixes
    - Fix a performance regression in /sync handling, introduced in
      1.49.0. (#11583)
  - Internal Changes
    - Work around a build problem on Debian Buster. (#11625)

OBS-URL: https://build.opensuse.org/request/show/941922
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=203
This commit is contained in:
Marcus Rückert 2021-12-21 18:44:00 +00:00 committed by Git OBS Bridge
parent 7ec4f3f062
commit 4d19643f8f
7 changed files with 20 additions and 10 deletions

View File

@ -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.49.0</param>
<param name="revision">v1.49.2</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<!--

View File

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

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Dec 21 18:39:09 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- Update to 1.49.2
- Bugfixes
- Fix a performance regression in /sync handling, introduced in
1.49.0. (#11583)
- Internal Changes
- Work around a build problem on Debian Buster. (#11625)
-------------------------------------------------------------------
Tue Dec 14 14:29:19 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>

View File

@ -1,5 +1,5 @@
name: matrix-synapse
version: 1.49.0
mtime: 1639486846
commit: 92906e1b603ec7186775d9b1d20207862098d5d4
version: 1.49.2
mtime: 1640108494
commit: 6b6dcdc338a3fcfa1da6c3e2a38f62c268df1cbc

View File

@ -47,7 +47,7 @@
%define pkgname matrix-synapse
%define eggname matrix_synapse
Name: %{pkgname}
Version: 1.49.0
Version: 1.49.2
Release: 0
Summary: Matrix protocol reference homeserver
License: Apache-2.0
@ -100,7 +100,7 @@ BuildRequires: %{use_python}-canonicaljson >= 1.4.0
%requires_eq %{use_python}-canonicaljson
BuildRequires: %{use_python}-cryptography
%requires_eq %{use_python}-cryptography
BuildRequires: %{use_python}-frozendict >= 1
BuildRequires: (%{use_python}-frozendict >= 1 with %{use_python}-frozendict < 2.1.2)
%requires_eq %{use_python}-frozendict
BuildRequires: %{use_python}-idna >= 2.5
%requires_eq %{use_python}-idna