From e253ce2f2a5a6c15cc221f96c77854cc990b8f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 23 May 2020 09:26:21 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- babel.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/babel.spec b/babel.spec index 7e84633..61b9185 100644 --- a/babel.spec +++ b/babel.spec @@ -1,4 +1,3 @@ -%global _with_bootstrap 1 %global srcname Babel %global sum Library for internationalizing Python applications @@ -18,7 +17,7 @@ Name: babel Version: 2.8.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Tools for internationalizing Python applications License: BSD @@ -176,6 +175,9 @@ export TZ=America/New_York %endif %changelog +* Sat May 23 2020 Miro Hrončok - 2.8.0-6 +- Rebuilt for Python 3.9 + * Fri May 22 2020 Miro Hrončok - 2.8.0-5 - Bootstrap for Python 3.9