From a4ed0f2527cd1c19c273b7a3ca84a6b7f1b9cb900395aaea67a2b8dda3d6d737 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 25 Nov 2012 17:12:24 +0000 Subject: [PATCH] Revert to 3.6.x branch.. this was never supposed for G:F / oS:F OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/orca?expand=0&rev=148 --- orca-3.6.1.tar.xz | 3 +++ orca-3.7.1.tar.xz | 3 --- orca.changes | 11 ----------- orca.spec | 4 ++-- 4 files changed, 5 insertions(+), 16 deletions(-) create mode 100644 orca-3.6.1.tar.xz delete mode 100644 orca-3.7.1.tar.xz diff --git a/orca-3.6.1.tar.xz b/orca-3.6.1.tar.xz new file mode 100644 index 0000000..520ec69 --- /dev/null +++ b/orca-3.6.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a61e736833cd67f7597afc8d05a176d5ded9637fb7d2a6aadb1d8553ecf520d +size 3695952 diff --git a/orca-3.7.1.tar.xz b/orca-3.7.1.tar.xz deleted file mode 100644 index 122a9bd..0000000 --- a/orca-3.7.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da721866ca5a794bf1312c465a71daed98c18870dd0a760882656cb10987253f -size 3699032 diff --git a/orca.changes b/orca.changes index 761fc10..bcf0a22 100644 --- a/orca.changes +++ b/orca.changes @@ -1,14 +1,3 @@ -------------------------------------------------------------------- -Sat Oct 27 10:16:03 UTC 2012 - dimstar@opensuse.org - -- Update to version 3.7.1: - + Use subprocess.Popen() instead of the deprecated os.popen() - + Use for() instead of map() in cleanup() - + Use importlib.import_module() instead of __import__() and - imp.reload() instead of reload() (bgo#686189). - + Fix for braille email address auto completions in Thunderbird - + Updated translations. - ------------------------------------------------------------------- Tue Oct 16 07:16:30 UTC 2012 - dimstar@opensuse.org diff --git a/orca.spec b/orca.spec index 90c2fbb..f1a5c9a 100644 --- a/orca.spec +++ b/orca.spec @@ -17,13 +17,13 @@ Name: orca -Version: 3.7.1 +Version: 3.6.1 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.7/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/orca/3.6/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: intltool BuildRequires: liblouis-devel