diff --git a/pyatspi.spec b/pyatspi.spec index 2670d97..721daca 100644 --- a/pyatspi.spec +++ b/pyatspi.spec @@ -2,7 +2,7 @@ Name: pyatspi Version: 2.46.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python bindings for at-spi License: LGPL-2.0-or-later AND GPL-2.0-or-later @@ -13,7 +13,6 @@ BuildRequires: make BuildRequires: pkgconfig(atk) >= 2.11.2 BuildRequires: pkgconfig(atspi-2) BuildRequires: pkgconfig(dbus-1) >= 1.0 -BuildRequires: pkgconfig(dbus-glib-1) >= 0.7.0 BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gmodule-2.0) >= 2.0.0 BuildRequires: pkgconfig(gobject-2.0) >= 2.0.0 @@ -77,6 +76,9 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' examples/magFocusTracker.py %changelog +* Wed May 10 2023 Tomas Popela - 2.46.0-4 +- Drop BR on dbus-glib as the project is using plain dbus + * Wed Apr 05 2023 David King - 2.46.0-3 - Remove obsolete gtk2 BuildRequires - Use SPDX for license field