Update to 3.1.2

This commit is contained in:
Tomas Bzatek 2011-06-16 13:07:33 +02:00
parent f726dc9891
commit cc5a82f486
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <tbzatek@redhat.com> - 3.1.2-1
- Update to 3.1.2
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> 3.1.1-1
- Update to 3.1.1

View File

@ -1 +1 @@
63b0efcc1316223c03c532f402fe7589 orca-3.1.1.tar.bz2
1813e7125163ff3b65652ca9581a37ba orca-3.1.2.tar.xz