From 628996ed5b9027a3ad6509e83306dcdb8c2afdc029bdfb9c88037e9385fe36d3 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Thu, 28 Nov 2019 18:25:53 +0000 Subject: [PATCH] Accepting request 751684 from home:cyphar:matrix - Drop matrix-synapse-ldap from enabled conditional requirements, because the package is not longer available in openSUSE repos. If someone really wants the feature they can help re-package it. OBS-URL: https://build.opensuse.org/request/show/751684 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=95 --- matrix-synapse.changes | 10 +++++++++- matrix-synapse.spec | 3 ++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/matrix-synapse.changes b/matrix-synapse.changes index 386d053..21456d4 100644 --- a/matrix-synapse.changes +++ b/matrix-synapse.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 28 17:41:02 UTC 2019 - Aleksa Sarai + +- Drop matrix-synapse-ldap from enabled conditional requirements, because the + package is not longer available in openSUSE repos. If someone really wants + the feature they can help re-package it. + ------------------------------------------------------------------- Thu Nov 28 12:04:57 UTC 2019 - Aleksa Sarai @@ -15,7 +22,8 @@ Thu Nov 28 08:48:16 UTC 2019 - Aleksa Sarai - Update to 1.6.0. + Add federation support for cross-signing. - + Increase default room version from 4 to 5, thereby enforcing server key validity period checks. + + Increase default room version from 4 to 5, thereby enforcing server key + validity period checks. + Add support for outbound http proxying via http_proxy/HTTPS_PROXY env vars. + Implement label-based filtering on /sync and /messages (MSC2326). diff --git a/matrix-synapse.spec b/matrix-synapse.spec index 8e635d7..868f051 100644 --- a/matrix-synapse.spec +++ b/matrix-synapse.spec @@ -18,11 +18,12 @@ # These come from matrix-synapse's CONDITIONAL_REQUIREMENTS. %bcond_without email_notifs -%bcond_without ldap %bcond_without postgres %bcond_without saml %bcond_without url_preview %bcond_without jwt +# matrix-synapse-ldap isn't packaged on openSUSE. +%bcond_with ldap # txacme is broken in openSUSE. %bcond_with acme # sentry-sdk isn't packaged on openSUSE.