Accepting request 1158683 from GNOME:Next
GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1158683 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=237
This commit is contained in:
parent
f3c01d64be
commit
a9ea34710c
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.
3
at-spi2-core-2.52.0.tar.xz
Normal file
3
at-spi2-core-2.52.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ac3fc8320c8d01fa147c272ba7fa03806389c6b03d3c406d0823e30e35ff5ab
|
||||
size 574684
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
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.52.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.52/%{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…
x
Reference in New Issue
Block a user