Update to 2.37.90
This commit is contained in:
parent
032865902d
commit
104a654444
1
.gitignore
vendored
1
.gitignore
vendored
@ -70,3 +70,4 @@ pyatspi-0.3.6.tar.bz2
|
||||
/pyatspi-2.34.0.tar.xz
|
||||
/pyatspi-2.35.1.tar.xz
|
||||
/pyatspi-2.36.0.tar.xz
|
||||
/pyatspi-2.37.90.tar.xz
|
||||
|
||||
11
pyatspi.spec
11
pyatspi.spec
@ -1,20 +1,22 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: pyatspi
|
||||
Version: 2.36.0
|
||||
Release: 3%{?dist}
|
||||
Version: 2.37.90
|
||||
Release: 1%{?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.36/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/pyatspi/2.37/%{name}-%{version}.tar.xz
|
||||
|
||||
# For tests
|
||||
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(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
|
||||
@ -76,6 +78,9 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' examples/magFocusTracker.py
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 18 2020 Kalev Lember <klember@redhat.com> - 2.37.90-1
|
||||
- Update to 2.37.90
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.36.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pyatspi-2.36.0.tar.xz) = 709236fd992f570426043e32b201bdfee06bb28faa3d1237778f4069d3548b88b8336e53c0951359f5c7e2914b90f6f682ac58e33c84e32f360bdc32662800af
|
||||
SHA512 (pyatspi-2.37.90.tar.xz) = e2199b7ebd4066490e7b67a4ce42b02a16d1748275d440b48ea99a2f14baf0f5eed0bd5d51740fe50f8b8e7faf9b839da45f0c0c8b8d56877e76bf8d460fd7cc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user