From 0e007801a505565aa28b9329ad1a89f08135cc9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Aug 2019 18:46:52 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- libcomps.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcomps.spec b/libcomps.spec index c9cb35e..99dcca4 100644 --- a/libcomps.spec +++ b/libcomps.spec @@ -14,7 +14,7 @@ Name: libcomps Version: 0.1.11 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Comps XML file manipulation library License: GPLv2+ @@ -190,6 +190,9 @@ popd %endif %changelog +* Thu Aug 15 2019 Miro Hrončok - 0.1.11-4 +- Rebuilt for Python 3.8 + * Wed Jul 31 2019 Miro Hrončok - 0.1.11-3 - Fix Python method descriptors for Python 3.8 (#1734777)