Update to 0.22.1
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
de0a35c01e
commit
a9799f2067
3 changed files with 6 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
/synapse-v0.19.3.tar.gz
|
||||
/synapse-0.21.1.tar.gz
|
||||
/synapse-0.22.0.tar.gz
|
||||
/synapse-0.22.1.tar.gz
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
%global srcname synapse
|
||||
|
||||
Name: matrix-%{srcname}
|
||||
Version: 0.22.0
|
||||
Version: 0.22.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A Matrix reference homeserver written in Python using Twisted
|
||||
License: ASL 2.0
|
||||
|
@ -13,7 +13,6 @@ Source1: synapse.sysconfig
|
|||
Patch0: 0001-Remove-the-strict-version-requirement-for-pynacl.patch
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: libjpeg-turbo
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: python-sphinx
|
||||
|
@ -48,7 +47,6 @@ BuildRequires: python-yaml
|
|||
BuildRequires: systemd
|
||||
BuildRequires: python-mock
|
||||
|
||||
Requires: libjpeg-turbo
|
||||
Requires: py-bcrypt
|
||||
Requires: pyOpenSSL >= 0.14
|
||||
Requires: python-bleach >= 1.4.2
|
||||
|
@ -145,6 +143,9 @@ exit 0
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 10 2017 Jeremy Cline <jeremy@jcline.org> - 0.22.1-1
|
||||
- Update to the latest upstream release
|
||||
|
||||
* Thu Jul 06 2017 Jeremy Cline <jeremy@jcline.org> - 0.22.0-1
|
||||
- Update to the latest upstream release (#1462045)
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (synapse-0.22.0.tar.gz) = ad4d30ca03a50572d8dc5c0605ed46d559ac4581cf979c69edd8323b0659000c2daf1116ad3f2237f35f5ac798d330399e9131bba395d8a767c3d6dfc994c01f
|
||||
SHA512 (synapse-0.22.1.tar.gz) = 0f40ddf8e6ab90f6e1e416b4e6dc0e47b88040a6fb19e309ee26632efc1aeb32dd5a7cd26a060017ff2e6ba6320a15b64e0c29a9e8f491f334e1e742583eab7a
|
||||
|
|
Loading…
Reference in a new issue