Hello community,

here is the log from the commit of package orca for openSUSE:11.4
checked in at Tue Feb 22 11:45:25 CET 2011.



--------
--- old-versions/11.4/all/orca/orca.changes     2011-02-13 17:24:09.000000000 
+0100
+++ 11.4/orca/orca.changes      2011-02-21 22:28:32.000000000 +0100
@@ -1,0 +2,11 @@
+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).
+
+-------------------------------------------------------------------
+Mon Feb 14 19:49:23 CET 2011 - [email protected]
+
+- Added support for translation-update-upstream.
+
+-------------------------------------------------------------------

calling whatdependson for 11.4-i586


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

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

Other differences:
------------------
++++++ orca.spec ++++++
--- /var/tmp/diff_new_pack.A66auh/_old  2011-02-22 11:45:18.000000000 +0100
+++ /var/tmp/diff_new_pack.A66auh/_new  2011-02-22 11:45:18.000000000 +0100
@@ -19,12 +19,14 @@
 
 Name:           orca
 Version:        2.32.1
-Release:        2
+Release:        5.<RELEASE2>
 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
@@ -43,6 +45,7 @@
 BuildRequires:  python-gtk-devel
 BuildRequires:  python-louis
 BuildRequires:  python-xdg
+BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 Requires:       dbus-1-python
 # pyatspi is a virtual name that is provided by the default at-spi stack
@@ -72,6 +75,8 @@
 %lang_package
 %prep
 %setup -q
+%patch0
+translation-update-upstream
 
 %build
 %configure

++++++ 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