Dominique Leuenberger 2023-09-20 11:21:58 +00:00 committed by Git OBS Bridge
commit 36961e0425
4 changed files with 62 additions and 6 deletions

View File

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

BIN
at-spi2-core-2.50.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Mon Sep 18 01:14:03 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
- Adjust %fdupes parameter value to %{buildroot}%{_datadir}, one of
the parent directories of the former parameter, to symlink other
duplicate files under the datadir.
-------------------------------------------------------------------
Fri Sep 15 22:57:28 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.50.0:
+ Fix at-spi2-atk test when running under a non-English locale.
-------------------------------------------------------------------
Mon Sep 4 18:22:58 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
- Update to version 2.49.91:
+ collection: Avoid locking up if an object has a very large
child count.
+ Fix possible NULL pointer dereference when deregistering an
event listener.
+ Various fixes for the new key grabbing API.
+ Don't wait for a reply when registering or deregistering
keystroke listeners.
-------------------------------------------------------------------
Mon Sep 4 18:21:58 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.49.90:
+ Fix a test failure/timeout.
+ Add atspi_get_version() to return the runtime version of the
library.
+ Collection: fix match testing for attributes.
+ Fix a NULL pointer dereference when deregistering an event
listener that doesn't include a detail.
+ Fix the documentation for interfaces in collection match rules.
+ Add an AtspiLive enum to specify the politeness level for live
regions, and document that this should be used for Announcement
signals. Also add a notification signal in atk to replace the
announcement signal that lacks the politeness information.
+ Add an asynchronous version of atspi_generate_mouse_event.
-------------------------------------------------------------------
Mon Sep 4 18:20:58 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
@ -17,6 +59,16 @@ Thu Aug 3 02:46:25 UTC 2023 - Yifan Jiang <yfjiang@suse.com>
- Support build environments like SLE 15 SP5 and Leap 15.5 which
had %{_distconfdir) not defined yet.
-------------------------------------------------------------------
Tue Jul 18 10:10:28 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.49.1:
+ TableCell.xml: Add Get{Column,Row}HeaderCells methods.
+ atspi_accessible_get_localized_role_name: Use internal names
when possible.
+ Add a non-recursive function to clear a single object's cache.
+ Code clean-ups.
-------------------------------------------------------------------
Sun May 28 09:12:49 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -16,16 +16,20 @@
#
# TODO: Double check whether we really need bundled fonts such as:
# /usr/share/doc/libatspi/RedHatText-Regular.woff2
# /usr/share/doc/libatspi/SourceCodePro-It.ttf.woff
#
%define atspiconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}
Name: at-spi2-core
Version: 2.48.4
Version: 2.50.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.48/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/at-spi2-core/2.50/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: fdupes
@ -143,7 +147,7 @@ The package contains a ATK/D-Bus bridge library.
%install
%meson_install
%find_lang %{name}
%fdupes %{buildroot}%{_datadir}/gtk-doc/html/
%fdupes %{buildroot}%{_datadir}
# Move autostart file to /usr/etc
mkdir -p %{buildroot}%{atspiconfdir}/xdg/autostart
mkdir -p %{buildroot}%{atspiconfdir}/xdg/Xwayland-session.d