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
This commit is contained in:
Aleksa Sarai 2019-11-28 18:25:53 +00:00 committed by Git OBS Bridge
parent ff36a55492
commit 628996ed5b
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Nov 28 17:41:02 UTC 2019 - Aleksa Sarai <asarai@suse.com>
- 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 <asarai@suse.com>
@ -15,7 +22,8 @@ Thu Nov 28 08:48:16 UTC 2019 - Aleksa Sarai <asarai@suse.com>
- 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).

View File

@ -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.