Upgrade to 2.38.1

Update Version, Release, Source0, BuildRequires, stage 'build'
This commit is contained in:
weijin-deng 2021-06-04 18:16:25 +08:00
parent 7af3a4bd11
commit afb88fa0df
3 changed files with 10 additions and 5 deletions

Binary file not shown.

BIN
pyatspi-2.38.1.tar.xz Normal file

Binary file not shown.

View File

@ -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 <weijin.deng@turbolinux.com.cn> - 2.38.1-1
- Upgrade to 2.38.1
- Update Version, Release, Source0, BuildRequires, stage 'build'
* Wed Oct 21 2020 jinzhimin<jinzhimin2@huawei.com> - 2.33.92-3
- remove python2-pyatspi subpackage