Accepting request 766659 from network:messaging:matrix
OBS-URL: https://build.opensuse.org/request/show/766659 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=12
This commit is contained in:
commit
79a74de00e
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="url">https://github.com/matrix-org/synapse.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v1.8.0</param>
|
||||
<param name="revision">v1.9.0</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ded03c916299c9504487ceb9d6a4963933b67c5e30417a127edfa2363911065d
|
||||
size 26316813
|
3
matrix-synapse-1.9.0.obscpio
Normal file
3
matrix-synapse-1.9.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0e121b367ef51f4ffe7c19591bfaf5e1eb47cd9755ac129badac6541a592394
|
||||
size 26428429
|
@ -32,7 +32,7 @@
|
||||
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}-test
|
||||
Version: 1.8.0
|
||||
Version: 1.9.0
|
||||
Release: 0
|
||||
Summary: Test package for %{pkgname}
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 13:45:22 UTC 2020 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
- Update to 1.9.0.
|
||||
|
||||
WARNING: As of this release, Synapse no longer supports versions of SQLite
|
||||
before 3.11, and will refuse to start when configured to use an older
|
||||
version. Administrators are recommended to migrate their database to Postgres
|
||||
(see instructions here).
|
||||
|
||||
WARNING: If your Synapse deployment uses workers, note that the reverse-proxy
|
||||
configurations for the synapse.app.media_repository,
|
||||
synapse.app.federation_reader and synapse.app.event_creator workers have
|
||||
changed, with the addition of a few paths (see the updated configurations
|
||||
here). Existing configurations will continue to work.
|
||||
|
||||
+ Allow admin to create or modify a user.
|
||||
+ Add new quarantine media admin APIs to quarantine by media ID or by user
|
||||
who uploaded the media.
|
||||
+ Add a new admin API to list and filter rooms on the server.
|
||||
+ Add org.matrix.e2e_cross_signing to unstable_features in /versions.
|
||||
|
||||
The full changelog is included in
|
||||
/usr/share/doc/packages/matrix-synapse/CHANGES.md.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 10 13:41:50 UTC 2020 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: matrix-synapse
|
||||
version: 1.8.0
|
||||
mtime: 1578570027
|
||||
commit: 9dfcf47e9bb323f0597ebf8f34a1bcc9f14a02a1
|
||||
version: 1.9.0
|
||||
mtime: 1579785199
|
||||
commit: 9bae740527c4621f9f8eb8ca936669f2372c42eb
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
%define modname synapse
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}
|
||||
Version: 1.8.0
|
||||
Version: 1.9.0
|
||||
Release: 0
|
||||
Summary: Matrix protocol reference homeserver
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user