Accepting request 751695 from network:messaging:matrix
OBS-URL: https://build.opensuse.org/request/show/751695 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=6
This commit is contained in:
2
_service
2
_service
@@ -5,7 +5,7 @@
|
||||
<param name="url">https://github.com/matrix-org/synapse.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v1.5.1</param>
|
||||
<param name="revision">v1.6.1</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ccbfd08533f0469814fd88ecbd1d024844767efcc1d9ae9a21674919ef855035
|
||||
size 7150093
|
3
matrix-synapse-1.6.1.obscpio
Normal file
3
matrix-synapse-1.6.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cfe65cc047b36ec60eaade86c33e8b65671b97db9b347c88a4ef4f45030004b
|
||||
size 26110989
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package matrix-synapse-test
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}-test
|
||||
Version: 1.5.1
|
||||
Version: 1.6.1
|
||||
Release: 0
|
||||
Summary: Test package for %{pkgname}
|
||||
License: Apache-2.0
|
||||
|
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to 1.6.1.
|
||||
|
||||
* Clean up local threepids from user on account deactivation.
|
||||
* Fix startup error when http proxy is defined.
|
||||
|
||||
The full changelog is included in
|
||||
/usr/share/doc/packages/matrix-synapse/CHANGES.md.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.
|
||||
+ Add support for outbound http proxying via http_proxy/HTTPS_PROXY env vars.
|
||||
+ Implement label-based filtering on /sync and /messages (MSC2326).
|
||||
|
||||
The full changelog is included in
|
||||
/usr/share/doc/packages/matrix-synapse/CHANGES.md.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 18 11:16:03 UTC 2019 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
name: matrix-synapse
|
||||
version: 1.5.1
|
||||
mtime: 1573034543
|
||||
commit: feafd98aca3e72d27516c79f986a28ea39886ebc
|
||||
version: 1.6.1
|
||||
mtime: 1574940590
|
||||
commit: e7777f3668d09c87335830f785f42c851827b497
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package matrix-synapse
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -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.
|
||||
@@ -43,7 +44,7 @@
|
||||
%define modname synapse
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}
|
||||
Version: 1.5.1
|
||||
Version: 1.6.1
|
||||
Release: 0
|
||||
Summary: Matrix protocol reference homeserver
|
||||
License: Apache-2.0
|
||||
@@ -52,7 +53,6 @@ URL: https://github.com/matrix-org/synapse
|
||||
Source0: %{pkgname}-%{version}.tar.xz
|
||||
Source50: %{pkgname}.service
|
||||
BuildRequires: %{python_module base}
|
||||
BuildRequires: %{python_module psutil >= 2.0.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module treq >= 15.1.0}
|
||||
BuildRequires: fdupes
|
||||
@@ -80,7 +80,6 @@ Requires: python-msgpack >= 0.5.2
|
||||
Requires: python-netaddr >= 0.7.18
|
||||
Requires: python-phonenumbers >= 8.2.0
|
||||
Requires: python-prometheus_client >= 0.4.0
|
||||
Requires: python-psutil >= 2.0.0
|
||||
Requires: python-pyOpenSSL >= 16.0.0
|
||||
Requires: python-pyasn1 >= 0.1.9
|
||||
Requires: python-pyasn1-modules >= 0.0.7
|
||||
|
Reference in New Issue
Block a user