diff --git a/python-dasbus.spec b/python-dasbus.spec index 1fa7f5c..f3915d1 100644 --- a/python-dasbus.spec +++ b/python-dasbus.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 1.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 +* Tue May 26 2020 Miro HronĨok - 1.2-2 +- Rebuilt for Python 3.9 + * Mon May 18 2020 Vendula Poncova - 1.2-1 - Replace ABC with ABCMeta (vponcova) - Fix typing tests (vponcova)