Update to v1.5.0
Signed-off-by: Kai A. Hiller <V02460@gmail.com>
This commit is contained in:
parent
7ba4324db3
commit
fbe37815b6
2 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
|
|
||||||
Name: matrix-%{srcname}
|
Name: matrix-%{srcname}
|
||||||
Version: 1.4.0
|
Version: 1.5.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A Matrix reference homeserver written in Python using Twisted
|
Summary: A Matrix reference homeserver written in Python using Twisted
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
|
@ -54,6 +54,7 @@ BuildRequires: python3-sortedcontainers >= 1.4.4
|
||||||
BuildRequires: python3-systemd >= 231
|
BuildRequires: python3-systemd >= 231
|
||||||
BuildRequires: python3-treq >= 15.1
|
BuildRequires: python3-treq >= 15.1
|
||||||
BuildRequires: python3-twisted >= 18.9.0
|
BuildRequires: python3-twisted >= 18.9.0
|
||||||
|
BuildRequires: python3-typing-extensions >= 3.7.4
|
||||||
BuildRequires: python3-unpaddedbase64 >= 1.1.0
|
BuildRequires: python3-unpaddedbase64 >= 1.1.0
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
|
|
||||||
|
@ -125,6 +126,9 @@ exit 0
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 31 2019 Kai A. Hiller <V02460@gmail.com> - 1.5.0.-1
|
||||||
|
- Update to v1.5.0
|
||||||
|
|
||||||
* Fri Oct 11 2019 Kai A. Hiller <V02460@gmail.com> - 1.4.0-1
|
* Fri Oct 11 2019 Kai A. Hiller <V02460@gmail.com> - 1.4.0-1
|
||||||
- Update to v1.4.0
|
- Update to v1.4.0
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
SHA512 (synapse-1.4.0.tar.gz) = 1ced36dd67d4948c22eb26aa78df5cbd4ad8200d99d440d0ff2620939f753487dd7ada811cea8cf236c454a17a566df019666964ca801eb75e6b2e11c4269cb3
|
SHA512 (synapse-1.5.0.tar.gz) = dd870182dcc33f50cc558426d47f9eb06e370a445297bc28f70cb201ed01293106264f6511e51d3d90c27ba08dd600e8709e89bdace3c7023c36591349aebc94
|
||||||
|
|
Loading…
Reference in a new issue