Accepting request 975254 from home:darix:apps
- Update to 1.58.1 This patch release includes a fix to the Debian packages, installing the systemd and cache_memory extra package groups, which were incorrectly omitted in v1.58.0. This primarily prevented Synapse from starting when the systemd.journal.JournalHandler log handler was configured. See #12631 for further information. Otherwise, no significant changes since 1.58.0. OBS-URL: https://build.opensuse.org/request/show/975254 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=219
This commit is contained in:
parent
d65a9be722
commit
34ed385d28
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.58.0</param>
|
||||
<param name="revision">v1.58.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:9ef60811b379a18bb48b3b5d2a36bd9cb3fb772983cd84e28ed09bb9f5eba345
|
||||
size 33074701
|
3
matrix-synapse-1.58.1.obscpio
Normal file
3
matrix-synapse-1.58.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21d53754a4c8c0428034b19510f6415f83cd7f82668bbd05c9b647d49ea1ee9c
|
||||
size 33075213
|
@ -27,7 +27,7 @@
|
||||
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}-test
|
||||
Version: 1.58.0
|
||||
Version: 1.58.1
|
||||
Release: 0
|
||||
Summary: Test package for %{pkgname}
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 5 18:33:27 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to 1.58.1
|
||||
This patch release includes a fix to the Debian packages,
|
||||
installing the systemd and cache_memory extra package groups,
|
||||
which were incorrectly omitted in v1.58.0. This primarily
|
||||
prevented Synapse from starting when the
|
||||
systemd.journal.JournalHandler log handler was configured. See
|
||||
#12631 for further information.
|
||||
|
||||
Otherwise, no significant changes since 1.58.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 3 11:14:28 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: matrix-synapse
|
||||
version: 1.58.0
|
||||
mtime: 1651571660
|
||||
commit: 7e6598bcf6cf63b4d04c27b9696ed8429b6ddff6
|
||||
version: 1.58.1
|
||||
mtime: 1651760132
|
||||
commit: 3a8ee229112697b02b876299869d7511474ecf92
|
||||
|
@ -51,7 +51,7 @@
|
||||
%define pkgname matrix-synapse
|
||||
%define eggname matrix_synapse
|
||||
Name: %{pkgname}
|
||||
Version: 1.58.0
|
||||
Version: 1.58.1
|
||||
Release: 0
|
||||
Summary: Matrix protocol reference homeserver
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user