From 86fc1f0c7b102f9325f78ac87fcaac0635a6ee6f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 00:30:33 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-dasbus.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-dasbus.spec b/python-dasbus.spec index 6be5762..6ddbd23 100644 --- a/python-dasbus.spec +++ b/python-dasbus.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DBus library in Python 3 License: LGPLv2+ @@ -43,6 +43,9 @@ Requires: python3-gobject-base %{python3_sitelib}/%{srcname}/ %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jul 24 2020 Vendula Poncova - 1.4-1 - Handle all errors of the DBus call (vponcova) - Fix tests for handling DBus errors on the server side (vponcova)