[orca] Require at-spi-python

Ray Strode rstrode at fedoraproject.org
Mon Oct 4 18:21:28 UTC 2010


commit ced8a6b0d1ecb47772b4e2827f295211a0f2dae8
Author: Ray Strode <rstrode at redhat.com>
Date:   Mon Oct 4 14:19:29 2010 -0400

    Require at-spi-python
    
    It's needed for the orbit a11y stack.  The new d-bus stack
    apparently isn't working too well right now:
    
    http://lists.fedoraproject.org/pipermail/desktop/2010-October/006568.html
        Regarding orca not reading the contents of windows, etc (what leads to
        orca only announcing key presses) I have a sort of solution.
    
        Before saying what I needed to do, this fix will make orca still use
        at-spi over corba. I know that the intention was to have fedora 14 use
        at-spi over dbus but as time is running out, I have been unable to find
        a solution using at-spi over dbus and there shouldn't be any difference
        to the user at the moment (if anything at-spi-corba is more likely to be
        reliable as at-spi-dbus is in early days), it may be worth considering
        this so we at least have a working orca.

 orca.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/orca.spec b/orca.spec
index 0159670..6cd7b27 100644
--- a/orca.spec
+++ b/orca.spec
@@ -16,7 +16,7 @@
 
 Name:		orca
 Version:	2.32.0
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Summary:	Assistive technology for people with visual impairments
 
 Group:		User Interface/Desktops
@@ -43,6 +43,10 @@ Provides:	gnopernicus
 Requires:	gnome-mag
 Requires:	control-center >= %{control_center_version}
 Requires:	pyatspi
+
+# http://lists.fedoraproject.org/pipermail/desktop/2010-October/006568.html
+Requires:	at-spi-python
+
 Requires:	gnome-python2-bonobo
 Requires:	gnome-python2-libwnck
 Requires:       gnome-python2-gconf
@@ -98,6 +102,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Oct 04 2010 Ray Strode <rstrode at redhat.com> 2.32.0-2
+- Require orbit at-spi python bindings
+http://lists.fedoraproject.org/pipermail/desktop/2010-October/006568.html
+
 * Wed Sep 29 2010 Matthias Clasen <mclasen at redhat.com> - 2.32.0-1
 - Update to 2.32.0
 


More information about the scm-commits mailing list