Update to latest upstream
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
438af50e1b
commit
0969d590d5
3 changed files with 11 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
/synapse-v0.19.3.tar.gz
|
/synapse-v0.19.3.tar.gz
|
||||||
|
/synapse-0.21.1.tar.gz
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
%global srcname synapse
|
%global srcname synapse
|
||||||
|
|
||||||
Name: matrix-%{srcname}
|
Name: matrix-%{srcname}
|
||||||
Version: 0.19.3
|
Version: 0.21.1
|
||||||
Release: 4%{?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}
|
||||||
Source0: %{url}/archive/v%{version}/%{srcname}-v%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
||||||
Source1: synapse.sysconfig
|
Source1: synapse.sysconfig
|
||||||
# Upstream pins its version of pynacl:
|
# Upstream pins its version of pynacl:
|
||||||
# https://github.com/matrix-org/synapse/issues/1642
|
# https://github.com/matrix-org/synapse/issues/1642
|
||||||
|
@ -29,6 +29,7 @@ BuildRequires: python-lxml
|
||||||
BuildRequires: python-matrix-synapse-ldap3 >= 0.1
|
BuildRequires: python-matrix-synapse-ldap3 >= 0.1
|
||||||
BuildRequires: python-msgpack
|
BuildRequires: python-msgpack
|
||||||
BuildRequires: python-netaddr >= 0.7.18
|
BuildRequires: python-netaddr >= 0.7.18
|
||||||
|
BuildRequires: python2-phonenumbers
|
||||||
BuildRequires: python-pillow
|
BuildRequires: python-pillow
|
||||||
BuildRequires: python-psutil >= 2.0.0
|
BuildRequires: python-psutil >= 2.0.0
|
||||||
BuildRequires: python-pyasn1
|
BuildRequires: python-pyasn1
|
||||||
|
@ -59,6 +60,7 @@ Requires: python-lxml
|
||||||
Requires: python-matrix-synapse-ldap3 >= 0.1
|
Requires: python-matrix-synapse-ldap3 >= 0.1
|
||||||
Requires: python-msgpack
|
Requires: python-msgpack
|
||||||
Requires: python-netaddr >= 0.7.18
|
Requires: python-netaddr >= 0.7.18
|
||||||
|
Requires: python2-phonenumbers
|
||||||
Requires: python-pillow
|
Requires: python-pillow
|
||||||
Requires: python-psutil >= 2.0.0
|
Requires: python-psutil >= 2.0.0
|
||||||
Requires: python-pyasn1
|
Requires: python-pyasn1
|
||||||
|
@ -87,7 +89,7 @@ the ecosystem.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{srcname}-%{version}
|
%autosetup -p1
|
||||||
|
|
||||||
# We don't support the built-in client so remove all the bundled JS.
|
# We don't support the built-in client so remove all the bundled JS.
|
||||||
rm -rf synapse/static
|
rm -rf synapse/static
|
||||||
|
@ -141,6 +143,9 @@ exit 0
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 23 2017 Jeremy Cline <jeremy@jcline.org> - 0.21.1-1
|
||||||
|
- Update to latest upstream release
|
||||||
|
|
||||||
* Tue May 30 2017 Jeremy Cline <jeremy@jcline.org> - 0.19.3-4
|
* Tue May 30 2017 Jeremy Cline <jeremy@jcline.org> - 0.19.3-4
|
||||||
- use _sharedstatedir rather than _localstatedir
|
- use _sharedstatedir rather than _localstatedir
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
SHA512 (synapse-v0.19.3.tar.gz) = ebfcac4cc5f0d0f6e54d294cc91bb3c948e94feaa0877d08dfa5d3aab7abbbf181f47426fa0e3530ae31a3df1c6d344f7df00bceb8afb80e75032ea91b17d0b0
|
SHA512 (synapse-0.21.1.tar.gz) = b8787ac9569fb725865d3cac32f894718abae66189911112289924851a4d9d4055c39fb8248502027ece0133f604b5a37383c69167bbdf5ba1aea9182a329d37
|
||||||
|
|
Loading…
Reference in a new issue