Update to 2.34.0
This commit is contained in:
parent
a612bc6911
commit
1942a9d729
1
.gitignore
vendored
1
.gitignore
vendored
@ -67,3 +67,4 @@ pyatspi-0.3.6.tar.bz2
|
||||
/pyatspi-2.33.2.tar.xz
|
||||
/pyatspi-2.33.90.tar.xz
|
||||
/pyatspi-2.33.92.tar.xz
|
||||
/pyatspi-2.34.0.tar.xz
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: pyatspi
|
||||
Version: 2.33.92
|
||||
Release: 2%{?dist}
|
||||
Version: 2.34.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.33/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/pyatspi/2.34/%{name}-%{version}.tar.xz
|
||||
|
||||
# For tests
|
||||
BuildRequires: pkgconfig(dbus-1) >= 1.0
|
||||
@ -79,6 +79,9 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' examples/magFocusTracker.py
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 2.34.0-1
|
||||
- Update to 2.34.0
|
||||
|
||||
* Thu Sep 05 2019 Miro Hrončok <mhroncok@redhat.com> - 2.33.92-2
|
||||
- Subpackage python2-pyatspi has been removed
|
||||
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pyatspi-2.33.92.tar.xz) = 49bbf3e0dd864b2d33fdd0e5afb1678a5e223597aa9d92afedd66cfac6040eb6faa231b1f8f6d96b524df2639c7902ca51b9bc669f510b5ee42420c14752fe10
|
||||
SHA512 (pyatspi-2.34.0.tar.xz) = 61b157f067e23b7a964cf8268f556ad059982f448e436ecb25c96915ecb53918c6ab7b29bfb4e7b85e25e6038e27678fbd3d0bfb61d14a038ab5eaeee1f682b4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user