diff --git a/python-dasbus.spec b/python-dasbus.spec index f35c406..577e82c 100644 --- a/python-dasbus.spec +++ b/python-dasbus.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.2 -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 +* Thu Jan 30 2020 Fedora Release Engineering - 0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Mon Jan 13 2020 Vendula Poncova - 0.2-1 - Unwrap DBus values (vponcova) - Unwrap a variant data type (vponcova)