diff --git a/.gitignore b/.gitignore index 3defb0a..3ea3ef8 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ orca-2.31.6.tar.bz2 /orca-3.0.0.tar.bz2 /orca-3.0.1.tar.bz2 /orca-3.1.1.tar.bz2 +/orca-3.1.2.tar.xz diff --git a/orca.spec b/orca.spec index 8a7733b..17f31fa 100644 --- a/orca.spec +++ b/orca.spec @@ -11,7 +11,7 @@ %define brltty_version 3.7.2 Name: orca -Version: 3.1.1 +Version: 3.1.2 Release: 1%{?dist} Summary: Assistive technology for people with visual impairments @@ -19,10 +19,11 @@ Group: User Interface/Desktops License: LGPLv2+ URL: http://projects.gnome.org/orca/ #VCS: git:git://git.gnome.org/orca -Source0: http://download.gnome.org/sources/orca/3.1/orca-%{version}.tar.bz2 +Source0: http://download.gnome.org/sources/orca/3.1/orca-%{version}.tar.xz BuildRequires: python-devel >= %{python_version} BuildRequires: brlapi-devel >= %{brlapi_version} +BuildRequires: python-brlapi BuildRequires: brltty >= %{brltty_version} BuildRequires: pyorbit-devel >= %{pyorbit_version} BuildRequires: pygtk2-devel >= %{pygtk2_version} @@ -36,6 +37,8 @@ BuildRequires: gnome-python2-gconf BuildRequires: pyatspi BuildRequires: dbus-python BuildRequires: gnome-doc-utils +BuildRequires: liblouis-python +BuildRequires: speech-dispatcher-python Obsoletes: gnopernicus Provides: gnopernicus @@ -53,6 +56,9 @@ Requires: gnome-python2-gnome Requires: gnome-speech Requires: speech-dispatcher +Requires: speech-dispatcher-python +Requires: liblouis-python +Requires: python-brlapi %description Orca is a flexible, extensible, and powerful assistive technology for people @@ -103,6 +109,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Jun 16 2011 Tomas Bzatek - 3.1.2-1 +- Update to 3.1.2 + * Wed May 11 2011 Tomas Bzatek 3.1.1-1 - Update to 3.1.1 diff --git a/sources b/sources index 5b38b3b..046c193 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -63b0efcc1316223c03c532f402fe7589 orca-3.1.1.tar.bz2 +1813e7125163ff3b65652ca9581a37ba orca-3.1.2.tar.xz