Update to v1.12.3
This commit is contained in:
parent
4cf932fcd6
commit
7f8a802e7d
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.8.0
|
Version: 1.12.3
|
||||||
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}
|
||||||
|
@ -47,7 +47,7 @@ BuildRequires: python3-pynacl >= 1.2.1
|
||||||
BuildRequires: python3-pysaml2 >= 4.5.0
|
BuildRequires: python3-pysaml2 >= 4.5.0
|
||||||
BuildRequires: python3-pyyaml >= 3.11
|
BuildRequires: python3-pyyaml >= 3.11
|
||||||
BuildRequires: python3-service-identity >= 18.1.0
|
BuildRequires: python3-service-identity >= 18.1.0
|
||||||
BuildRequires: python3-signedjson >= 1.0.0
|
BuildRequires: python3-signedjson >= 1.1.0
|
||||||
BuildRequires: python3-six >= 1.10
|
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
|
||||||
|
@ -130,6 +130,9 @@ exit 0
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 22 2020 Kai A. Hiller <V02460@gmail.com> - 1.12.3-1
|
||||||
|
- Update to v1.12.3
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
SHA512 (synapse-1.8.0.tar.gz) = 5a90d5e7de85c9f7e36853434e85b2368d863d8d3ca3bd837b59689ca1046e306e7bf6310314b48967f18d3b6c2e092d88243a8c00ef3ccb72199f999d8df498
|
SHA512 (synapse-1.12.3.tar.gz) = 55b6efb399c2be8d3c6181cd5a0349b8851363117dada2eab85cba10377044ea4bc8b5a5d04e65d10df4c15022c214e1ad54f69f34ca5079bb4be293c722f79d
|
||||||
|
|
Loading…
Reference in a new issue