diff --git a/at-spi2-core-2.56.5.tar.xz b/at-spi2-core-2.56.5.tar.xz deleted file mode 100644 index e174ea5a7f64e641a47cf309d3e5ebb2e1ff79dd..0000000000000000000000000000000000000000 Binary files a/at-spi2-core-2.56.5.tar.xz and /dev/null differ diff --git a/at-spi2-core-2.58.0.tar.xz b/at-spi2-core-2.58.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..ed1824146088a3519e88487f89e30a673e0bd32f Binary files /dev/null and b/at-spi2-core-2.58.0.tar.xz differ diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 0eb6bc694c3f50f1bd6c2579887a4124c31b5337..7f55711c0b3b7d930f56f33d0fb38fdf9c7d5e27 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,6 +1,6 @@ #needsrootforbuild Name: at-spi2-core -Version: 2.56.5 +Version: 2.58.0 Release: 1 Summary: The At-Spi2 Core package is a part of the GNOME Accessibility Project. @@ -9,7 +9,7 @@ URL: https://wiki.gnome.org/Accessibility Source0: https://download.gnome.org/sources/at-spi2-core/%{version_major_minor}/%{name}-%{version}.tar.xz Source1: xwayland-session-scriptlet -BuildRequires: meson >= 0.63.0 +BuildRequires: meson >= 0.64.0 BuildRequires: pkgconfig(dbus-1) >= 1.5 BuildRequires: pkgconfig(gi-docgen) >= 2021.1 BuildRequires: pkgconfig(gio-2.0) >= 2.28.0 @@ -32,6 +32,8 @@ Requires: dbus Requires: /usr/bin/xprop %endif +%global __requires_exclude_from ^%{python3_sitearch}/gi/overrides/.*$ + %description At-Spi2 is a protocol over DBus, toolkit widgets use it to provide their content to screen readers such as Orca. @@ -138,6 +140,9 @@ install -m 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/00- %{_datadir}/dbus-1/accessibility-services/org.a11y.atspi.Registry.service %{_datadir}/dbus-1/services/org.a11y.Bus.service %{_userunitdir}/at-spi-dbus-bus.service +%dir %{python3_sitearch}/gi/overrides/ +%{python3_sitearch}/gi/overrides/Atspi.py +%{python3_sitearch}/gi/overrides/__pycache__/Atspi.* %files devel %{_libdir}/libatspi.so @@ -178,6 +183,9 @@ install -m 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/00- %{_docdir}/libatspi %changelog +* Mon Oct 06 2025 Funda Wang - 2.58.0-1 +- update to 2.58.0 + * Wed Sep 17 2025 Funda Wang - 2.56.5-1 - update to 2.56.5 - drop check section as it needs special tweaks