Update to 2.35.1
This commit is contained in:
parent
5ca767a1b3
commit
ef0753c469
1
.gitignore
vendored
1
.gitignore
vendored
@ -68,3 +68,4 @@ pyatspi-0.3.6.tar.bz2
|
||||
/pyatspi-2.33.90.tar.xz
|
||||
/pyatspi-2.33.92.tar.xz
|
||||
/pyatspi-2.34.0.tar.xz
|
||||
/pyatspi-2.35.1.tar.xz
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: pyatspi
|
||||
Version: 2.34.0
|
||||
Version: 2.35.1
|
||||
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.34/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/pyatspi/2.35/%{name}-%{version}.tar.xz
|
||||
|
||||
# For tests
|
||||
BuildRequires: pkgconfig(dbus-1) >= 1.0
|
||||
@ -76,6 +76,9 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' examples/magFocusTracker.py
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 20 2020 Kalev Lember <klember@redhat.com> - 2.35.1-1
|
||||
- Update to 2.35.1
|
||||
|
||||
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 2.34.0-1
|
||||
- Update to 2.34.0
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pyatspi-2.34.0.tar.xz) = 61b157f067e23b7a964cf8268f556ad059982f448e436ecb25c96915ecb53918c6ab7b29bfb4e7b85e25e6038e27678fbd3d0bfb61d14a038ab5eaeee1f682b4
|
||||
SHA512 (pyatspi-2.35.1.tar.xz) = 1682c9ee462a4c4e4be47afad73922785b8999537307fdd1c0731e03faa02f26bfc63cfc398f1e171cf56ea4a31754f49eed5ea1529be01b7194aa03d48203af
|
||||
|
||||
Loading…
Reference in New Issue
Block a user