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
This commit is contained in:
parent
c488294ef8
commit
f02fe39d76
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.4.1</param>
|
||||
<param name="revision">v1.5.0</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:ccd1fb41a2c59ec5a957c41d41e5bd324cb1bdebd45d7af807e0bcbe2a865b17
|
||||
size 7021069
|
3
matrix-synapse-1.5.0.obscpio
Normal file
3
matrix-synapse-1.5.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d3959dbe5dd0015a8600774860a9f8401ef40207349ab27bf2a87454d6d8342
|
||||
size 7147533
|
@ -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
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 02:20:29 UTC 2019 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
- 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 <asarai@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: matrix-synapse
|
||||
version: 1.4.1
|
||||
mtime: 1571390342
|
||||
commit: 774b8d0930efee31b5240f8d3dc8935415fe9124
|
||||
version: 1.5.0
|
||||
mtime: 1572359334
|
||||
commit: 9ffcf0f7ba72f16e366f04db6384a9233b1808cb
|
||||
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user