From 2ca250c25d044c3095e881b59ce96d65406c1599ee8ef32467cffde32faa8619 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Fri, 10 Jan 2020 20:56:44 +0000 Subject: [PATCH] Accepting request 762836 from home:cyphar:matrix - Update to 1.8.0. WARNING: As of this release Synapse will refuse to start if the log_file config option is specified. Support for the option was removed in v1.3.0. * Add v2 APIs for the send_join and send_leave federation endpoints (as described in MSC1802). * Add a develop script to generate full SQL schemas. * Add custom SAML username mapping functinality through an external provider plugin. * Automatically delete empty groups/communities. * Add option limit_profile_requests_to_users_who_share_rooms to prevent requirement of a local user sharing a room with another user to query their profile information. * Add an export_signing_key script to extract the public part of signing keys when rotating them. * Add experimental config option to specify multiple databases. * Raise an error if someone tries to use the log_file config option. The full changelog is included in /usr/share/doc/packages/matrix-synapse/CHANGES.md. OBS-URL: https://build.opensuse.org/request/show/762836 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=107 --- _service | 2 +- matrix-synapse-1.7.3.obscpio | 3 --- matrix-synapse-1.8.0.obscpio | 3 +++ matrix-synapse-test.spec | 2 +- matrix-synapse.changes | 25 +++++++++++++++++++++++++ matrix-synapse.obsinfo | 6 +++--- matrix-synapse.spec | 2 +- 7 files changed, 34 insertions(+), 9 deletions(-) delete mode 100644 matrix-synapse-1.7.3.obscpio create mode 100644 matrix-synapse-1.8.0.obscpio diff --git a/_service b/_service index 2baf72b..a9ccaf2 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ https://github.com/matrix-org/synapse.git git v(.*) - v1.7.3 + v1.8.0 diff --git a/matrix-synapse-1.7.3.obscpio b/matrix-synapse-1.7.3.obscpio deleted file mode 100644 index 7436e21..0000000 --- a/matrix-synapse-1.7.3.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4dd27fadd92f17921e4840e89a6278d7476314167bcd05b8cb0fb693a4c2d14 -size 26251277 diff --git a/matrix-synapse-1.8.0.obscpio b/matrix-synapse-1.8.0.obscpio new file mode 100644 index 0000000..4117ba7 --- /dev/null +++ b/matrix-synapse-1.8.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded03c916299c9504487ceb9d6a4963933b67c5e30417a127edfa2363911065d +size 26316813 diff --git a/matrix-synapse-test.spec b/matrix-synapse-test.spec index 6d7c594..38a8876 100644 --- a/matrix-synapse-test.spec +++ b/matrix-synapse-test.spec @@ -32,7 +32,7 @@ %define pkgname matrix-synapse Name: %{pkgname}-test -Version: 1.7.3 +Version: 1.8.0 Release: 0 Summary: Test package for %{pkgname} License: Apache-2.0 diff --git a/matrix-synapse.changes b/matrix-synapse.changes index 7a177e8..a9a9414 100644 --- a/matrix-synapse.changes +++ b/matrix-synapse.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Jan 10 13:41:50 UTC 2020 - Aleksa Sarai + +- Update to 1.8.0. + + WARNING: As of this release Synapse will refuse to start if the log_file + config option is specified. Support for the option was removed in v1.3.0. + + * Add v2 APIs for the send_join and send_leave federation endpoints (as + described in MSC1802). + * Add a develop script to generate full SQL schemas. + * Add custom SAML username mapping functinality through an external provider + plugin. + * Automatically delete empty groups/communities. + * Add option limit_profile_requests_to_users_who_share_rooms to prevent + requirement of a local user sharing a room with another user to query their + profile information. + * Add an export_signing_key script to extract the public part of signing keys + when rotating them. + * Add experimental config option to specify multiple databases. + * Raise an error if someone tries to use the log_file config option. + + The full changelog is included in + /usr/share/doc/packages/matrix-synapse/CHANGES.md. + ------------------------------------------------------------------- Wed Jan 1 03:26:40 UTC 2020 - Aleksa Sarai diff --git a/matrix-synapse.obsinfo b/matrix-synapse.obsinfo index e04a0f0..88d6299 100644 --- a/matrix-synapse.obsinfo +++ b/matrix-synapse.obsinfo @@ -1,5 +1,5 @@ name: matrix-synapse -version: 1.7.3 -mtime: 1577789112 -commit: 77661ce81a799a375317dff9e4c8696da528984c +version: 1.8.0 +mtime: 1578570027 +commit: 9dfcf47e9bb323f0597ebf8f34a1bcc9f14a02a1 diff --git a/matrix-synapse.spec b/matrix-synapse.spec index a0c3673..fc1fbfe 100644 --- a/matrix-synapse.spec +++ b/matrix-synapse.spec @@ -44,7 +44,7 @@ %define modname synapse %define pkgname matrix-synapse Name: %{pkgname} -Version: 1.7.3 +Version: 1.8.0 Release: 0 Summary: Matrix protocol reference homeserver License: Apache-2.0