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)