Accepting request 136774 from GNOME:Factory
Pushing GNOME:Factory towards openSUSE:Factory OBS-URL: https://build.opensuse.org/request/show/136774 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orca?expand=0&rev=87
This commit is contained in:
commit
12e3b8793a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:004f12ae0fb11e8cacb0851b312f63a9b8950672868c626a5e1563d044bd4996
|
||||
size 3624688
|
3
orca-3.5.92.tar.xz
Normal file
3
orca-3.5.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5466947f4007e79c34a633faafc6b4135eef923860b696edb7c3e87f861ab2e
|
||||
size 3708884
|
129
orca.changes
129
orca.changes
@ -1,3 +1,132 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 17 21:27:48 UTC 2012 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.5.92:
|
||||
+ LibreOffice Writer documents should be fully readable and
|
||||
navigable via the braille display.
|
||||
+ Orca modifier gets stuck on in Bypass Mode (bgo#683795).
|
||||
+ Outdated documentation needs to be removed (bgo#683447).
|
||||
+ Fix for broken tag in several help translations.
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(atk) and pkgconfig(atk-bridge-2.0)
|
||||
BuildRequires, configure now checks for them.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 08:51:19 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.91:
|
||||
+ More UnicodeDecodeErrors (bgo#681892)
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 21 09:05:42 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.90:
|
||||
+ WebKitGtk:
|
||||
- Make WebKitGtk content fully braille scrollable without
|
||||
having to use caret navigation
|
||||
- Fixes for Orca failing to display certain text-only inline
|
||||
WebKitGtk lists and sections
|
||||
- Work around the bogus caretOffset we get for WebKitGtk
|
||||
content which doesn't have the caret
|
||||
- Don't display the braille EOL indicator for non-editable
|
||||
WebKitGtk paragraphs
|
||||
- Handle cases where the default script returns an empty string
|
||||
for WebKitGtk content
|
||||
- Fix for Orca skipping over WebKitGtk list items when
|
||||
scrolling in braille
|
||||
- bgo#664557: Orca does not always reflect the caret location
|
||||
in braille for WebKitGtk content
|
||||
- bgo#681441: Orca should present inline lists and sections
|
||||
from WebKitGtk on the same line in braille
|
||||
- bgo#681387: Orca displays no braille when lists which are not
|
||||
listboxes claim focus in WebKitGtk content
|
||||
- bgo#681363: Do not display roles for non-widget lists, list
|
||||
items, and panels in WebKitGtk content
|
||||
+ Use new documentation infrastructure
|
||||
+ Move Gecko list presentation code into general presentation code
|
||||
+ Bugs fixed: bgo#681569, bgo#626032
|
||||
+ Updated translations.
|
||||
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
|
||||
following upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 6 21:56:17 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.5:
|
||||
+ WebKitGtk
|
||||
- Cannot perform braille scrolling amongst objects in WebKitGtk
|
||||
content (bgo#677320)
|
||||
- SayAll does not work as expected when focus is on a link in
|
||||
WebKitGtk content (bgo#681294)
|
||||
- Fix for traceback when determining whether a MouseButtonEvent
|
||||
should be ignored
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 17 08:44:55 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.4:
|
||||
+ Structural navigation should not kick in when in editable
|
||||
WebKitGtk objects
|
||||
+ Access object extents as a bounding box
|
||||
+ bgo#679514: settings_test.py script fails because of some still
|
||||
remaining yaml files
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 25 17:33:09 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.3:
|
||||
+ bgo#677748: Launcher icon needs 256x256 variant
|
||||
+ Fix for Orca not presenting the 'Command not found' label in
|
||||
the gnome-shell run dialog
|
||||
+ Work around for Orca not presenting the gnome-shell run dialog
|
||||
text in braille
|
||||
+ Handle text implementations which report a caret offset of -1
|
||||
when at the end
|
||||
+ Eliminate unneeded and/or problematic imports
|
||||
+ Remove more old, no-longer-used/needed code
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 7 17:57:50 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.2:
|
||||
+ Improve Orca's presentation of gnome-shell/clutter dialog boxes
|
||||
+ Handle traceback seen with embedded object chars in Yelp
|
||||
+ Fix a bug in the state change notifiers
|
||||
+ Don't ignore MouseButtonEvent instances due to timestamp
|
||||
+ Fix for Orca saying "Primary" for mnemonic Ctrl++
|
||||
+ Fix for speech keybindings failing when no speech settings have
|
||||
been saved
|
||||
+ Remove the now-redundant 'orca -q/--quit' and 'orca
|
||||
-f/--forcequit' (pkill works reliably)
|
||||
+ Ensure we eliminate replaced Orca processes
|
||||
+ Handle multiple and alternate installations better
|
||||
+ Eliminate the Orca shell script and cause Orca to run as a
|
||||
single process rather than two
|
||||
+ bgo#659588: Orca presents Ctrl+Plus and Ctrl+Minus accelerators
|
||||
partially-translated
|
||||
+ Other:
|
||||
- Much work towards the Python 3 migration
|
||||
- bgo#658834: Use GDbus via gobject-introspection instead
|
||||
dbus-python
|
||||
- Revert "Interim fix for bgo#672242"
|
||||
- bgo#669813: Remove pyxdg dependency
|
||||
- Get rid of the forced-qui-prefs when there are no settings.
|
||||
- Continued general code cleanup
|
||||
- Code changes to help translators.
|
||||
+ Updated translations.
|
||||
- Drop python-xdg and dbus-1-python BuildRequires and Requires,
|
||||
following upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 16 18:21:30 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.1:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 15 05:31:25 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
27
orca.spec
27
orca.spec
@ -17,16 +17,14 @@
|
||||
|
||||
|
||||
Name: orca
|
||||
Version: 3.4.2
|
||||
Version: 3.5.92
|
||||
Release: 0
|
||||
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.4/%{name}-%{version}.tar.xz
|
||||
BuildRequires: dbus-1-python
|
||||
Source: http://download.gnome.org/sources/orca/3.5/%{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: liblouis-devel
|
||||
BuildRequires: python
|
||||
@ -34,13 +32,14 @@ BuildRequires: python-brlapi
|
||||
BuildRequires: python-cairo
|
||||
BuildRequires: python-louis
|
||||
BuildRequires: python-speechd
|
||||
BuildRequires: python-xdg
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(atspi-2) >= 2.1.92
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.1.91
|
||||
BuildRequires: pkgconfig(pygobject-3.0) >= 2.90.3
|
||||
Requires: dbus-1-python
|
||||
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
|
||||
# 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
|
||||
@ -50,7 +49,6 @@ Requires: python-cairo
|
||||
Requires: python-gobject
|
||||
Requires: python-gstreamer-0_10
|
||||
Requires: python-louis
|
||||
Requires: python-xdg
|
||||
Recommends: %{name}-lang
|
||||
Recommends: python-speechd
|
||||
Recommends: typelib(Wnck)
|
||||
@ -92,18 +90,15 @@ rm -rf %{buildroot}
|
||||
%files
|
||||
%defattr (-, root, root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||
%dir %{_datadir}/gnome/
|
||||
%dir %{_datadir}/gnome/help/
|
||||
%dir %{_datadir}/gnome/help/%{name}/
|
||||
%doc %{_datadir}/gnome/help/%{name}/C/
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_bindir}/orca
|
||||
%{_sysconfdir}/xdg/autostart/orca-autostart.desktop
|
||||
%{_datadir}/applications/orca.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/orca.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
||||
%{_datadir}/orca/
|
||||
%{_mandir}/man1/orca.1.gz
|
||||
%{python_sitearch}/orca
|
||||
%{_mandir}/man1/orca.1%{?ext_man}
|
||||
%{python_sitearch}/orca/
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user