diff --git a/.gitignore b/.gitignore index 8e8a638..a0a9a16 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pyatspi.spec b/pyatspi.spec index 5e2fa5a..6381ec2 100644 --- a/pyatspi.spec +++ b/pyatspi.spec @@ -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 - 2.8.0-1 +- Update to 2.8.0 + * Wed Mar 20 2013 Kalev Lember - 2.7.91-1 - Update to 2.7.91 diff --git a/sources b/sources index 6cf441d..ef0150f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9d4369c6be67d38dbc7708013ba139ce pyatspi-2.7.91.tar.xz +930f51c62cca60ebdf90f735d26385b2 pyatspi-2.8.0.tar.xz