diff --git a/at-spi2-core-2.48.4.tar.xz b/at-spi2-core-2.48.4.tar.xz deleted file mode 100644 index cb1bff5..0000000 --- a/at-spi2-core-2.48.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29ecb12992e8339675f5d755c8735ea3ea298379cfa2c93fde96bee5dc57a515 -size 554916 diff --git a/at-spi2-core-2.49.91.tar.xz b/at-spi2-core-2.49.91.tar.xz new file mode 100644 index 0000000..3bf6e05 --- /dev/null +++ b/at-spi2-core-2.49.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa72bbb12188ee3d0152cc6ea935415e6dc623ffa751b6a7cc23e9025f0410fd +size 563496 diff --git a/at-spi2-core.changes b/at-spi2-core.changes index 37c6888..a5f711c 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Sep 4 18:22:58 UTC 2023 - Luciano Santos + +- 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 + +- 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 @@ -17,6 +46,16 @@ Thu Aug 3 02:46:25 UTC 2023 - Yifan Jiang - 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 + +- 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 diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 65decb3..1170b78 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -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.49.91 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.49/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: fdupes