From c141f439dbce69f590f7502e6b67a82750f1c060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 12:41:33 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- libsolv.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libsolv.spec b/libsolv.spec index ce9f269..821e0a9 100644 --- a/libsolv.spec +++ b/libsolv.spec @@ -21,7 +21,7 @@ Name: lib%{libname} Version: 0.7.12 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Package dependency solver License: BSD @@ -273,6 +273,9 @@ Python 3 version. %endif %changelog +* Tue May 26 2020 Miro HronĨok - 0.7.12-4 +- Rebuilt for Python 3.9 + * Mon May 25 2020 Colin Walters - 0.7.12-3 - Apply https://github.com/openSUSE/libsolv/pull/386 to fix https://bugzilla.redhat.com/show_bug.cgi?id=1838691