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
|
%global srcname synapse
|
||||||
|
|
||||||
# Version suffix in URL when building release candidates
|
# Version suffix in URL when building release candidates
|
||||||
%global rcx %{nil}
|
%global rcx rc1
|
||||||
%global ghversion 1.30.1
|
%global ghversion 1.31.0
|
||||||
|
|
||||||
%{?python_enable_dependency_generator}
|
%{?python_enable_dependency_generator}
|
||||||
|
|
||||||
Name: matrix-%{srcname}
|
Name: matrix-%{srcname}
|
||||||
Version: %{ghversion}
|
Version: %{ghversion}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}~%{rcx}
|
||||||
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}
|
||||||
|
|
Loading…
Reference in a new issue