diff --git a/pyatspi-2.46.0.tar.xz b/pyatspi-2.46.0.tar.xz deleted file mode 100644 index 071a635c5f30f843a033b340e1270d92c6281462..0000000000000000000000000000000000000000 Binary files a/pyatspi-2.46.0.tar.xz and /dev/null differ diff --git a/pyatspi-2.46.1.tar.xz b/pyatspi-2.46.1.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..29c8726a09a5f84bf336c66f97e2ff0ae875e499 Binary files /dev/null and b/pyatspi-2.46.1.tar.xz differ diff --git a/pyatspi.spec b/pyatspi.spec index 4beba084cab8b0b8e43c0e12267937c97a1320b5..6c5fc27ad8a212c55b89a17517a152b61f28a605 100644 --- a/pyatspi.spec +++ b/pyatspi.spec @@ -1,14 +1,15 @@ -%define anolis_release 2 +%define anolis_release 1 %global debug_package %{nil} Name: pyatspi -Version: 2.46.0 +Version: 2.46.1 Release: %{anolis_release}%{?dist} Summary: Python bindings for at-spi License: LGPLv2 and GPLv2 URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus Source0: http://download.gnome.org/sources/pyatspi/2.46/%{name}-%{version}.tar.xz +Source: https://download.gnome.org/sources/pyatspi/2.46/pyatspi-2.46.1.tar.xz BuildRequires: make BuildRequires: pkgconfig(atk) >= 2.11.2 @@ -77,6 +78,10 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' examples/magFocusTracker.py %changelog +* Fri Aug 15 2025 wenyuzifang - 2.46.1-1 +- Updated to version 2.46.1 to fix xxxxxxxxxx + + * Wed Mar 13 2024 Zhao Hang - 2.46.0-2 - Rebuild with python3.11