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.50.0.tar.xz b/at-spi2-core-2.50.0.tar.xz new file mode 100644 index 0000000..5e7fcd2 --- /dev/null +++ b/at-spi2-core-2.50.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f5a8c8235c9dd963b2171de9120301129c677dde933955e1df618b949c4adc +size 567664 diff --git a/at-spi2-core.changes b/at-spi2-core.changes index 37c6888..2007ce4 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Mon Sep 18 01:14:03 UTC 2023 - Luciano Santos + +- 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 + +- 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 + +- 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 +59,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..2aec366 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.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