Sync from SUSE:SLFO:Main at-spi2-core revision 9ff53457ec701503beb9a5d9043450eb
This commit is contained in:
parent
2e4c576d69
commit
4d52e2a2a9
BIN
at-spi2-core-2.50.0.tar.xz
(Stored with Git LFS)
BIN
at-spi2-core-2.50.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
at-spi2-core-2.54.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
at-spi2-core-2.54.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,65 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 15 12:25:10 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.54.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 31 16:56:36 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.53.90:
|
||||
+ Make ATSPI_ROLE_PUSH_BUTTON an enum value again.
|
||||
+ atk: Align button role with AT-SPI one.
|
||||
+ Fix warning when atspi_event_quit is called multiple times.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 17 09:22:49 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.52.0:
|
||||
+ tests: Fix missing declaration for getpid().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 16:25:21 UTC 2024 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Remove unused dependencies on libei and libxkbcommon-x11.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 07:46:27 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.51.91:
|
||||
+ Back out code to generate mouse events on mutter. It had a
|
||||
couple of unwanted side effects. Also remove dependencies on
|
||||
libei and xkbcommon.
|
||||
+ atk-adaptor: Fix collection role matching.
|
||||
+ Have atspi_text_get_string_at_offset fall back to calling
|
||||
GetTextAtOffset if GetStringAtOffset is unimplemented.
|
||||
+ Don't use g_assert in the unit tests.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 15:39:01 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.51.90:
|
||||
+ Add an attribute-changed signal in atk, and update libatspi
|
||||
attribute cache.
|
||||
+ Add GetTextSelection and SetTextSelection to Document
|
||||
interface.
|
||||
+ Add atspi_device_generate_mouse_event, and implement for
|
||||
mutter.
|
||||
+ Have atspi_device_add_key_grab return 0 if XIGrabKeycode fails.
|
||||
+ xml: Add Embedded to the Socket interface.
|
||||
+ Don't return uninitialized values if
|
||||
atspi_component_get_size/position fail.
|
||||
- Add pkgconfig(libei-1.0) BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 07:32:52 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.51.0:
|
||||
+ atk-adaptor: Fix critical when no table cell array is returned.
|
||||
+ accessible: Do not rename deprecated methods to the new names.
|
||||
+ Add HelpText property and corresponding functions in atk and
|
||||
libatspi.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 14 08:48:57 UTC 2024 - Yifan Jiang <yfjiang@suse.com>
|
||||
|
||||
|
@ -23,13 +23,13 @@
|
||||
%define atspiconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}
|
||||
|
||||
Name: at-spi2-core
|
||||
Version: 2.50.0
|
||||
Version: 2.54.0
|
||||
Release: 0
|
||||
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://www.gnome.org/
|
||||
Source0: https://download.gnome.org/sources/at-spi2-core/2.50/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/at-spi2-core/2.54/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: fdupes
|
||||
@ -46,7 +46,6 @@ BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xi)
|
||||
BuildRequires: pkgconfig(xkbcommon-x11)
|
||||
BuildRequires: pkgconfig(xtst)
|
||||
# dbus-daemon is needed to have this work fine
|
||||
Requires: (dbus-1 or dbus-broker)
|
||||
|
Loading…
Reference in New Issue
Block a user