Hello community,

here is the log from the commit of package orca for openSUSE:Factory
checked in at Mon Feb 21 23:44:48 CET 2011.



--------
--- GNOME/orca/orca.changes     2011-02-14 20:28:52.000000000 +0100
+++ orca/orca.changes   2011-02-21 22:28:32.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Feb 18 23:33:35 UTC 2011 - [email protected]
+
+- Add orca-2.32.1-console-setup.patch: fix setting of autostart and
+  keyboard prompt in console setup (bgo#642212).
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  orca-2.32.1-console-setup.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ orca.spec ++++++
--- /var/tmp/diff_new_pack.4WtcnR/_old  2011-02-21 23:44:31.000000000 +0100
+++ /var/tmp/diff_new_pack.4WtcnR/_new  2011-02-21 23:44:31.000000000 +0100
@@ -19,12 +19,14 @@
 
 Name:           orca
 Version:        2.32.1
-Release:        7
+Release:        8
 License:        LGPLv2.1+
 Summary:        Screen reader for GNOME
 Url:            http://www.gnome.org/
 Group:          System/GUI/GNOME
 Source:         %{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM orca-2.32.1-console-setup.patch bgo#642212 
[email protected] -- Fix setting of autostart and keyboard prompt in console 
setup; accepted upstream already
+Patch0:         orca-2.32.1-console-setup.patch
 BuildRequires:  at-spi-devel
 BuildRequires:  dbus-1-python-devel
 BuildRequires:  fdupes
@@ -73,6 +75,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0
 translation-update-upstream
 
 %build

++++++ orca-2.32.1-console-setup.patch ++++++
Index: src/orca/orca_console_prefs.py
===================================================================
--- src/orca/orca_console_prefs.py.orig
+++ src/orca/orca_console_prefs.py
@@ -460,7 +460,7 @@ def setupSpeech(prefsDict):
     # layouts for how they might control Orca.
     #
     sayAndPrint(_("Select desired keyboard layout."),
-                False,
+                True,
                 False,
                 speechServerChoice,
                 speechVoiceChoice)
@@ -576,7 +576,7 @@ def showPreferencesUI(commandLineSetting
                              speechServerChoice,
                              speechVoiceChoice)
         try:
-            settings.setOrcaAutostart(checkYes(answer))
+            autostart = checkYes(answer)
             break
         except:
             stop = False
@@ -613,6 +613,7 @@ def showPreferencesUI(commandLineSetting
                                     speechServerChoice,
                                     speechVoiceChoice)
                         time.sleep(2)
+                        settings.setOrcaAutostart(autostart)
 
                         import gobject
                         gobject.threads_init()
@@ -633,6 +634,8 @@ def showPreferencesUI(commandLineSetting
                          speechServerChoice,
                          speechVoiceChoice)
 
+    settings.setOrcaAutostart(autostart)
+
     for [factory, servers] in workingFactories:
         factory.SpeechServer.shutdownActiveServers()
 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to