Accepting request 81533 from GNOME:Factory
Pushing most of G:F OBS-URL: https://build.opensuse.org/request/show/81533 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orca?expand=0&rev=72
This commit is contained in:
commit
851d3025f3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c697574cafe720b80e59001d1fa41e873d0ab39d24c8b51c5703bcd7c8f1d6a0
|
||||
size 3531082
|
3
orca-3.1.91.tar.bz2
Normal file
3
orca-3.1.91.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20e33d9942ad8d55aa81d8b1ac421749df9c1d023af2dc445629411eb33fde70
|
||||
size 3579624
|
72
orca.changes
72
orca.changes
@ -1,3 +1,75 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 6 06:14:43 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.1.91:
|
||||
+ General:
|
||||
- bgo#658141: Need to add support for the 'placeholder-text'
|
||||
object attribute
|
||||
- bgo#658133: Firefox lines which begin with bullets are not
|
||||
always presented by Orca
|
||||
- bgo#657732: stopSpeechOnActiveDescendant shouldn't cut off
|
||||
the presentation of a name-change
|
||||
- bgo#657902: Remove static binding cruft from configure.ac
|
||||
and acinclude.m4
|
||||
+ Documentation:
|
||||
- Began update of the Orca 3.2 documentation
|
||||
- bgo#655642: Problems in the docs
|
||||
- Drop orca-no-pygtk-configure.patch: fixed upstream.
|
||||
- Remove gnome-common BuildRequires and call to gnome-autogen.sh:
|
||||
they were only needed for the above patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 31 16:09:19 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.1.90:
|
||||
+ General:
|
||||
- bgo#626254: Migrate from PyGTK to PyGObject
|
||||
introspection-based bindings
|
||||
- bgo#652485: Remove deprecated (or soon-to-be deprecated)
|
||||
GtkBox, GtkTable, etc. and use GtkGrid instead.
|
||||
- bgo#657646: Default stopSpeechOnActiveDescendantChanged()
|
||||
should not be so restrictive
|
||||
- bgo#657579: Orca should not present tooltips shown as a
|
||||
result of mouse hovering unless the 'present tooltips'
|
||||
setting is enabled
|
||||
+ Gecko
|
||||
- bgo#599361: Significant delay building up the contents of
|
||||
certain lines in Firefox
|
||||
- bgo#650904: Work around AT-SPI2 caching issues with
|
||||
Thunderbird
|
||||
+ Updated translations.
|
||||
- Remove at-spi-devel, pyatspi, python-gobject-devel,
|
||||
python-gtk-devel BuildRequires: they are not needed with the port
|
||||
to introspection-based bindings.
|
||||
- Add pkgconfig(atspi-2), pkgconfig(gtk+-3.0),
|
||||
pkgconfig(pygobject-3.0) BuildRequires: new dependencies.
|
||||
- Remove python-gtk Requires as orca has been ported to
|
||||
introspection-based bindings. However, add python-gobject
|
||||
Requires which is still clearly needed.
|
||||
- Replace python-wnck Recommends with typelib(Wnck), to follow the
|
||||
change to introspection-based bindings.
|
||||
- Add orca-no-pygtk-configure.patch: do not require old bindings
|
||||
for the build.
|
||||
- Add call to gnome-autogen.sh for the above patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 22 13:31:35 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Add python-gobject-devel BuildRequires to help the build over the
|
||||
split of gobject gi bindings vs. standard bindings.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 16 04:23:01 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.1.5:
|
||||
+ bgo#639535: KeyError: 'profile' traceback; Orca won't launch
|
||||
+ bgo#654923: Add Unity to OnlyShowIn value for autostart desktop
|
||||
file
|
||||
+ bgo#656305: Improve autotools config
|
||||
+ bgo#654114: Map "clutter" to "CALLY" toolkit script
|
||||
+ Enhanced Orca's traceit tool.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 25 22:56:10 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
|
15
orca.spec
15
orca.spec
@ -18,31 +18,28 @@
|
||||
|
||||
|
||||
Name: orca
|
||||
Version: 3.1.4
|
||||
Version: 3.1.91
|
||||
Release: 1
|
||||
License: LGPLv2.1+
|
||||
Summary: Screen reader for GNOME
|
||||
Url: http://www.gnome.org/
|
||||
Group: System/GUI/GNOME
|
||||
Source: http://download.gnome.org/sources/orca/3.1/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: at-spi-devel
|
||||
BuildRequires: dbus-1-python
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: liblouis-devel
|
||||
# pyatspi is a virtual name that is provided by the default at-spi stack
|
||||
BuildRequires: pyatspi
|
||||
BuildRequires: python
|
||||
BuildRequires: python-brlapi
|
||||
BuildRequires: python-gtk-devel
|
||||
BuildRequires: python-louis
|
||||
BuildRequires: python-speechd
|
||||
BuildRequires: python-wnck
|
||||
BuildRequires: python-xdg
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(atspi-2) >= 2.1.90
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.1.14
|
||||
BuildRequires: pkgconfig(pygobject-3.0) >= 2.90.3
|
||||
Requires: dbus-1-python
|
||||
# the gsettings tool is used to know if a11y is enabled
|
||||
Requires: glib2-tools
|
||||
@ -50,12 +47,12 @@ Requires: glib2-tools
|
||||
Requires: pyatspi
|
||||
Requires: python-brlapi
|
||||
Requires: python-gstreamer-0_10
|
||||
Requires: python-gtk
|
||||
Requires: python-gobject
|
||||
Requires: python-louis
|
||||
Requires: python-xdg
|
||||
Recommends: %{name}-lang
|
||||
Recommends: python-speechd
|
||||
Recommends: python-wnck
|
||||
Recommends: typelib(Wnck)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if %suse_version <= 1110
|
||||
%define python_sitearch %{py_sitedir}
|
||||
|
Loading…
x
Reference in New Issue
Block a user