1.31.0
This commit is contained in:
parent
31f67dc4f3
commit
e4f6625057
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
%global srcname synapse
|
||||
|
||||
# Version suffix in URL when building release candidates
|
||||
%global rcx %{nil}
|
||||
%global ghversion 1.30.1
|
||||
%global rcx rc1
|
||||
%global ghversion 1.31.0
|
||||
|
||||
%{?python_enable_dependency_generator}
|
||||
|
||||
Name: matrix-%{srcname}
|
||||
Version: %{ghversion}
|
||||
Release: 1%{?dist}
|
||||
Release: 1%{?dist}~%{rcx}
|
||||
Summary: A Matrix reference homeserver written in Python using Twisted
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/matrix-org/%{srcname}
|
||||
|
|
Loading…
Reference in a new issue