diff --git a/pyatspi-2.38.2.tar.xz b/pyatspi-2.38.2.tar.xz deleted file mode 100644 index cd319534382118c6565536a746e4d88af17a7929..0000000000000000000000000000000000000000 Binary files a/pyatspi-2.38.2.tar.xz and /dev/null differ diff --git a/pyatspi-2.46.0.tar.xz b/pyatspi-2.46.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..071a635c5f30f843a033b340e1270d92c6281462 Binary files /dev/null and b/pyatspi-2.46.0.tar.xz differ diff --git a/pyatspi.spec b/pyatspi.spec index aa39cd86a21a251bc0a4e6e73d1121b9de2d75b4..dd9a4de0cea0583e112b647c0342023f878e6540 100644 --- a/pyatspi.spec +++ b/pyatspi.spec @@ -2,25 +2,23 @@ %global debug_package %{nil} Name: pyatspi -Version: 2.38.2 +Version: 2.46.0 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.38/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/pyatspi/2.46/%{name}-%{version}.tar.xz BuildRequires: make +BuildRequires: pkgconfig(atk) >= 2.11.2 BuildRequires: pkgconfig(atspi-2) BuildRequires: pkgconfig(dbus-1) >= 1.0 BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(dbus-glib-1) >= 0.7.0 -BuildRequires: pkgconfig(gobject-2.0) >= 2.0.0 BuildRequires: pkgconfig(gmodule-2.0) >= 2.0.0 +BuildRequires: pkgconfig(gobject-2.0) >= 2.0.0 BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libxml-2.0) >= 2.0.0 -BuildRequires: pkgconfig(atk) >= 2.11.2 -BuildRequires: pkgconfig(gtk+-2.0) >= 2.10.0 BuildRequires: pkgconfig(pygobject-3.0) >= 2.90.1 BuildRequires: python3-devel @@ -57,7 +55,7 @@ This package includes a python3 client library for at-spi. %build %configure --with-python=python3 --enable-tests -make +%make_build %install @@ -79,5 +77,8 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' examples/magFocusTracker.py %changelog +* Tue Dec 20 2022 Funda Wang - 2.46.0-1 +- New version 2.46.0 + * Mon Apr 18 2022 zhang xianting - 2.38.2-1 - Initial build for Anolis V23