Hello community,

here is the log from the commit of package orca for openSUSE:Factory checked in 
at 2013-04-03 13:04:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orca (Old)
 and      /work/SRC/openSUSE:Factory/.orca.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orca", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/orca/orca.changes        2012-12-07 
14:43:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.orca.new/orca.changes   2013-04-03 
13:04:54.000000000 +0200
@@ -1,0 +2,172 @@
+Tue Mar 26 07:11:15 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.8.0:
+  + Fix for bgo#696334 - traceback when analyzing a checkbox for
+    the flat review context.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar 19 14:58:34 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.7.92:
+  + Swap the column ordering in the Links List dialog
+  + Fix a couple of missed moved strings related to profile-based
+    language switching.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar  5 11:51:54 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.91:
+  + Signifcant work and progress on profile-based, on-the-fly
+    language switching.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Feb 20 07:39:18 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.90:
+  + Much work and progress on profile-based, on-the-fly language
+    switching.
+  + Better "list shortcuts" and learn mode support and associated
+    hack removal.
+  + More refinements and additions to the new "list of" dialogs:
+    - Implement the "'list of' dialog" feature for tables.
+    - Try harder to position the caret when jumping to an object in
+      the navlist.
+    - Select the row associated with the locusOfFocus in the "list
+      of" dialogs.
+    - Present the number of results for the "list of" dialogs.
+    - Update Orca's keybindings related to bookmarks and "list of"
+      commands.
+  + Add event listeners for, and presentation of, table row and
+    column re-ordering.
+  + Bugs fixed:
+    - Filter out dead childNodes from GtkTreeView.
+    - Present the Orca version upon first entering learn mode
+    - Handle attempts to start Orca from the console more
+      gracefully.
+    - Get Orca to handle table rows which lack ROLE_TABLE_ROW.
+    - Get rid of "odd hacky thing... somewhat drawn from
+      Gnopernicus".
+    - Do not include anchors for structural navigation links.
+    - Do not filter out egg-list-box labels based on STATE_SHOWING.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Feb  5 13:16:06 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.5:
+  + New Feature:
+    - Structural navigation objects are now navigable by "list of"
+      dialogs.
+  + Bug Fixes:
+    - Much better handling of egg-list-box for the new panels in
+      gnome-control-center.
+    - Orca doesnt echo words in gnome-terminal (bgo#693159).
+    - Do not attempt to store an AtspiTable in a dictionary.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Jan 15 14:27:45 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.4:
+  + New Commands (Unbound keybindings):
+    - Cycle amongst saved settings profiles.
+    - Copy and append text from flat review to the clipboard
+  + Web related:
+    - bgo#677615: In Firefox www.google.com links not presented in
+      braille
+    - bgo#675362: Orca doesn't speak certain radio button labels
+      in Firefox
+    - bgo#669377: Cannot read web pages while file download dialog
+      present
+    - Always use the Collection interface for structural navigation
+      and page summary
+    - Do not try to infer labels from widgets deeply buried in
+      table cells
+    - Changes to make Orca's generic label inference code work
+      better with Gecko
+    - Move the Gecko script to use Orca's label inference code
+    - When Gecko reports the end offset is -1, use the
+      characterCount instead
+    - Be sure we have a last input event before checking its time
+      for live region presentation
+  + Other bugs fixed: bgo#684951, bgo#591871, bgo#515817,
+    bgo#600204
+    - Get Orca doing a better job of presenting the Evolution
+      Account Assistant
+    - Handle caret offset of -1 when getting text for non-focused
+      objects
+    - Fix a traceback in the braille monitor
+    - Change the debug level the script manager prints dead
+      accessible warnings
+  + Miscellaneous Cruft Removal
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Jan  9 18:03:16 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.3:
+  + Provide support to cycle amongst speech-dispatcher's
+    capitalization presentation options
+  + Create a generic UI which can be used in element navigation
+    lists
+  + Add a _getAll() method to structural_navigation.py
+  + Fix for bug 689486 - Broken links to gnome-user-docs in the
+    orca help
+  + Remove a missed call to str.decode()
+  + Make viewing Orca help in Yelp activatable via Learn Mode
+  + Eliminate the Splash window, Main window, and Quit window
+  + Increase the default uppercase pitch to 7.0
+  + Use GLib.source_remove() instead of the deprecated GObject
+    equivalent
+  + Delete the acroread script
+- Changes from version 3.7.2:
+  + General
+    - Replace deprecated GObject functions with their GLib equivalents
+    - Improve performance of building flat review context
+    - Add keywords to the desktop file
+    - Python 3 compatibility fixes for brlapi
+    - bgo#687526: Orca excepts trying to output exceptions
+    - bgo#687527: Handle applications returning 0 as the Value's
+      minimalIncrement
+  + Gecko
+    - bgo#674526: Orca sometimes fails to present download dialog
+      widgets in Firefox
+    - bgo#688057: A page that hangs Orca.
+  + Speech
+    - Most of bgo#688172: Orca gets stuck in uppercase pitch
+    - Fix for Orca continuing to speak when speech is disabled via
+      the Preferences dialog
+    - bgo#687239: Traceback seen in Python 3.3 when there are no
+      settings saved.
+- Changes from version 3.7.0.100:
+  + General
+    - Use subprocess.Popen() instead of the deprecated os.popen()
+    - Use for() instead of map() in cleanup()
+    - Pkill fails to kill Orca in Python 3
+    - Fix for bug 686189 - Use importlib.import_module() instead of
+      __import__() and imp.reload() instead of reload()
+    - Fix for braille email address auto completions in Thunderbird
+- Changes from version 3.7.0.94:
+  + bgo#675288: Orca doesn't always announce selection changes
+    in Nautilus 3.6's icon view
+  + bgo#680228: In Thunderbird 14.0 e-mail address auto completion
+    results are not spoken
+  + bgo#684838: Orca should present the accessible name of sliders
+  + bgo#675656: Mark Hungarian 8 dot computer braille for
+    translation
+- Changes from version 3.7.0.92:
+  + LibreOffice Writer documents should be fully readable and
+    navigable via the braille display
+  + bgo#683795: Orca modifier gets stuck on in Bypass Mode
+  + bgo#683447: Outdated documentation needs to be removed
+  + Updated translations.
+- Change BuildRequires for the port to python 3:
+  + Old ones: python, python-cairo, python-louis, python-speechd,
+    python-brlapi.
+  + New ones: python3, python3-cairo, python3-brlapi,
+    python3-louis, python3-speechd.
+
+-------------------------------------------------------------------

Old:
----
  orca-3.6.3.tar.xz

New:
----
  orca-3.8.0.tar.xz

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

Other differences:
------------------
++++++ orca.spec ++++++
--- /var/tmp/diff_new_pack.0Ibiov/_old  2013-04-03 13:05:02.000000000 +0200
+++ /var/tmp/diff_new_pack.0Ibiov/_new  2013-04-03 13:05:02.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package orca
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,29 +17,30 @@
 
 
 Name:           orca
-Version:        3.6.3
+Version:        3.8.0
 Release:        0
+# FIXME: Enable brlapi, louis and speechd support
 Summary:        Screen reader for GNOME
 License:        LGPL-2.1+
 Group:          System/GUI/GNOME
 Url:            http://www.gnome.org/
-Source:         
http://download.gnome.org/sources/orca/3.6/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/orca/3.8/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  liblouis-devel
-BuildRequires:  python
-BuildRequires:  python-brlapi
-BuildRequires:  python-cairo
-BuildRequires:  python-louis
-BuildRequires:  python-speechd
+BuildRequires:  python >= 3.3
+#BuildRequires:  python3-brlapi
+#BuildRequires:  python3-louis
+#BuildRequires:  python3-speechd
+BuildRequires:  python3-cairo
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(atk) >= 2.5.91
-BuildRequires:  pkgconfig(atk-bridge-2.0) >= 2.5.91
-BuildRequires:  pkgconfig(atspi-2) >= 2.5.91
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.5.16
-BuildRequires:  pkgconfig(pygobject-3.0) >= 3.2.2
+BuildRequires:  pkgconfig(atk) >= 2.6
+BuildRequires:  pkgconfig(atk-bridge-2.0) >= 2.6
+BuildRequires:  pkgconfig(atspi-2) >= 2.6
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.6.2
+BuildRequires:  pkgconfig(pygobject-3.0) >= 3.4.2
 # the gsettings tool is used to know if a11y is enabled
 Requires:       glib2-tools
 # pyatspi is a virtual name that is provided by the default at-spi stack
@@ -98,7 +99,7 @@
 %{_datadir}/icons/hicolor/scalable/apps/*.svg
 %{_datadir}/orca/
 %{_mandir}/man1/orca.1%{?ext_man}
-%{python_sitearch}/orca/
+%{python3_sitearch}/orca/
 
 %files lang -f %{name}.lang
 

++++++ orca-3.6.3.tar.xz -> orca-3.8.0.tar.xz ++++++
++++ 449063 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to