From 2f0c271f447da04a75bd54a33db218dd65d50d40da8befcfede35a3de7668c09 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 13 Sep 2022 07:36:31 +0000 Subject: [PATCH] Accepting request 1002684 from GNOME:Next GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already) OBS-URL: https://build.opensuse.org/request/show/1002684 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=135 --- pyatspi-2.38.2.tar.xz | 3 --- pyatspi-2.45.90.tar.xz | 3 +++ python-atspi.changes | 14 ++++++++++++++ python-atspi.spec | 10 +++++----- 4 files changed, 22 insertions(+), 8 deletions(-) delete mode 100644 pyatspi-2.38.2.tar.xz create mode 100644 pyatspi-2.45.90.tar.xz diff --git a/pyatspi-2.38.2.tar.xz b/pyatspi-2.38.2.tar.xz deleted file mode 100644 index 9d0c45b..0000000 --- a/pyatspi-2.38.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e7089c0b6309614b53620836b3462d7f91284e436fe4929ba1619a841cf1185 -size 318596 diff --git a/pyatspi-2.45.90.tar.xz b/pyatspi-2.45.90.tar.xz new file mode 100644 index 0000000..0915067 --- /dev/null +++ b/pyatspi-2.45.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ebf8fc1cd61328734a5cb31b64f65b9a337154994df93a5091d74e1e8cefb9 +size 324008 diff --git a/python-atspi.changes b/python-atspi.changes index e64d7e7..560ca54 100644 --- a/python-atspi.changes +++ b/python-atspi.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Aug 29 09:18:03 UTC 2022 - Dominique Leuenberger + +- Only BuildRequire at-spi2-atk-gtk2 and atk-devel if + at-spi2-core < 2.45. In newer versions, at-spi2-atk was merged + into -core and obsoleted. + +------------------------------------------------------------------- +Mon Aug 8 12:10:20 UTC 2022 - Bjørn Lie + +- Update to version 2.45.90: + + Add object:announcement to the list of events. + + Add support for ATSPI_ROLE_PUSH_BUTTON_MENU. + ------------------------------------------------------------------- Tue Mar 29 11:05:05 UTC 2022 - Marcus Meissner diff --git a/python-atspi.spec b/python-atspi.spec index 9e37f28..6aaf48c 100644 --- a/python-atspi.spec +++ b/python-atspi.spec @@ -1,5 +1,5 @@ # -# spec file for package python-atspi +# spec file # # Copyright (c) 2022 SUSE LLC # @@ -34,13 +34,13 @@ BuildArch: noarch %define skip_python2 1 %define _name pyatspi Name: python-atspi%{psuffix} -Version: 2.38.2 +Version: 2.45.90 Release: 0 Summary: Python bindings for the Assistive Technology Service Provider Interface License: LGPL-2.0-only Group: Development/Libraries/Python URL: https://gitlab.gnome.org/GNOME/pyatspi2 -Source0: https://download.gnome.org/sources/pyatspi/2.38/%{_name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/pyatspi/2.45/%{_name}-%{version}.tar.xz BuildRequires: %{python_module dbus-python} BuildRequires: %{python_module gobject >= 2.90.1} BuildRequires: %{python_module gobject-devel >= 2.90.1} @@ -51,11 +51,11 @@ BuildRequires: gobject-introspection BuildRequires: python-rpm-macros BuildRequires: pkgconfig(gtk+-3.0) %if %{with test} -BuildRequires: at-spi2-atk-gtk2 BuildRequires: at-spi2-core -BuildRequires: atk-devel BuildRequires: glib2-devel BuildRequires: libxml2-devel +BuildRequires: (at-spi2-atk-gtk2 if at-spi2-core < 2.45) +BuildRequires: (atk-devel if at-spi2-core-devel < 2.45) %endif Requires: python-dbus-python Requires: python-gobject >= 2.90.1