Update to v1.6.1
This commit is contained in:
parent
be9c91aba5
commit
d4e608241d
2 changed files with 5 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
|
|
||||||
Name: matrix-%{srcname}
|
Name: matrix-%{srcname}
|
||||||
Version: 1.5.1
|
Version: 1.6.1
|
||||||
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
|
||||||
|
@ -11,7 +11,6 @@ URL: https://github.com/matrix-org/%{srcname}
|
||||||
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
||||||
Source1: synapse.sysconfig
|
Source1: synapse.sysconfig
|
||||||
Source2: synapse.service
|
Source2: synapse.service
|
||||||
Patch0: python38_fix.patch
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
@ -40,7 +39,6 @@ BuildRequires: python3-netaddr >= 0.7.18
|
||||||
BuildRequires: python3-phonenumbers >= 8.2.0
|
BuildRequires: python3-phonenumbers >= 8.2.0
|
||||||
BuildRequires: python3-pillow >= 4.3.0
|
BuildRequires: python3-pillow >= 4.3.0
|
||||||
BuildRequires: python3-prometheus_client >= 0.0.18, python3-prometheus_client < 0.8.0
|
BuildRequires: python3-prometheus_client >= 0.0.18, python3-prometheus_client < 0.8.0
|
||||||
BuildRequires: python3-psutil >= 2.0.0
|
|
||||||
BuildRequires: python3-pyOpenSSL >= 16.0.0
|
BuildRequires: python3-pyOpenSSL >= 16.0.0
|
||||||
BuildRequires: python3-pyasn1 >= 0.1.9
|
BuildRequires: python3-pyasn1 >= 0.1.9
|
||||||
BuildRequires: python3-pyasn1-modules >= 0.0.7
|
BuildRequires: python3-pyasn1-modules >= 0.0.7
|
||||||
|
@ -127,6 +125,9 @@ exit 0
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 03 2019 Dan Callaghan <djc@djc.id.au> - 1.6.1-1
|
||||||
|
- Update to v1.6.1
|
||||||
|
|
||||||
* Fri Nov 08 2019 Kai A. Hiller <V02460@gmail.com> - 1.5.1-1
|
* Fri Nov 08 2019 Kai A. Hiller <V02460@gmail.com> - 1.5.1-1
|
||||||
- Update to v1.5.1
|
- Update to v1.5.1
|
||||||
- Add Python 3.8 compatibility
|
- Add Python 3.8 compatibility
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
SHA512 (synapse-1.5.1.tar.gz) = 395b568e1643dc6d4e9fd2ea667efb54685f9058f5049b0e12a90de867fca71104ad1310639200d25f0accd563456e0110a931a8e0030d63b8b3154e366436ca
|
SHA512 (synapse-1.6.1.tar.gz) = 4fa30aae76f326ad4a58ca6abc6cadd3935cd0512601c004a3c48d5c6e847a35e032b75c6e75701cf5b15faf5767363efc595c29bccbd15d5821fb7a701830ae
|
||||||
|
|
Loading…
Reference in a new issue