diff --git a/python-dasbus.spec b/python-dasbus.spec index 123d9a8..c08ee3d 100644 --- a/python-dasbus.spec +++ b/python-dasbus.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 1.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DBus library in Python 3 License: LGPLv2+ @@ -51,6 +51,9 @@ Requires: python3-gobject-base %{python3_sitelib}/%{srcname}/ %changelog +* Fri Jun 04 2021 Python Maint - 1.6-2 +- Rebuilt for Python 3.10 + * Mon May 31 2021 Vendula Poncova - 1.6-1 - Add support for SUSE packaging in spec file (christopher.m.cantalupo) - Allow to generate multiple output arguments (vponcova)