Accepting request 1162886 from home:adamm:apps
- Moved to Element maintained fork as matrix has archived their version - Update to 1.103.0 - Features - Add a new List Accounts v3 Admin API with improved deactivated user filtering capabilities. (#16874) - Include Retry-After header by default per MSC4041. Contributed by @clokep. (#16947) - Bugfixes - Fix joining remote rooms when a module uses the on_new_event callback. This callback may now pass partial state events instead of the full state for remote rooms. Introduced in v1.76.0. (#16973) - Fix performance issue when joining very large rooms that can cause the server to lock up. Introduced in v1.100.0. Contributed by @ggogel. (#16968) - Improved Documentation - Add HAProxy example for single port operation to reverse proxy documentation. Contributed by Georg Pfuetzenreuter (@tacerus). (#16768) - Improve the documentation around running Complement tests with new configuration parameters. (#16946) - Add docs on upgrading from a very old version. (#16951) For changes in older version since 1.98.0, see https://github.com/element-hq/synapse/releases OBS-URL: https://build.opensuse.org/request/show/1162886 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=310
This commit is contained in:
parent
83d7ba9306
commit
09b0e5c958
4
_service
4
_service
@ -2,9 +2,9 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="filename">matrix-synapse</param>
|
<param name="filename">matrix-synapse</param>
|
||||||
<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/element-hq/synapse.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v1.98.0</param>
|
<param name="revision">v1.103.0</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>
|
||||||
<!--
|
<!--
|
||||||
|
3
matrix-synapse-1.103.0.obscpio
Normal file
3
matrix-synapse-1.103.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ece126bf405b4830f0f539d8f59c4da4911df789f26ba31ff8addb6f9f6f72ff
|
||||||
|
size 36274189
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b6b1039016495453a626483fd4669abcd9a72fa79346365a0982e9f5eb162de0
|
|
||||||
size 35869197
|
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package matrix-synapse-test
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,10 +27,10 @@
|
|||||||
|
|
||||||
%define pkgname matrix-synapse
|
%define pkgname matrix-synapse
|
||||||
Name: %{pkgname}-test
|
Name: %{pkgname}-test
|
||||||
Version: 1.98.0
|
Version: 1.103.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test package for %{pkgname}
|
Summary: Test package for %{pkgname}
|
||||||
License: Apache-2.0
|
License: AGPL-3.0-or-later
|
||||||
BuildRequires: %{pkgname} == %{version}
|
BuildRequires: %{pkgname} == %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 27 12:14:05 UTC 2024 - Adam Majer <adam.majer@suse.de>
|
||||||
|
|
||||||
|
- Moved to Element maintained fork as matrix has archived their version
|
||||||
|
- Update to 1.103.0
|
||||||
|
- Features
|
||||||
|
- Add a new List Accounts v3 Admin API with improved deactivated
|
||||||
|
user filtering capabilities. (#16874)
|
||||||
|
- Include Retry-After header by default per MSC4041. Contributed
|
||||||
|
by @clokep. (#16947)
|
||||||
|
- Bugfixes
|
||||||
|
- Fix joining remote rooms when a module uses the on_new_event
|
||||||
|
callback. This callback may now pass partial state events
|
||||||
|
instead of the full state for remote rooms. Introduced in
|
||||||
|
v1.76.0. (#16973)
|
||||||
|
- Fix performance issue when joining very large rooms that can
|
||||||
|
cause the server to lock up. Introduced in v1.100.0.
|
||||||
|
Contributed by @ggogel. (#16968)
|
||||||
|
- Improved Documentation
|
||||||
|
- Add HAProxy example for single port operation to reverse proxy
|
||||||
|
documentation. Contributed by Georg Pfuetzenreuter (@tacerus).
|
||||||
|
(#16768)
|
||||||
|
- Improve the documentation around running Complement tests with
|
||||||
|
new configuration parameters. (#16946)
|
||||||
|
- Add docs on upgrading from a very old version. (#16951)
|
||||||
|
|
||||||
|
For changes in older version since 1.98.0, see
|
||||||
|
https://github.com/element-hq/synapse/releases
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 1 23:54:12 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
Fri Mar 1 23:54:12 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: matrix-synapse
|
name: matrix-synapse
|
||||||
version: 1.98.0
|
version: 1.103.0
|
||||||
mtime: 1702396288
|
mtime: 1710851081
|
||||||
commit: 15733b0931ceaa72cf4175c44fe58128fa273bac
|
commit: 0b4dc4de7cd92180074ccf32ed4a53b7fa330aad
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package matrix-synapse
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -159,12 +159,12 @@
|
|||||||
%define pkgname matrix-synapse
|
%define pkgname matrix-synapse
|
||||||
%define eggname matrix_synapse
|
%define eggname matrix_synapse
|
||||||
Name: %{pkgname}
|
Name: %{pkgname}
|
||||||
Version: 1.98.0
|
Version: 1.103.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Matrix protocol reference homeserver
|
Summary: Matrix protocol reference homeserver
|
||||||
License: Apache-2.0
|
License: AGPL-3.0-or-later
|
||||||
Group: Productivity/Networking/Instant Messenger
|
Group: Productivity/Networking/Instant Messenger
|
||||||
URL: https://github.com/matrix-org/synapse
|
URL: https://github.com/element-hq/synapse
|
||||||
Source0: %{pkgname}-%{version}.tar.xz
|
Source0: %{pkgname}-%{version}.tar.xz
|
||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
Source47: matrix-synapse-user.conf
|
Source47: matrix-synapse-user.conf
|
||||||
@ -183,6 +183,7 @@ Patch1: bump-dependencies.patch
|
|||||||
Source100: 10719-Fix-instert-of-duplicate-key-into-event_json.patch
|
Source100: 10719-Fix-instert-of-duplicate-key-into-event_json.patch
|
||||||
BuildRequires: %{use_python}-base >= 3.8
|
BuildRequires: %{use_python}-base >= 3.8
|
||||||
BuildRequires: %{use_python}-pip
|
BuildRequires: %{use_python}-pip
|
||||||
|
BuildRequires: %{use_python}-poetry-core >= 1.1.0
|
||||||
BuildRequires: %{use_python}-setuptools
|
BuildRequires: %{use_python}-setuptools
|
||||||
BuildRequires: %{use_python}-wheel
|
BuildRequires: %{use_python}-wheel
|
||||||
BuildRequires: cargo
|
BuildRequires: cargo
|
||||||
@ -192,7 +193,6 @@ BuildRequires: systemd-rpm-macros
|
|||||||
BuildRequires: sysuser-shadow
|
BuildRequires: sysuser-shadow
|
||||||
BuildRequires: sysuser-tools
|
BuildRequires: sysuser-tools
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
BuildRequires: (%{use_python}-poetry-core >= 1.1.0 with %{use_python}-poetry-core =< 1.8.1)
|
|
||||||
%{?systemd_ordering}
|
%{?systemd_ordering}
|
||||||
%{sysusers_requires}
|
%{sysusers_requires}
|
||||||
%requires_peq %{use_python}-base
|
%requires_peq %{use_python}-base
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:198292b475084770da4f236534e6ab3c7227257bacd024d2bfe06c0617c7db9e
|
oid sha256:4f8f1b58ea9b52fa3a3b3167156387428ebd2b4f9d6b19f01316ac72a731a2bb
|
||||||
size 5699626
|
size 5821426
|
||||||
|
Loading…
Reference in New Issue
Block a user