From 35e875b27f27f3db7ba421043500341147057c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Aug 2019 10:46:10 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python-mutagen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-mutagen.spec b/python-mutagen.spec index 09ea77a..4e62037 100644 --- a/python-mutagen.spec +++ b/python-mutagen.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 1.42.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Mutagen is a Python module to handle audio meta-data License: GPLv2+ @@ -102,6 +102,9 @@ export LANG=C.UTF-8 %doc docs/_build/* %changelog +* Mon Aug 19 2019 Miro HronĨok - 1.42.0-6 +- Rebuilt for Python 3.8 + * Mon Jul 29 2019 Petr Viktorin - 1.42.0-5 - Do not run style checks and linters in %%check