diff --git a/pyatspi-2.33.92.tar.xz b/pyatspi-2.33.92.tar.xz deleted file mode 100644 index d54064f..0000000 Binary files a/pyatspi-2.33.92.tar.xz and /dev/null differ diff --git a/pyatspi-2.38.1.tar.xz b/pyatspi-2.38.1.tar.xz new file mode 100644 index 0000000..3c0b926 Binary files /dev/null and b/pyatspi-2.38.1.tar.xz differ diff --git a/pyatspi.spec b/pyatspi.spec index ea2915c..88cd7f9 100644 --- a/pyatspi.spec +++ b/pyatspi.spec @@ -1,14 +1,15 @@ %global debug_package %{nil} Name: pyatspi -Version: 2.33.92 -Release: 3 +Version: 2.38.1 +Release: 1 Summary: Python client bindings for D-Bus AT-SPI License: LGPLv2 and GPLv2 URL: https://wiki.linuxfoundation.org/en/Accessibility/ATK/AT-SPI/AT-SPI_on_D-Bus -Source0: https://download.gnome.org/sources/pyatspi/2.33/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/pyatspi/2.38/%{name}-%{version}.tar.xz -BuildRequires: atk-devel dbus-devel dbus-glib-devel glib2-devel gtk2-devel libxml2-devel +BuildRequires: at-spi2-atk-devel atk-devel dbus-devel dbus-glib-devel glib2-devel +BuildRequires: gtk3-devel libxml2-devel gtk2-devel BuildRequires: pygobject3-devel python3-dbus python3-devel BuildArch: noarch @@ -36,7 +37,7 @@ This package includes a python3 client library for the AT-SPI. %build %configure --with-python=python3 --enable-tests -make +%make_build %install %make_install @@ -53,6 +54,10 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' python3-examples/magFocusTracker. %{python3_sitelib}/ %changelog +* Mon May 31 2021 weijin deng - 2.38.1-1 +- Upgrade to 2.38.1 +- Update Version, Release, Source0, BuildRequires, stage 'build' + * Wed Oct 21 2020 jinzhimin - 2.33.92-3 - remove python2-pyatspi subpackage