From 0ad36af902d4c532cf628096aea671b133cc540d861e1dcf349d60e48de777f5 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 17 Nov 2010 15:33:57 +0000 Subject: [PATCH 1/2] Accepting request 53092 from home:dimstar:branches:GNOME:Factory thanks OBS-URL: https://build.opensuse.org/request/show/53092 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/orca?expand=0&rev=81 --- orca-2.32.0.tar.bz2 | 3 --- orca-2.32.1.tar.bz2 | 3 +++ orca.changes | 14 ++++++++++++++ orca.spec | 6 ++++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 orca-2.32.0.tar.bz2 create mode 100644 orca-2.32.1.tar.bz2 diff --git a/orca-2.32.0.tar.bz2 b/orca-2.32.0.tar.bz2 deleted file mode 100644 index e34b17e..0000000 --- a/orca-2.32.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32e9d70dcaeb3e87c30d0331dea4e593c1c33ffb186f567b5607310752c047b4 -size 2599029 diff --git a/orca-2.32.1.tar.bz2 b/orca-2.32.1.tar.bz2 new file mode 100644 index 0000000..2547908 --- /dev/null +++ b/orca-2.32.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44da9da70c1b47bc87fda8f3b9da4cc1df9993d92388434f5707d39b5a832629 +size 2653300 diff --git a/orca.changes b/orca.changes index a33c108..379ba31 100644 --- a/orca.changes +++ b/orca.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Nov 16 09:36:43 CET 2010 - dimstar@opensuse.org + +- Update to version 2.32.1: + + Add a check for xdg python package to configure.in + + bgo#631544: Orca crashes at GDM login screen if GDM's + .local/share/orca directory does not exist. + + bgo#629586: When Orca is in learn mode and the user switches + to another application, Orca stops presenting the locusOfFocus + + bgo#628842: Orca speaks newly-focused panels in gnome-panel + using the default voice rather than the system voice + + Updated translations. +- BuildRequire and Require python-xdg. + ------------------------------------------------------------------- Tue Sep 28 00:41:52 CEST 2010 - vuntz@opensuse.org diff --git a/orca.spec b/orca.spec index a79c44e..1d403ce 100644 --- a/orca.spec +++ b/orca.spec @@ -1,5 +1,5 @@ # -# spec file for package orca (Version 2.32.0) +# spec file for package orca (Version 2.32.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ Name: orca -Version: 2.32.0 +Version: 2.32.1 Release: 1 License: LGPLv2.1+ Summary: Screen reader for GNOME @@ -42,6 +42,7 @@ BuildRequires: python-brlapi BuildRequires: python-gnome-devel BuildRequires: python-gtk-devel BuildRequires: python-louis +BuildRequires: python-xdg BuildRequires: update-desktop-files Requires: %{name}-lang = %{version} Requires: dbus-1-python @@ -52,6 +53,7 @@ Requires: python-gnome Requires: python-gstreamer-0_10 Requires: python-gtk Requires: python-louis +Requires: python-xdg Recommends: gnome-mag Recommends: gnome-python-desktop Recommends: gnome-speech From db57f783dd25988c00c779e2f78b179a67b7e9e573c60f52a7f7e7f91c4d1c73 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 17 Nov 2010 15:34:34 +0000 Subject: [PATCH 2/2] Accepting request 53262 from home:vuntz:branches:GNOME:Factory ok OBS-URL: https://build.opensuse.org/request/show/53262 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/orca?expand=0&rev=82 --- orca.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orca.changes b/orca.changes index 379ba31..7aaa715 100644 --- a/orca.changes +++ b/orca.changes @@ -10,7 +10,7 @@ Tue Nov 16 09:36:43 CET 2010 - dimstar@opensuse.org + bgo#628842: Orca speaks newly-focused panels in gnome-panel using the default voice rather than the system voice + Updated translations. -- BuildRequire and Require python-xdg. +- Add python-xdg BuildRequires and Requires. ------------------------------------------------------------------- Tue Sep 28 00:41:52 CEST 2010 - vuntz@opensuse.org