diff --git a/python-dbus.spec b/python-dbus.spec index 5a7197e..c8d851f 100644 --- a/python-dbus.spec +++ b/python-dbus.spec @@ -1,6 +1,6 @@ Name: python-dbus Version: 1.3.2 -Release: 2mamba +Release: 3mamba Summary: D-Bus python bindings for use with python programs Group: System/Libraries/Python Vendor: openmamba @@ -14,8 +14,9 @@ License: GPL, Academic Free License BuildRequires: glibc-devel BuildRequires: libdbus-devel BuildRequires: libglib-devel -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description D-Bus python bindings for use with python programs. @@ -45,7 +46,7 @@ Provides: python%{python_version}dist(dbus-python) %prep %setup -q -n dbus-python-%{version} -%patch0 -p1 -b .Move-python-modules-to-architecture-specific-directo +%patch 0 -p1 -b .Move-python-modules-to-architecture-specific-directo autoreconf -fi @@ -89,6 +90,9 @@ rm -rf %{buildroot}%{_datadir}/doc/dbus-python %doc ChangeLog NEWS README doc/*.txt %changelog +* Tue Sep 26 2023 Automatic Build System 1.3.2-3mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Thu Nov 10 2022 Silvan Calarco 1.3.2-2mamba - provide python*dist(dbus-python)