From f02fe39d768b0479e094129ade73aaf435e94482f60e3d7c381526b0b48a5e66 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Wed, 30 Oct 2019 06:57:00 +0000 Subject: [PATCH] Accepting request 743952 from home:cyphar:matrix - Update to 1.5.0. + Improve quality of thumbnails for 1-bit/8-bit color palette images. + Add ability to upload cross-signing signatures. + Allow uploading of cross-signing keys. + CAS login now provides a default display name for users if a displayname_attribute is set in the configuration file. + Reject all pending invites for a user during deactivation. + Add config option to suppress client side resource limit alerting. * Improve signature checking on some federation APIs. The full changelog is included in /usr/share/doc/packages/matrix-synapse/CHANGES.md. OBS-URL: https://build.opensuse.org/request/show/743952 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=89 --- _service | 2 +- matrix-synapse-1.4.1.obscpio | 3 --- matrix-synapse-1.5.0.obscpio | 3 +++ matrix-synapse-test.spec | 2 +- matrix-synapse.changes | 18 ++++++++++++++++++ matrix-synapse.obsinfo | 6 +++--- matrix-synapse.spec | 3 ++- 7 files changed, 28 insertions(+), 9 deletions(-) delete mode 100644 matrix-synapse-1.4.1.obscpio create mode 100644 matrix-synapse-1.5.0.obscpio diff --git a/_service b/_service index 4fa6a04..0621152 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ https://github.com/matrix-org/synapse.git git v(.*) - v1.4.1 + v1.5.0 diff --git a/matrix-synapse-1.4.1.obscpio b/matrix-synapse-1.4.1.obscpio deleted file mode 100644 index 9cb7809..0000000 --- a/matrix-synapse-1.4.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccd1fb41a2c59ec5a957c41d41e5bd324cb1bdebd45d7af807e0bcbe2a865b17 -size 7021069 diff --git a/matrix-synapse-1.5.0.obscpio b/matrix-synapse-1.5.0.obscpio new file mode 100644 index 0000000..b39b8dc --- /dev/null +++ b/matrix-synapse-1.5.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3959dbe5dd0015a8600774860a9f8401ef40207349ab27bf2a87454d6d8342 +size 7147533 diff --git a/matrix-synapse-test.spec b/matrix-synapse-test.spec index fa2d2ad..337d8f4 100644 --- a/matrix-synapse-test.spec +++ b/matrix-synapse-test.spec @@ -32,7 +32,7 @@ %define pkgname matrix-synapse Name: %{pkgname}-test -Version: 1.4.1 +Version: 1.5.0 Release: 0 Summary: Test package for %{pkgname} License: Apache-2.0 diff --git a/matrix-synapse.changes b/matrix-synapse.changes index 25ec270..6f3031e 100644 --- a/matrix-synapse.changes +++ b/matrix-synapse.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Oct 30 02:20:29 UTC 2019 - Aleksa Sarai + +- Update to 1.5.0. + + + Improve quality of thumbnails for 1-bit/8-bit color palette images. + + Add ability to upload cross-signing signatures. + + Allow uploading of cross-signing keys. + + CAS login now provides a default display name for users if a + displayname_attribute is set in the configuration file. + + Reject all pending invites for a user during deactivation. + + Add config option to suppress client side resource limit alerting. + + * Improve signature checking on some federation APIs. + + The full changelog is included in + /usr/share/doc/packages/matrix-synapse/CHANGES.md. + ------------------------------------------------------------------- Fri Oct 18 13:36:18 UTC 2019 - Aleksa Sarai diff --git a/matrix-synapse.obsinfo b/matrix-synapse.obsinfo index de754ae..54514b4 100644 --- a/matrix-synapse.obsinfo +++ b/matrix-synapse.obsinfo @@ -1,5 +1,5 @@ name: matrix-synapse -version: 1.4.1 -mtime: 1571390342 -commit: 774b8d0930efee31b5240f8d3dc8935415fe9124 +version: 1.5.0 +mtime: 1572359334 +commit: 9ffcf0f7ba72f16e366f04db6384a9233b1808cb diff --git a/matrix-synapse.spec b/matrix-synapse.spec index d31c83f..490624a 100644 --- a/matrix-synapse.spec +++ b/matrix-synapse.spec @@ -43,7 +43,7 @@ %define modname synapse %define pkgname matrix-synapse Name: %{pkgname} -Version: 1.4.1 +Version: 1.5.0 Release: 0 Summary: Matrix protocol reference homeserver License: Apache-2.0 @@ -90,6 +90,7 @@ Requires: python-signedjson >= 1.0.0 Requires: python-six >= 1.10 Requires: python-sortedcontainers >= 1.4.4 Requires: python-treq >= 15.1 +Requires: python-typing_extensions >= 3.7.4 Requires: python-unpaddedbase64 >= 1.1.0 # Specify all CONDITIONAL_REQUIREMENTS (we Require them to avoid no-recommends # breaking very commonly-used bits of matrix-synapse such as postgresql).