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
This commit is contained in:
2022-09-13 07:36:31 +00:00
committed by Git OBS Bridge
parent 0f9133aa84
commit 2f0c271f44
4 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e7089c0b6309614b53620836b3462d7f91284e436fe4929ba1619a841cf1185
size 318596

3
pyatspi-2.45.90.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30ebf8fc1cd61328734a5cb31b64f65b9a337154994df93a5091d74e1e8cefb9
size 324008

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Aug 29 09:18:03 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <bjorn.lie@gmail.com>
- 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 <meissner@suse.com>

View File

@@ -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