Update to v0.26.0
This commit is contained in:
parent
87456e9ed3
commit
1cb61c34e3
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,3 +3,4 @@
|
|||
/synapse-0.22.0.tar.gz
|
||||
/synapse-0.22.1.tar.gz
|
||||
/synapse-0.23.1.tar.gz
|
||||
/synapse-0.26.0.tar.gz
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
%global srcname synapse
|
||||
|
||||
Name: matrix-%{srcname}
|
||||
Version: 0.23.1
|
||||
Release: 2%{?dist}
|
||||
Version: 0.26.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A Matrix reference homeserver written in Python using Twisted
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/matrix-org/%{srcname}
|
||||
|
@ -148,6 +148,9 @@ exit 0
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 10 2018 Jeremy Cline <jeremy@jcline.org> - 0.26.0-1
|
||||
- Update to latest upstream
|
||||
|
||||
* Tue Jan 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.23.1-2
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (synapse-0.23.1.tar.gz) = 2e1b12af21581386b2d30a1705e0803072a3e2225bd170743038e694a3e8ed01a3e4074b83b908d2f55ff7569fc8939a47527eb0a96d0ba031910b6965defb93
|
||||
SHA512 (synapse-0.26.0.tar.gz) = 31136f88a9905066bec24f60c6bd712cbc2d6c27350aabe214856d55189ffce3bc7575fae071bd504751b6bc8dfb130b1e5373fe6e0ec50621710680abefc21c
|
||||
|
|
Loading…
Reference in a new issue