Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package at-spi2-core for openSUSE:Factory checked in at 2026-04-10 17:45:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/at-spi2-core (Old) and /work/SRC/openSUSE:Factory/.at-spi2-core.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "at-spi2-core" Fri Apr 10 17:45:55 2026 rev:122 rq:1345380 version:2.60.0 Changes: -------- --- /work/SRC/openSUSE:Factory/at-spi2-core/at-spi2-core.changes 2026-01-06 17:43:20.770603628 +0100 +++ /work/SRC/openSUSE:Factory/.at-spi2-core.new.21863/at-spi2-core.changes 2026-04-10 17:47:17.683664788 +0200 @@ -1,0 +2,40 @@ +Mon Mar 23 08:21:58 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Migrate to xz compression and manual service run + +------------------------------------------------------------------- +Sat Mar 14 16:07:32 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 2.60.0: + + Fix detection of whether the + org.freedesktop.a11y.PointerLocator interface is available. + +------------------------------------------------------------------- +Mon Mar 2 09:34:36 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Update to version 2.59.90: + + AtspiDevice: Add API to enable and disable features. This can + be used to test whether particular features are supported by + the device. + + AtspiDevice: Add a pointer-moved signal. This is supported on + X11 and on Wayland when the compositor supports the + org.freedesktop.a11y.PointerLocator interface. + + AtspiDevice: Add key-pressed and key-released signals. + Deprecate atspi_device_add_key_watcher. + + AtspiDeviceX11: Support monitoring the pointer. This currently + requires xres, which is now an optional dependency. + + Fix a use after free in _atspi_send_event. + +------------------------------------------------------------------- +Mon Feb 16 11:22:39 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Update to version 2.59.1: + + Added a build option to link against dbus-glib, rather than + using the internal fork for the main loop integration code. + + Add ATSPI_MODIFIER_SUPER as an alias for META3. + + Various documentation fixes. +- Changes from version 2.59.0: + + meson: Use dbus-broker by default. + + Document the remaining DBus interfaces. + +------------------------------------------------------------------- Old: ---- at-spi2-core-2.58.3.obscpio New: ---- _scmsync.obsinfo at-spi2-core-2.60.0.tar.xz build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ at-spi2-core.spec ++++++ --- /var/tmp/diff_new_pack.2H9vV3/_old 2026-04-10 17:47:18.887714574 +0200 +++ /var/tmp/diff_new_pack.2H9vV3/_new 2026-04-10 17:47:18.891714739 +0200 @@ -23,13 +23,13 @@ %define atspiconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}} Name: at-spi2-core -Version: 2.58.3 +Version: 2.60.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: %{name}-%{version}.tar.zst +Source0: %{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: fdupes ++++++ _scmsync.obsinfo ++++++ mtime: 1774254118 commit: 180921bd7892840bc3f7d1cb3d4c5b5f2a8ded97e0bff1bd009cb7242ab2ea1a url: https://src.opensuse.org/GNOME/at-spi2-core revision: 180921bd7892840bc3f7d1cb3d4c5b5f2a8ded97e0bff1bd009cb7242ab2ea1a projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj ++++++ _service ++++++ --- /var/tmp/diff_new_pack.2H9vV3/_old 2026-04-10 17:47:18.967717882 +0200 +++ /var/tmp/diff_new_pack.2H9vV3/_new 2026-04-10 17:47:18.975718213 +0200 @@ -3,17 +3,17 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/GNOME/at-spi2-core.git</param> - <param name="revision">2.58.3</param> + <param name="revision">2.60.0</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> <param name="changesgenerate">disable</param> </service> - <service name="tar" mode="buildtime"/> - <service name="recompress" mode="buildtime"> + <service name="tar" mode="manual"/> + <service name="recompress" mode="manual"> <param name="file">*.tar</param> - <param name="compression">zst</param> + <param name="compression">xz</param> </service> - <service name="set_version" mode="manual" /> + <service name="set_version" mode="manual"/> </services> ++++++ at-spi2-core.obsinfo ++++++ --- /var/tmp/diff_new_pack.2H9vV3/_old 2026-04-10 17:47:19.015719867 +0200 +++ /var/tmp/diff_new_pack.2H9vV3/_new 2026-04-10 17:47:19.023720198 +0200 @@ -1,5 +1,5 @@ name: at-spi2-core -version: 2.58.3 -mtime: 1767448750 -commit: 06ff5b19f6ec5b504267dbb8f0dad484fe7c8a16 +version: 2.60.0 +mtime: 1773431025 +commit: d8ab833f0230fccc009c271d9f23f53df2a32c88 ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-03-24 09:33:30.000000000 +0100 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +.pbuild +osc-collab.*
