Update to 2.26.0
This commit is contained in:
parent
7352e34fab
commit
f9e2a20b9a
1
.gitignore
vendored
1
.gitignore
vendored
@ -57,3 +57,4 @@ pyatspi-0.3.6.tar.bz2
|
||||
/pyatspi-2.24.0.tar.xz
|
||||
/pyatspi-2.25.2.tar.xz
|
||||
/pyatspi-2.25.3.tar.xz
|
||||
/pyatspi-2.26.0.tar.xz
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: pyatspi
|
||||
Version: 2.25.3
|
||||
Release: 3%{?dist}
|
||||
Version: 2.26.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings for at-spi
|
||||
|
||||
Group: Development/Languages
|
||||
License: LGPLv2 and GPLv2
|
||||
URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
|
||||
#VCS: git:git://git.gnome.org/pyatspi
|
||||
Source0: http://download.gnome.org/sources/pyatspi/2.25/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/pyatspi/2.26/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: python2-devel
|
||||
# For tests
|
||||
@ -127,6 +127,9 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' python3-examples/magFocusTracker.
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 2.26.0-1
|
||||
- Update to 2.26.0
|
||||
|
||||
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.25.3-3
|
||||
- Python 2 binary package renamed to python2-pyatspi
|
||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pyatspi-2.25.3.tar.xz) = 00210d618568275517a44ae81d7dabc660017d77adbd78dc96a4fd1745d140027307ff72b48252e8498fe9d64bc387fdd0646a5cd572dc219950308a7aa33d5d
|
||||
SHA512 (pyatspi-2.26.0.tar.xz) = a1aa7e608fa95bdf4c891666fe5038dd2fd7cc7e675cef4c9759ffed4f6342e3cebbc6d5fad8899c0c91eda29664a5f8ff06a1cb0ab46958c8f629cd014d3579
|
||||
|
||||
Loading…
Reference in New Issue
Block a user