Update to 2.10.0

This commit is contained in:
Kalev Lember 2013-09-25 02:30:06 +02:00
parent 774cfb7a8d
commit 7906503b7c
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@ pyatspi-0.3.6.tar.bz2
/pyatspi-2.9.3.tar.xz
/pyatspi-2.9.90.tar.xz
/pyatspi-2.9.92.tar.xz
/pyatspi-2.10.0.tar.xz

View File

@ -1,7 +1,7 @@
%global debug_package %{nil}
Name: pyatspi
Version: 2.9.92
Version: 2.10.0
Release: 1%{?dist}
Summary: Python bindings for at-spi
@ -9,7 +9,7 @@ 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.9/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/pyatspi/2.10/%{name}-%{version}.tar.xz
BuildRequires: python2-devel
%if !0%{?rhel}
@ -99,6 +99,9 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' python3-examples/magFocusTracker.
%changelog
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 2.10.0-1
- Update to 2.10.0
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.92-1
- Update to 2.9.92

View File

@ -1 +1 @@
57ac2f05aecb8fbe5764a4c4046e0f33 pyatspi-2.9.92.tar.xz
188ac6479e824ae2c36dd224a08e036b pyatspi-2.10.0.tar.xz