From a36600555cb9a40c0c8ee5048e5c73587c49f0aba620bd2a71a3d5b2f47c1492 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Sun, 15 Dec 2019 12:34:18 +0000 Subject: [PATCH] Accepting request 756814 from home:cyphar:matrix - Update to 1.7.0. * Implement per-room message retention policies. * Add etag and count fields to key backup endpoints to help clients guess if there are new keys. * Configure privacy-preserving settings by default for the room directory. * Add ephemeral messages support by partially implementing MSC2228. * Add support for MSC 2367, which allows specifying a reason on all membership events. The full changelog is included in /usr/share/doc/packages/matrix-synapse/CHANGES.md. OBS-URL: https://build.opensuse.org/request/show/756814 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=97 --- _service | 2 +- matrix-synapse-1.6.1.obscpio | 3 --- matrix-synapse-1.7.0.obscpio | 3 +++ matrix-synapse-test.spec | 2 +- matrix-synapse.changes | 16 ++++++++++++++++ matrix-synapse.obsinfo | 6 +++--- matrix-synapse.spec | 2 +- 7 files changed, 25 insertions(+), 9 deletions(-) delete mode 100644 matrix-synapse-1.6.1.obscpio create mode 100644 matrix-synapse-1.7.0.obscpio diff --git a/_service b/_service index 24f5ddc..9fba272 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ https://github.com/matrix-org/synapse.git git v(.*) - v1.6.1 + v1.7.0 diff --git a/matrix-synapse-1.6.1.obscpio b/matrix-synapse-1.6.1.obscpio deleted file mode 100644 index 5e1274f..0000000 --- a/matrix-synapse-1.6.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cfe65cc047b36ec60eaade86c33e8b65671b97db9b347c88a4ef4f45030004b -size 26110989 diff --git a/matrix-synapse-1.7.0.obscpio b/matrix-synapse-1.7.0.obscpio new file mode 100644 index 0000000..12b9db4 --- /dev/null +++ b/matrix-synapse-1.7.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71087e7dac3719092d9853e70861212bf59eda8f5d1217db9e96a521f7cae01a +size 26241037 diff --git a/matrix-synapse-test.spec b/matrix-synapse-test.spec index 110bca9..fe65e3f 100644 --- a/matrix-synapse-test.spec +++ b/matrix-synapse-test.spec @@ -32,7 +32,7 @@ %define pkgname matrix-synapse Name: %{pkgname}-test -Version: 1.6.1 +Version: 1.7.0 Release: 0 Summary: Test package for %{pkgname} License: Apache-2.0 diff --git a/matrix-synapse.changes b/matrix-synapse.changes index 21456d4..0f92034 100644 --- a/matrix-synapse.changes +++ b/matrix-synapse.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Dec 13 13:23:59 UTC 2019 - Aleksa Sarai + +- Update to 1.7.0. + + * Implement per-room message retention policies. + * Add etag and count fields to key backup endpoints to help clients guess if + there are new keys. + * Configure privacy-preserving settings by default for the room directory. + * Add ephemeral messages support by partially implementing MSC2228. + * Add support for MSC 2367, which allows specifying a reason on all + membership events. + + The full changelog is included in + /usr/share/doc/packages/matrix-synapse/CHANGES.md. + ------------------------------------------------------------------- Thu Nov 28 17:41:02 UTC 2019 - Aleksa Sarai diff --git a/matrix-synapse.obsinfo b/matrix-synapse.obsinfo index 2cc51dc..ec37ad7 100644 --- a/matrix-synapse.obsinfo +++ b/matrix-synapse.obsinfo @@ -1,5 +1,5 @@ name: matrix-synapse -version: 1.6.1 -mtime: 1574940590 -commit: e7777f3668d09c87335830f785f42c851827b497 +version: 1.7.0 +mtime: 1576234349 +commit: ba57a456449bdf32cdc3b4b7418aa5022d70f5e5 diff --git a/matrix-synapse.spec b/matrix-synapse.spec index 868f051..0e68faa 100644 --- a/matrix-synapse.spec +++ b/matrix-synapse.spec @@ -44,7 +44,7 @@ %define modname synapse %define pkgname matrix-synapse Name: %{pkgname} -Version: 1.6.1 +Version: 1.7.0 Release: 0 Summary: Matrix protocol reference homeserver License: Apache-2.0