Update to latest upstream release
This commit is contained in:
parent
0e5dfc2f12
commit
ef18372033
3 changed files with 8 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,3 +6,4 @@
|
|||
/synapse-0.26.0.tar.gz
|
||||
/synapse-0.27.2.tar.gz
|
||||
/synapse-0.27.3.tar.gz
|
||||
/synapse-0.28.1.tar.gz
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
%global srcname synapse
|
||||
|
||||
Name: matrix-%{srcname}
|
||||
Version: 0.27.3
|
||||
Version: 0.28.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A Matrix reference homeserver written in Python using Twisted
|
||||
License: ASL 2.0
|
||||
|
@ -38,6 +38,7 @@ BuildRequires: python2-pynacl >= 1.2.0
|
|||
BuildRequires: python2-pysaml2 >= 3.0.0
|
||||
BuildRequires: python2-service-identity >= 1.0.0
|
||||
BuildRequires: python2-signedjson >= 1.0.0
|
||||
BuildRequires: python2-six
|
||||
BuildRequires: python2-systemd
|
||||
BuildRequires: python2-twisted >= 16.0.0
|
||||
BuildRequires: python2-ujson
|
||||
|
@ -70,6 +71,7 @@ Requires: python2-pynacl >= 1.2.0
|
|||
Requires: python2-pysaml2 >= 3.0.0
|
||||
Requires: python2-service-identity >= 1.0.0
|
||||
Requires: python2-signedjson >= 1.0.0
|
||||
Requires: python2-six
|
||||
Requires: python2-systemd
|
||||
Requires: python2-twisted >= 16.0.0
|
||||
Requires: python2-ujson
|
||||
|
@ -143,6 +145,9 @@ exit 0
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue May 01 2018 Jeremy Cline <jeremy@jcline.org> - 0.28.1-1
|
||||
- Update to the latest upstream release.
|
||||
|
||||
* Wed Apr 11 2018 Jeremy Cline <jeremy@jcline.org> - 0.27.3-1
|
||||
- Update to the latest upstream release.
|
||||
|
||||
|
|
3
sources
3
sources
|
@ -1,2 +1 @@
|
|||
SHA512 (synapse-0.27.2.tar.gz) = 02a5098309675d48c6ef4ebb1d53ff96cf487c69422e2795922298c669feaf1c64d0cadc84373dbccd3ba2711e334a391ebc50b9ad8d338e3c8c201ed130219e
|
||||
SHA512 (synapse-0.27.3.tar.gz) = 2cf331883cb9492330241967621b5a9b12151218d59924289adb28e13b36ab5e2925bef74607c57f4619b0f6b52703e5a7943dfcb4278b86ebe9f0b34a6292de
|
||||
SHA512 (synapse-0.28.1.tar.gz) = ea07d8e65669425c87fdcad3e8c91c981961317f57127b44548e73cf35c08623caa72c2c8528ddd0c4daed10d09271d6d3359b614ee522f4d9088b2860023a34
|
||||
|
|
Loading…
Reference in a new issue