From c380d120f30f4bdffff6e6938821c4cd2f8d6cff34bfc997e081c268dae05b1c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 5 May 2013 11:59:58 +0000 Subject: [PATCH 1/2] Accepting request 174178 from GNOME:STABLE:3.8 Forward port fixes from G:S:3.8 to G:Factory OBS-URL: https://build.opensuse.org/request/show/174178 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/orca?expand=0&rev=158 --- orca.changes | 11 +++++++++++ orca.spec | 15 +++++++-------- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/orca.changes b/orca.changes index 70ca1c5..daf77b1 100644 --- a/orca.changes +++ b/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 diff --git a/orca.spec b/orca.spec index 5f68297..462ecdf 100644 --- a/orca.spec +++ b/orca.spec @@ -31,7 +31,7 @@ BuildRequires: liblouis-devel BuildRequires: python >= 3.3 #BuildRequires: python3-brlapi #BuildRequires: python3-louis -#BuildRequires: python3-speechd +BuildRequires: python3-speechd BuildRequires: python3-cairo BuildRequires: translation-update-upstream BuildRequires: update-desktop-files @@ -44,14 +44,13 @@ 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 -Requires: pyatspi -Requires: python-brlapi -Requires: python-cairo -Requires: python-gobject -Requires: python-gstreamer-0_10 -Requires: python-louis +Requires: py3atspi +#Requires: python-brlapi +Requires: python3-cairo +Requires: python3-gobject +#Requires: python-louis Recommends: %{name}-lang -Recommends: python-speechd +Recommends: python3-speechd Recommends: typelib(Wnck) BuildRoot: %{_tmppath}/%{name}-%{version}-build %py_requires From b9208b4bedbcebebbba7068f01ee7b027db0cc2fecf591bc7516ebfa0be00a11 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 5 May 2013 12:04:29 +0000 Subject: [PATCH 2/2] tweak OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/orca?expand=0&rev=159 --- orca.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/orca.spec b/orca.spec index 462ecdf..ec649ad 100644 --- a/orca.spec +++ b/orca.spec @@ -19,7 +19,7 @@ Name: orca Version: 3.8.1 Release: 0 -# FIXME: Enable brlapi, louis and speechd support +# FIXME: Enable brlapi and louis support Summary: Screen reader for GNOME License: LGPL-2.1+ Group: System/GUI/GNOME @@ -31,8 +31,8 @@ BuildRequires: liblouis-devel BuildRequires: python >= 3.3 #BuildRequires: python3-brlapi #BuildRequires: python3-louis -BuildRequires: python3-speechd BuildRequires: python3-cairo +BuildRequires: python3-speechd BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: yelp-tools @@ -45,10 +45,10 @@ BuildRequires: pkgconfig(pygobject-3.0) >= 3.4.2 Requires: glib2-tools # pyatspi is a virtual name that is provided by the default at-spi stack Requires: py3atspi -#Requires: python-brlapi +#Requires: python3-brlapi Requires: python3-cairo Requires: python3-gobject -#Requires: python-louis +#Requires: python3-louis Recommends: %{name}-lang Recommends: python3-speechd Recommends: typelib(Wnck)