From 811460c5e082c8f20073af921bd4080d3e54f3bb27633221235746a466a9c6ee Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 19 Sep 2007 23:41:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orca?expand=0&rev=13 --- orca-2.19.92.tar.bz2 | 3 --- orca-2.20.0.tar.bz2 | 3 +++ orca.changes | 22 ++++++++++++++++++++++ orca.spec | 22 ++++++++++++++++------ 4 files changed, 41 insertions(+), 9 deletions(-) delete mode 100644 orca-2.19.92.tar.bz2 create mode 100644 orca-2.20.0.tar.bz2 diff --git a/orca-2.19.92.tar.bz2 b/orca-2.19.92.tar.bz2 deleted file mode 100644 index b69a61b..0000000 --- a/orca-2.19.92.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f690ba87bf8598b8c94c5a1b15847ef31ec77f27f1fb86c744f6fbd2e8760bdd -size 1310752 diff --git a/orca-2.20.0.tar.bz2 b/orca-2.20.0.tar.bz2 new file mode 100644 index 0000000..1cc5c30 --- /dev/null +++ b/orca-2.20.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957ace8ebcdfa3532121fffdc2ca0453deebd6e53c6cba62d21fc0025a5fdbc5 +size 1402775 diff --git a/orca.changes b/orca.changes index aa7797f..6788a58 100644 --- a/orca.changes +++ b/orca.changes @@ -1,4 +1,26 @@ ------------------------------------------------------------------- + +Wed Sep 19 01:26:18 CEST 2007 - mauro@suse.de + +- Bugfixes for b.g.o bugs #472962, #473420, #473422, #473991, + #475277. + +- Make sure to return pronunciations in script.py overridePronunciations. + +- Fix problem in nautilus.py where the util.xxx module methods were + still being referenced rather than using the self.xxx stuff. + +- Firefox: + + Fix for bug 468633 - No output when tabbing to ARIA slider. + + Fix for bug 472345 - Cannot arrow out of entries in FF3 if text + is inserted via javascript. + +- OpenOffice: + + Fix for bug 469367 - Orca StarOffice script not properly announcing + (potential) indentation in OOo Writer. + +------------------------------------------------------------------- + Mon Sep 10 20:44:29 CEST 2007 - maw@suse.de - Update to version 2.19.92: diff --git a/orca.spec b/orca.spec index 3b73eb1..78260e6 100644 --- a/orca.spec +++ b/orca.spec @@ -1,5 +1,5 @@ # -# spec file for package orca (Version 2.19.92) +# spec file for package orca (Version 2.20.0) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,18 +12,17 @@ Name: orca BuildRequires: at-spi-devel fdupes glib2-devel gnome-common gnome-mag-devel gnome-speech-devel intltool python python-gnome python-gnome-devel python-gtk-devel update-desktop-files -Version: 2.19.92 +Version: 2.20.0 Release: 1 Url: http://www.gnome.org/ Group: System/GUI/GNOME License: LGPL v2 or later Summary: Screen reader for GNOME Source: %{name}-%{version}.tar.bz2 -Autoreqprov: on +AutoReqProv: on BuildRoot: %{_tmppath}/%{name}-%{version}-build Recommends: gnome-speech Requires: %{name}-lang = %{version} - %py_requires %description @@ -59,7 +58,6 @@ make DESTDIR=$RPM_BUILD_ROOT install mkdir $RPM_BUILD_ROOT%{_datadir}/pixmaps/ %suse_update_desktop_file orca GNOME Lockdown X-SuSE-ControlCenter-LookAndFeel %find_lang %{name} - %fdupes $RPM_BUILD_ROOT %clean @@ -77,8 +75,20 @@ rm -rf $RPM_BUILD_ROOT %{py_sitedir}/orca %files lang -f %{name}.lang - %changelog +* Wed Sep 19 2007 - mauro@suse.de +- Bugfixes for b.g.o bugs #472962, #473420, #473422, #473991, + [#475277]. +- Make sure to return pronunciations in script.py overridePronunciations. +- Fix problem in nautilus.py where the util.xxx module methods were + still being referenced rather than using the self.xxx stuff. +- Firefox: + + Fix for bug 468633 - No output when tabbing to ARIA slider. + + Fix for bug 472345 - Cannot arrow out of entries in FF3 if text + is inserted via javascript. +- OpenOffice: + + Fix for bug 469367 - Orca StarOffice script not properly announcing + (potential) indentation in OOo Writer. * Mon Sep 10 2007 - maw@suse.de - Update to version 2.19.92: + Bugs (bugzilla.gnome.org) fixed: #456970, #471220, #472377,