Accepting request 100341 from home:vuntz:branches:GNOME:Factory

Update to 3.3.4

OBS-URL: https://build.opensuse.org/request/show/100341
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/orca?expand=0&rev=123
This commit is contained in:
Dominique Leuenberger 2012-01-17 14:24:15 +00:00 committed by Git OBS Bridge
parent 008ff89936
commit b85ebd9dec
4 changed files with 33 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61ba45a2d929e9819241e4790fd5427875fdec79a1abe394716792807d3f738e
size 3294664

3
orca-3.3.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86221063e361ba0ccb84c51a15203c67411d7ed7c2f160a7ccd69f077d5d2f17
size 3767376

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Jan 17 08:11:09 UTC 2012 - vuntz@opensuse.org
- Update to version 3.3.4:
+ Stability and Performance:
- Explicitly handle dead accessible objects to prevent
triggering crashes in GNOME Shell
- Refactor InputEvent handling so that it is more performant
and less convoluted
- Get rid of the fake window:activate event as it is no longer
required and may be triggering window manager warnings
- Move wayward event management functionality to the Event
Manager
- Fix for the problem of updatePunctuationLevel() causing
breakage for Emacspeak users
- bgo#666628: gdk_keymap_translate_keyboard_state() expects
Gdk.ModifierType; not int
- bgo#666594: app-specific preferences cannot be saved for
certain configurations
+ Keyboard and Keybindings:
- Speak state changes in locking keys independent of key echo
- Make it possible to use the NumPad as expected in the Desktop
Layout
- Remove the redundant "alternative" keybinding functionality
+ Updated translations.
- Remove checks for old versions of openSUSE (<= 11.1).
-------------------------------------------------------------------
Tue Dec 20 13:21:08 UTC 2011 - vuntz@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package orca
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,8 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: orca
Version: 3.3.3
Version: 3.3.4
Release: 0
Summary: Screen reader for GNOME
License: LGPL-2.1+
@ -54,9 +55,6 @@ Recommends: %{name}-lang
Recommends: python-speechd
Recommends: typelib(Wnck)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %suse_version <= 1110
%define python_sitearch %{py_sitedir}
%endif
%py_requires
%description