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-29 19:17:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/at-spi2-core (Old) and /work/SRC/openSUSE:Factory/.at-spi2-core.new.30200 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "at-spi2-core" Wed Apr 29 19:17:30 2026 rev:124 rq:1349697 version:2.60.2 Changes: -------- --- /work/SRC/openSUSE:Factory/at-spi2-core/at-spi2-core.changes 2026-04-26 21:12:16.911795266 +0200 +++ /work/SRC/openSUSE:Factory/.at-spi2-core.new.30200/at-spi2-core.changes 2026-04-29 19:17:51.349111175 +0200 @@ -1,0 +2,10 @@ +Sun Apr 26 10:41:20 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 2.60.2: + + atspi-device-legacy: add null checks for when x11 isnt + available. + + python: Fix __getitem__ with a negative offset. + + Fix a NULL pointer dereference when sending an event. + + device-x11: Fall back on raw key events if there is no focus. + +------------------------------------------------------------------- Old: ---- at-spi2-core-2.60.1.tar.xz New: ---- at-spi2-core-2.60.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ at-spi2-core.spec ++++++ --- /var/tmp/diff_new_pack.w6RYxp/_old 2026-04-29 19:17:53.045180551 +0200 +++ /var/tmp/diff_new_pack.w6RYxp/_new 2026-04-29 19:17:53.061181206 +0200 @@ -23,7 +23,7 @@ %define atspiconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}} Name: at-spi2-core -Version: 2.60.1 +Version: 2.60.2 Release: 0 Summary: Assistive Technology Service Provider Interface - D-Bus based implementation License: LGPL-2.1-or-later ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.w6RYxp/_old 2026-04-29 19:17:53.449197097 +0200 +++ /var/tmp/diff_new_pack.w6RYxp/_new 2026-04-29 19:17:53.509199554 +0200 @@ -1,6 +1,6 @@ -mtime: 1776443682 -commit: 59b27f55dc774a49fca19b599b4b4dfdbe6766ea6f8efd49b310df7873577398 +mtime: 1777200165 +commit: fe1f13866c2c7bc8adddc5c37a873bc7893b124d842a2624477c269945723ee7 url: https://src.opensuse.org/GNOME/at-spi2-core -revision: 59b27f55dc774a49fca19b599b4b4dfdbe6766ea6f8efd49b310df7873577398 +revision: fe1f13866c2c7bc8adddc5c37a873bc7893b124d842a2624477c269945723ee7 projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj ++++++ _service ++++++ --- /var/tmp/diff_new_pack.w6RYxp/_old 2026-04-29 19:17:53.681206598 +0200 +++ /var/tmp/diff_new_pack.w6RYxp/_new 2026-04-29 19:17:53.721208236 +0200 @@ -3,7 +3,7 @@ <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.60.1</param> + <param name="revision">2.60.2</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> ++++++ at-spi2-core-2.60.1.tar.xz -> at-spi2-core-2.60.2.tar.xz ++++++ ++++ 1627 lines of diff (skipped) ++++++ at-spi2-core.obsinfo ++++++ --- /var/tmp/diff_new_pack.w6RYxp/_old 2026-04-29 19:17:55.085264101 +0200 +++ /var/tmp/diff_new_pack.w6RYxp/_new 2026-04-29 19:17:55.109265084 +0200 @@ -1,5 +1,5 @@ name: at-spi2-core -version: 2.60.1 -mtime: 1775920226 -commit: ea37f283d06e556dcffad036623107dc20f419c5 +version: 2.60.2 +mtime: 1777144632 +commit: af9820fca7d5eedd7aa03c22ac211296dec5b17b ++++++ build.specials.obscpio ++++++ ++++++ 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-04-26 12:42:45.000000000 +0200 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +.pbuild +osc-collab.*
