Update to v1.4.0
This commit is contained in:
parent
03b9fa5396
commit
b45e436636
2 changed files with 7 additions and 4 deletions
|
@ -3,8 +3,8 @@
|
||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
|
|
||||||
Name: matrix-%{srcname}
|
Name: matrix-%{srcname}
|
||||||
Version: 1.2.1
|
Version: 1.4.0
|
||||||
Release: 2%{?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
|
||||||
URL: https://github.com/matrix-org/%{srcname}
|
URL: https://github.com/matrix-org/%{srcname}
|
||||||
|
@ -53,7 +53,7 @@ BuildRequires: python3-six >= 1.10
|
||||||
BuildRequires: python3-sortedcontainers >= 1.4.4
|
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.7.0
|
BuildRequires: python3-twisted >= 18.9.0
|
||||||
BuildRequires: python3-unpaddedbase64 >= 1.1.0
|
BuildRequires: python3-unpaddedbase64 >= 1.1.0
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
|
|
||||||
|
@ -125,6 +125,9 @@ exit 0
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 11 2019 Kai A. Hiller <V02460@gmail.com> - 1.4.0-1
|
||||||
|
- Update to v1.4.0
|
||||||
|
|
||||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.1-2
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.2.1-2
|
||||||
- Rebuilt for Python 3.8
|
- Rebuilt for Python 3.8
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
SHA512 (synapse-1.2.1.tar.gz) = 545bea5b0602add81b9344acd508585b78568395e57d189d62cd76618913183e79c6d543a28bc45c908bfc2b39b799418d4daf90e9cd7cf5b681c760feef0657
|
SHA512 (synapse-1.4.0.tar.gz) = 1ced36dd67d4948c22eb26aa78df5cbd4ad8200d99d440d0ff2620939f753487dd7ada811cea8cf236c454a17a566df019666964ca801eb75e6b2e11c4269cb3
|
||||||
|
|
Loading…
Reference in a new issue