Update to 2.36.0
This commit is contained in:
parent
3b7f0411f6
commit
eeda277c74
1
.gitignore
vendored
1
.gitignore
vendored
@ -69,3 +69,4 @@ pyatspi-0.3.6.tar.bz2
|
||||
/pyatspi-2.33.92.tar.xz
|
||||
/pyatspi-2.34.0.tar.xz
|
||||
/pyatspi-2.35.1.tar.xz
|
||||
/pyatspi-2.36.0.tar.xz
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: pyatspi
|
||||
Version: 2.35.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.36.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.35/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/pyatspi/2.36/%{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
|
||||
* Sun Mar 08 2020 Kalev Lember <klember@redhat.com> - 2.36.0-1
|
||||
- Update to 2.36.0
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.35.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pyatspi-2.35.1.tar.xz) = 1682c9ee462a4c4e4be47afad73922785b8999537307fdd1c0731e03faa02f26bfc63cfc398f1e171cf56ea4a31754f49eed5ea1529be01b7194aa03d48203af
|
||||
SHA512 (pyatspi-2.36.0.tar.xz) = 709236fd992f570426043e32b201bdfee06bb28faa3d1237778f4069d3548b88b8336e53c0951359f5c7e2914b90f6f682ac58e33c84e32f360bdc32662800af
|
||||
|
||||
Loading…
Reference in New Issue
Block a user