From 9796d002ef2b35dc799901d812e140bd9e908ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 22:55:10 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- libcomps.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcomps.spec b/libcomps.spec index 34fcc25..3d98621 100644 --- a/libcomps.spec +++ b/libcomps.spec @@ -14,7 +14,7 @@ Name: libcomps Version: 0.1.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Comps XML file manipulation library License: GPLv2+ @@ -192,6 +192,9 @@ popd %endif %changelog +* Fri May 22 2020 Miro HronĨok - 0.1.15-2 +- Rebuilt for Python 3.9 + * Wed Apr 01 2020 Ales Matej - 0.1.15-1 - Update to 0.1.15 - Do not skip type=mandatory in xml output (RhBug:1771224)