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 2022-03-23 20:15:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/at-spi2-core (Old) and /work/SRC/openSUSE:Factory/.at-spi2-core.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "at-spi2-core" Wed Mar 23 20:15:56 2022 rev:96 rq:963548 version:2.44.0 Changes: -------- --- /work/SRC/openSUSE:Factory/at-spi2-core/at-spi2-core.changes 2021-12-13 20:46:48.824502846 +0100 +++ /work/SRC/openSUSE:Factory/.at-spi2-core.new.25692/at-spi2-core.changes 2022-03-23 20:16:25.766396604 +0100 @@ -1,0 +2,23 @@ +Fri Mar 18 14:05:57 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- 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 5 11:59:35 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- 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. + +------------------------------------------------------------------- Old: ---- at-spi2-core-2.42.0.tar.xz New: ---- at-spi2-core-2.44.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ at-spi2-core.spec ++++++ --- /var/tmp/diff_new_pack.YnDBXk/_old 2022-03-23 20:16:26.534397039 +0100 +++ /var/tmp/diff_new_pack.YnDBXk/_new 2022-03-23 20:16:26.538397040 +0100 @@ -1,7 +1,7 @@ # # spec file for package at-spi2-core # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: at-spi2-core -Version: 2.42.0 +Version: 2.44.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.42/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/at-spi2-core/2.44/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: gtk-doc @@ -98,17 +98,21 @@ %install %meson_install -%find_lang at-spi2-core +%find_lang %{name} +# Move autostart file to /usr/etc +mkdir -p %{buildroot}%{_distconfdir}/xdg/autostart +mkdir -p %{buildroot}%{_distconfdir}/xdg/Xwayland-session.d +mv %{buildroot}%{_sysconfdir}/xdg/autostart/* %{buildroot}%{_distconfdir}/xdg/autostart/ +mv %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/* %{buildroot}%{_distconfdir}/xdg/Xwayland-session.d/ -%post -n libatspi0 -p /sbin/ldconfig -%postun -n libatspi0 -p /sbin/ldconfig +%ldconfig_scriptlets -n libatspi0 %files %license COPYING %{_libexecdir}/at-spi2/ -%dir %{_sysconfdir}/xdg/Xwayland-session.d -%{_sysconfdir}/xdg/Xwayland-session.d/00-at-spi -%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop +%dir %{_distconfdir}/xdg/Xwayland-session.d +%{_distconfdir}/xdg/Xwayland-session.d/00-at-spi +%{_distconfdir}/xdg/autostart/at-spi-dbus-bus.desktop %{_userunitdir}/at-spi-dbus-bus.service %dir %{_datadir}/dbus-1/accessibility-services/ %{_datadir}/dbus-1/accessibility-services/org.a11y.atspi.Registry.service @@ -123,7 +127,7 @@ %{_libdir}/girepository-1.0/Atspi-2.0.typelib %files devel -%doc AUTHORS README +%doc AUTHORS README.md %{_includedir}/at-spi-2.0/ %{_libdir}/libatspi.so %{_libdir}/pkgconfig/atspi-2.pc ++++++ at-spi2-core-2.42.0.tar.xz -> at-spi2-core-2.44.0.tar.xz ++++++ ++++ 2381 lines of diff (skipped)