Update to 2.38.0
This commit is contained in:
parent
104a654444
commit
9107ffd7ff
1
.gitignore
vendored
1
.gitignore
vendored
@ -71,3 +71,4 @@ pyatspi-0.3.6.tar.bz2
|
||||
/pyatspi-2.35.1.tar.xz
|
||||
/pyatspi-2.36.0.tar.xz
|
||||
/pyatspi-2.37.90.tar.xz
|
||||
/pyatspi-2.38.0.tar.xz
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: pyatspi
|
||||
Version: 2.37.90
|
||||
Version: 2.38.0
|
||||
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.37/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/pyatspi/2.38/%{name}-%{version}.tar.xz
|
||||
|
||||
# For tests
|
||||
BuildRequires: pkgconfig(atspi-2)
|
||||
@ -78,6 +78,9 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' examples/magFocusTracker.py
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Sep 12 2020 Kalev Lember <klember@redhat.com> - 2.38.0-1
|
||||
- Update to 2.38.0
|
||||
|
||||
* Tue Aug 18 2020 Kalev Lember <klember@redhat.com> - 2.37.90-1
|
||||
- Update to 2.37.90
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pyatspi-2.37.90.tar.xz) = e2199b7ebd4066490e7b67a4ce42b02a16d1748275d440b48ea99a2f14baf0f5eed0bd5d51740fe50f8b8e7faf9b839da45f0c0c8b8d56877e76bf8d460fd7cc
|
||||
SHA512 (pyatspi-2.38.0.tar.xz) = 4da66a70ec861b002766b398f7062526e9cd805636c9a2cad513d674e5d91845f1dfac47ff9d2064f78963dabfe13a153f27787c149e049d471d3b29d8e61c65
|
||||
|
||||
Loading…
Reference in New Issue
Block a user