Accepting request 175635 from GNOME:Factory
Update to 3.8.1 - now as we have speechd updated OBS-URL: https://build.opensuse.org/request/show/175635 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orca?expand=0&rev=96
This commit is contained in:
commit
7111990808
11
orca.changes
11
orca.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 19 16:53:57 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Fix package after port to Python 3:
|
||||||
|
+ Drop old python2 Requires: pyatspi, python-brlapi,
|
||||||
|
python-cairo, python-gobject, python-gstreamer-0_10,
|
||||||
|
python-louis
|
||||||
|
+ Add python3 based Requires: py3atspi, python3-brlapi
|
||||||
|
disabled: missing), python3-cairo, python3-gobject,
|
||||||
|
python3-louis (disabled: missing)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 16 20:26:17 UTC 2013 - dimstar@opensuse.org
|
Tue Apr 16 20:26:17 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
17
orca.spec
17
orca.spec
@ -19,7 +19,7 @@
|
|||||||
Name: orca
|
Name: orca
|
||||||
Version: 3.8.1
|
Version: 3.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
# FIXME: Enable brlapi, louis and speechd support
|
# FIXME: Enable brlapi and louis support
|
||||||
Summary: Screen reader for GNOME
|
Summary: Screen reader for GNOME
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
@ -31,8 +31,8 @@ BuildRequires: liblouis-devel
|
|||||||
BuildRequires: python >= 3.3
|
BuildRequires: python >= 3.3
|
||||||
#BuildRequires: python3-brlapi
|
#BuildRequires: python3-brlapi
|
||||||
#BuildRequires: python3-louis
|
#BuildRequires: python3-louis
|
||||||
#BuildRequires: python3-speechd
|
|
||||||
BuildRequires: python3-cairo
|
BuildRequires: python3-cairo
|
||||||
|
BuildRequires: python3-speechd
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
@ -44,14 +44,13 @@ BuildRequires: pkgconfig(pygobject-3.0) >= 3.4.2
|
|||||||
# the gsettings tool is used to know if a11y is enabled
|
# the gsettings tool is used to know if a11y is enabled
|
||||||
Requires: glib2-tools
|
Requires: glib2-tools
|
||||||
# pyatspi is a virtual name that is provided by the default at-spi stack
|
# pyatspi is a virtual name that is provided by the default at-spi stack
|
||||||
Requires: pyatspi
|
Requires: py3atspi
|
||||||
Requires: python-brlapi
|
#Requires: python3-brlapi
|
||||||
Requires: python-cairo
|
Requires: python3-cairo
|
||||||
Requires: python-gobject
|
Requires: python3-gobject
|
||||||
Requires: python-gstreamer-0_10
|
#Requires: python3-louis
|
||||||
Requires: python-louis
|
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
Recommends: python-speechd
|
Recommends: python3-speechd
|
||||||
Recommends: typelib(Wnck)
|
Recommends: typelib(Wnck)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%py_requires
|
%py_requires
|
||||||
|
Loading…
x
Reference in New Issue
Block a user