This commit is contained in:
parent
925c4f4ecb
commit
8bbb2dea75
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b53d3421eb21b7c03dfa42504ef4b374272ca7976a4275b554f96db5bfd657a4
|
|
||||||
size 2268406
|
|
3
orca-2.27.2.tar.bz2
Normal file
3
orca-2.27.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:07acfdec9372b0556dc3dfffac24b828dc75a7d161fae3bc4387282652e78198
|
||||||
|
size 2264838
|
39
orca.changes
39
orca.changes
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 27 14:48:17 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Update to version 2.27.2:
|
||||||
|
+ General:
|
||||||
|
- bgo#354471 - Text selection from braille input device.
|
||||||
|
- bgo#466841 - Orca doesn't announce items when Alt+Tabbing if
|
||||||
|
Compiz is enabled.
|
||||||
|
- bgo#511468 - Ekiga chat window accessibility problem.
|
||||||
|
- bgo#574221 - left-pane in Ekiga's preference box can't be
|
||||||
|
read at start-up.
|
||||||
|
- bgo#575614 - Please add speakable characters: → and ←.
|
||||||
|
- bgo#577977 - provide speech feedback for "repeat last find"
|
||||||
|
in Gedit.
|
||||||
|
- bgo#581372 - Move cursor routing and six dot key handling
|
||||||
|
from braille.py to script. With the cleanup from bug #581532
|
||||||
|
to remove the custom brl module and move directly to the
|
||||||
|
brlapi module provided by BrlTTY/BrlAPI, we are now able to
|
||||||
|
handle BrlAPI commands much better.
|
||||||
|
- bgo#581532 - Remove brl module. Orca now uses the BrlAPI
|
||||||
|
python bindings.
|
||||||
|
- bgo#582028 - Character pronunciations are not used when
|
||||||
|
navigating by line. This provides a fallback to the chnames
|
||||||
|
dictionary.
|
||||||
|
- bgo#582684 - Arrowing left/right across tree tables causes
|
||||||
|
whole row to be spoken.
|
||||||
|
+ OpenOffice:
|
||||||
|
- Work on bgo#574720 - Table Navigation Keys for OpenOffice
|
||||||
|
Writer.
|
||||||
|
+ Firefox:
|
||||||
|
- bgo#530784 - whereAmI info for list items in web content
|
||||||
|
needs to be improved.
|
||||||
|
- bgo#577900 - Blank lines in Firefox text areas incorrectly
|
||||||
|
spoken.
|
||||||
|
+ Updated translations.
|
||||||
|
- Disable orca-bgo550717-brld.patch since it needs to be rebased:
|
||||||
|
the code completely changed. Also remove the sbl Requires for
|
||||||
|
now.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 5 19:53:55 CEST 2009 - vuntz@novell.com
|
Tue May 5 19:53:55 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
47
orca.spec
47
orca.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package orca (Version 2.27.1)
|
# spec file for package orca (Version 2.27.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -30,17 +30,19 @@ BuildRequires: python
|
|||||||
BuildRequires: python-gnome-devel
|
BuildRequires: python-gnome-devel
|
||||||
BuildRequires: python-gtk-devel
|
BuildRequires: python-gtk-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
Version: 2.27.1
|
Version: 2.27.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Url: http://www.gnome.org/
|
Url: http://www.gnome.org/
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: Screen reader for GNOME
|
Summary: Screen reader for GNOME
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
|
# PATCH-NEEDS-REBASE orca-bgo550717-brld.patch bgo550717
|
||||||
Patch: orca-bgo550717-brld.patch
|
Patch: orca-bgo550717-brld.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Recommends: gnome-speech
|
Recommends: gnome-speech
|
||||||
Requires: sbl
|
# Needed only when orca-bgo550717-brld.patch is rebased
|
||||||
|
#Requires: sbl
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
%py_requires
|
%py_requires
|
||||||
|
|
||||||
@ -65,7 +67,8 @@ Authors:
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
%patch0 -p1
|
# need rebase
|
||||||
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
@ -96,6 +99,42 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 27 2009 vuntz@novell.com
|
||||||
|
- Update to version 2.27.2:
|
||||||
|
+ General:
|
||||||
|
- bgo#354471 - Text selection from braille input device.
|
||||||
|
- bgo#466841 - Orca doesn't announce items when Alt+Tabbing if
|
||||||
|
Compiz is enabled.
|
||||||
|
- bgo#511468 - Ekiga chat window accessibility problem.
|
||||||
|
- bgo#574221 - left-pane in Ekiga's preference box can't be
|
||||||
|
read at start-up.
|
||||||
|
- bgo#575614 - Please add speakable characters: → and ←.
|
||||||
|
- bgo#577977 - provide speech feedback for "repeat last find"
|
||||||
|
in Gedit.
|
||||||
|
- bgo#581372 - Move cursor routing and six dot key handling
|
||||||
|
from braille.py to script. With the cleanup from bug #581532
|
||||||
|
to remove the custom brl module and move directly to the
|
||||||
|
brlapi module provided by BrlTTY/BrlAPI, we are now able to
|
||||||
|
handle BrlAPI commands much better.
|
||||||
|
- bgo#581532 - Remove brl module. Orca now uses the BrlAPI
|
||||||
|
python bindings.
|
||||||
|
- bgo#582028 - Character pronunciations are not used when
|
||||||
|
navigating by line. This provides a fallback to the chnames
|
||||||
|
dictionary.
|
||||||
|
- bgo#582684 - Arrowing left/right across tree tables causes
|
||||||
|
whole row to be spoken.
|
||||||
|
+ OpenOffice:
|
||||||
|
- Work on bgo#574720 - Table Navigation Keys for OpenOffice
|
||||||
|
Writer.
|
||||||
|
+ Firefox:
|
||||||
|
- bgo#530784 - whereAmI info for list items in web content
|
||||||
|
needs to be improved.
|
||||||
|
- bgo#577900 - Blank lines in Firefox text areas incorrectly
|
||||||
|
spoken.
|
||||||
|
+ Updated translations.
|
||||||
|
- Disable orca-bgo550717-brld.patch since it needs to be rebased:
|
||||||
|
the code completely changed. Also remove the sbl Requires for
|
||||||
|
now.
|
||||||
* Tue May 05 2009 vuntz@novell.com
|
* Tue May 05 2009 vuntz@novell.com
|
||||||
- Update to version 2.27.1:
|
- Update to version 2.27.1:
|
||||||
+ General:
|
+ General:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user