From bb3a27918024156c9aa2a2394fe03ededd30c6cd Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 20:11:18 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- matrix-synapse.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/matrix-synapse.spec b/matrix-synapse.spec index 0f42ded..17156c0 100644 --- a/matrix-synapse.spec +++ b/matrix-synapse.spec @@ -7,7 +7,7 @@ Name: matrix-%{srcname} Version: 1.26.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Matrix reference homeserver written in Python using Twisted License: ASL 2.0 URL: https://github.com/matrix-org/%{srcname} @@ -135,6 +135,9 @@ exit 0 %changelog +* Fri Jun 04 2021 Python Maint - 1.26.0-3 +- Rebuilt for Python 3.10 + * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 1.26.0-2 - Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583.