This commit is contained in:
Matthias Clasen 2011-07-25 22:44:01 -04:00
parent 08932b38a7
commit e91b23d05e
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ orca-2.31.6.tar.bz2
/orca-3.1.1.tar.bz2
/orca-3.1.2.tar.xz
/orca-3.1.3.tar.xz
/orca-3.1.4.tar.xz

View File

@ -1,4 +1,4 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%global debug_package %{nil}
@ -11,7 +11,7 @@
%define brltty_version 3.7.2
Name: orca
Version: 3.1.3
Version: 3.1.4
Release: 1%{?dist}
Summary: Assistive technology for people with visual impairments
@ -109,6 +109,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> 3.1.4-1
- Update to 3.1.4
* Tue Jul 05 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
- Update to 3.1.3

View File

@ -1 +1 @@
7ad1cfdceec984b303f066750b14f95a orca-3.1.3.tar.xz
494e97e06437fc255b125c7d2bb1e3de orca-3.1.4.tar.xz