diff --git a/at-spi2-core-2.50.0.tar.xz b/at-spi2-core-2.50.0.tar.xz deleted file mode 100644 index 5e7fcd2..0000000 --- a/at-spi2-core-2.50.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9f5a8c8235c9dd963b2171de9120301129c677dde933955e1df618b949c4adc -size 567664 diff --git a/at-spi2-core-2.54.0.tar.xz b/at-spi2-core-2.54.0.tar.xz new file mode 100644 index 0000000..b80a642 --- /dev/null +++ b/at-spi2-core-2.54.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7eee7e75beddcc272cedc2b60535600f3aae6e481589ebc667afc437c0a6079 +size 575368 diff --git a/at-spi2-core.changes b/at-spi2-core.changes index 6990841..484c00a 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -1,3 +1,65 @@ +------------------------------------------------------------------- +Sun Sep 15 12:25:10 UTC 2024 - Bjørn Lie + +- Update to version 2.54.0: + + Updated translations. + +------------------------------------------------------------------- +Sat Aug 31 16:56:36 UTC 2024 - Bjørn Lie + +- 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 + +- Update to version 2.52.0: + + tests: Fix missing declaration for getpid(). + +------------------------------------------------------------------- +Sun Mar 10 16:25:21 UTC 2024 - Michael Gorse + +- Remove unused dependencies on libei and libxkbcommon-x11. + +------------------------------------------------------------------- +Mon Mar 4 07:46:27 UTC 2024 - Dominique Leuenberger + +- 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 + +- 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 + +- 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 diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 03830d4..9ebfde1 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -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)