This commit is contained in:
Matthias Clasen 2011-03-25 23:26:41 -04:00
parent 3b24e5ef48
commit 7c55e833e0
3 changed files with 7 additions and 8 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ orca-2.31.6.tar.bz2
/orca-2.91.90.tar.bz2
/orca-2.91.91.tar.bz2
/orca-2.91.92.tar.bz2
/orca-2.91.93.tar.bz2

View File

@ -15,8 +15,8 @@
%define control_center_version 2.16.0-5
Name: orca
Version: 2.91.92
Release: 2%{?dist}
Version: 2.91.93
Release: 1%{?dist}
Summary: Assistive technology for people with visual impairments
Group: User Interface/Desktops
@ -60,10 +60,6 @@ Requires: gnome-speech
Requires: speech-dispatcher
# Patch from release-team, will be redone for inclusion
# in upstream Orca
Patch0: use-gsettings.patch
%description
Orca is a flexible, extensible, and powerful assistive technology for people
with visual impairments. Using various combinations of speech synthesis,
@ -72,7 +68,6 @@ toolkits that support AT-SPI (e.g. the GNOME desktop).
%prep
%setup -q
%patch0 -p1 -b .use-gsettings
%build
%configure
@ -114,6 +109,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> 2.91.93-1
- Update to 2.91.93
* Fri Mar 25 2011 Bastien Nocera <bnocera@redhat.com> 2.91.92-2
- Use GSettings to check whether toolkit accessibility is enabled,
patch from Frederic Crozat

View File

@ -1 +1 @@
8c558f7e63f6a95fe5ca05d57f1394dd orca-2.91.92.tar.bz2
86eeaa4f83f245ac5f081e19f7936ef3 orca-2.91.93.tar.bz2