[pyatspi] Update to 2.7.91

Kalev Lember kalev at fedoraproject.org
Wed Mar 20 15:02:22 UTC 2013


commit 3399d479e15ac0a9cc474baabebafe87c81c7bd3
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 20 16:01:54 2013 +0100

    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 <kalevlember at gmail.com> - 2.7.91-1
+- Update to 2.7.91
+
 * Sat Feb 23 2013 Kalev Lember <kalevlember at gmail.com> - 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


More information about the scm-commits mailing list