Changelog for
at-spi2-core-2.46.0-4.2.x86_64.rpm :
* Fri Oct 28 2022 Frederic Crozat
- Ensure xprop is required when xwayland is installed.
* Sat Sep 17 2022 Bjørn Lie - Update to version 2.46.0: + Fix GetInterfaces documentation on org.a11y.atspi.Accessible interface.
* Fri Sep 16 2022 Bjørn Lie - Add libatk-1_0-0 and libatk-bridge-2_0-0 to baselibs.conf, build 32bit support.
* Sat Aug 27 2022 Bjørn Lie - Update to version 2.45.91: + Send device event controller events using the same signature as other events. + Document the Accessible, Action, and Cache dbus interfaces. + Fix license of atspi-gmain.c.- Add fdupes BuildRequires and macro, remove duplicate files.- Provide and Obsolete atk from libatk sub-package.
* Wed Aug 10 2022 Bjørn Lie - Update to version 2.45.90: + xml: - Add some documentation. - Fix event arguments. - Add some missing DeviceEventController methods. + Bind the AT-SPI bus to the graphical session. + Mark bus service as belonging to the session slice. + Add ATSPI_ROLE_PUSH_BUTTON_MENU. + Add an \"announcement\" event/signal to allow objects to send notifications. + Various code clean-ups and test improvements.- Add pkgconfig(libxml-2.0) BuildRequires: New dependency.- Add new sub-packages from the now included atk and at-spi2-atk packages: libatk-1_0-0, libatk-bridge-2_0-0 and typelib-1_0-Atk-1_0.- Provide/Obsolete at-spi2-atk-gtk2 by the main package.
* Thu Apr 21 2022 Michael Gorse - Update to version 2.44.1: + Fix use after free when removing a hung process. + Fix the build with X11 disabled. + Fix crash when NULL is passed to some listener-related functions. + impl_deregister_keystroke_listener: fix memory leak on iteration error.
* Fri Mar 18 2022 Bjørn Lie - Update to version 2.44.0: + Unlink the socket before binding when using dbus-broker. Fixes regression introduced in 2.43.92 where restarting the bus launcher would fail.
* Sat Mar 05 2022 Bjørn Lie - Update to version 2.43.92: + The AT-SPI bus now uses the user\'s XDG_RUNTIME_DIR for its socket. Fixes accessibility for Snap-confined applications. + Caps lock is now unlocked for key synthesis. Fixes cutting and pasting from brltty when caps lock is on. + Several fixes to the dbus specification. + Fix the build when x11 is disabled. + Fix several compiler warnings.- Use ldconfig_scriptlets macro for post(un) handling.- Move autostart .desktop and xwayland-session config to distconfdir.
* Wed Dec 08 2021 Michael Gorse - Configure to use dbus-broker when available.- Add libsystemd to BuildRequires: needed for dbus-broker support.
* Sun Sep 19 2021 Michael Gorse - Update to version 2.42.0: + Set X root property when Xwayland starts on demand. + Several dbus introspection fixes.
* Fri Jul 09 2021 Ferdinand Thiessen - Update to version 2.40.3 + Bugfix: Use abstract sockets if libdbus is older than 1.12.0
* Sun Jun 06 2021 Bjørn Lie - Update to version 2.40.2: + README: Remove outdated links. + Key grab fixes for the new API. + registryd: Add a missing call to va_end.
* Sun May 02 2021 Michael Gorse - Update to version 2.40.1: + Fix double free when removing event listeners. + Fix numlock detection.
* Sat Mar 20 2021 Michael Gorse - Update to version 2.40.0: + No changes.
* Thu Mar 18 2021 Dominique Leuenberger - Update to version 2.39.91: + Fix a couple of memory leaks. + Remove const from AtspiDeviceListenerCB prototype.
* Tue Feb 23 2021 Dominique Leuenberger - Update to version 2.39.90.1: + Fix a crash introduced in 2.39.90, along with a few warnings.
* Wed Feb 17 2021 Dominique Leuenberger - Update to version 2.39.90: + Fix build with X11 disabled. + Various fixes for the new device API used for key monitoring and grabbing. + Fixed several memory leaks.
* Sun Jan 17 2021 Dominique Leuenberger - Update to version 2.39.1: + Don\'t use gdbus-broker if not running under systemd. + Unref bus at the end of cleanup. + Fix XML interfaces. + Use unix sockets instead of abstract sockets. + Added a device API to replace the old API for capturing key grabs. This is needed for toolkits that do not report keystrokes to atk, such as gtk 4.
* Tue Sep 22 2020 dimstarAATTopensuse.org- Update to version 2.38.0: + Updated translations.
* Tue Sep 22 2020 dimstarAATTopensuse.org- Update to version 2.37.92: + Fix a possible memory leak if an event name cannot be parsed. + _atspi_dbus_set_interfaces: fix memory leak when called with an invalid DBus signature. + Fix a crash if an event listener is removed during an event callback.
* Tue Sep 22 2020 dimstarAATTopensuse.org- Update to version 2.37.90: + Add a mode-changed signal to allow a screen reader to indicate that its mode has changed. + Fix use after free when a device listener is destroyed. + Meson: de-duplicate deps of \'Requires\' in pkgconfig file. + FIx use after free when an event listener is destroyed. + Make at-spi-dbus-bus.desktop validate. + atspi_accessible_set_cache_mask: relax assert that was generating a warning and causing the function to fail in some cases. + Fixes for synthesizing keys. + Fix Qt annotations in DBus xml files. + Memory test: replace gedit with a light-weight test application. + dbtest: print to stdout instead of stderr. + Tests: make test a bit verbose. + Constants: fix typos in two _COUNT constants.
* Sat Sep 12 2020 Matthias Eliasson - Update to version 2.36.1: + meson: De-duplicate deps of \'Requires\' in pkgconfig file + Make at-spi-dbus-bus.desktop Validat + Fix ucs2keysym line for Euro sign + Fix Qt annotations in DBus xml files + constants: Fix typos in two _COUNT constants + Fix a couple of memory leaks. + Fix use after free when a device listener is destroyed. + Fix use after free when an event listener is destroyed.- Run spec-cleaner + Remove rpm groups
* Sun Mar 08 2020 Bjørn Lie - Update to version 2.36.0: + No changes, stable version update only.
* Sat Feb 29 2020 mgorseAATTsuse.com- Update to version 2.35.92: + bus-launcher: make session management more robust (boo#1154582).- Drop at-spi2-core-async-session-register.patch: Fixed upstream.
* Thu Feb 27 2020 Michael Gorse - Ad at-spi2-core-async-session-register.patch: make bus-launcher session registration more robust (boo#1154582).
* Wed Feb 12 2020 dimstarAATTopensuse.org- Update to version 2.35.1: + Fix source reproducibility. + Avoid depending on Meson 0.50. + Add ATSPI_ROLE_MARK and ATSPI_ROLE_SUGGESTION.