From 3399d479e15ac0a9cc474baabebafe87c81c7bd3 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 20 Mar 2013 16:01:54 +0100 Subject: [PATCH] Update to 2.7.91 --- .gitignore | 1 + pyatspi.spec | 10 +++++----- sources | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 43b71c6..8e8a638 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ pyatspi-0.3.6.tar.bz2 /pyatspi-2.5.4.tar.xz /pyatspi-2.7.1.tar.xz /pyatspi-2.7.5.tar.xz +/pyatspi-2.7.91.tar.xz diff --git a/pyatspi.spec b/pyatspi.spec index 2d212b6..5e2fa5a 100644 --- a/pyatspi.spec +++ b/pyatspi.spec @@ -1,8 +1,8 @@ %global debug_package %{nil} Name: pyatspi -Version: 2.7.5 -Release: 2%{?dist} +Version: 2.7.91 +Release: 1%{?dist} Summary: Python bindings for at-spi Group: Development/Languages @@ -70,9 +70,6 @@ pushd %{py3dir} make install DESTDIR=$RPM_BUILD_ROOT popd -# Install the example into docdir instead -rm $RPM_BUILD_ROOT%{_bindir}/magFocusTracker.py - # Fix up the shebang for python3 example cp -a examples python3-examples sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' python3-examples/magFocusTracker.py @@ -90,6 +87,9 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' python3-examples/magFocusTracker. %changelog +* Wed Mar 20 2013 Kalev Lember - 2.7.91-1 +- Update to 2.7.91 + * Sat Feb 23 2013 Kalev Lember - 2.7.5-2 - Build python3-pyatspi with Python 3 support diff --git a/sources b/sources index a56c0bf..6cf441d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -569a25f7d15dba423bc5aaf505356af2 pyatspi-2.7.5.tar.xz +9d4369c6be67d38dbc7708013ba139ce pyatspi-2.7.91.tar.xz