Update to 2.8.0

This commit is contained in:
Kalev Lember 2013-03-26 00:34:58 +01:00
parent 3399d479e1
commit 695fe42a7d
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -31,3 +31,4 @@ pyatspi-0.3.6.tar.bz2
/pyatspi-2.7.1.tar.xz
/pyatspi-2.7.5.tar.xz
/pyatspi-2.7.91.tar.xz
/pyatspi-2.8.0.tar.xz

View File

@ -1,7 +1,7 @@
%global debug_package %{nil}
Name: pyatspi
Version: 2.7.91
Version: 2.8.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.7/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/pyatspi/2.8/%{name}-%{version}.tar.xz
BuildRequires: python2-devel
BuildRequires: python3-devel
@ -87,6 +87,9 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' python3-examples/magFocusTracker.
%changelog
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 2.8.0-1
- Update to 2.8.0
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 2.7.91-1
- Update to 2.7.91

View File

@ -1 +1 @@
9d4369c6be67d38dbc7708013ba139ce pyatspi-2.7.91.tar.xz
930f51c62cca60ebdf90f735d26385b2 pyatspi-2.8.0.tar.xz