2c2d00
%global debug_package %{nil}
2c2d00
2c2d00
%define brlapi_version 0.5.1
2c2d00
%define brltty_version 3.9
2c2d00
2c2d00
Name:           orca
2c2d00
Version:        3.6.3
00dbb1
Release:        4%{?dist}
2c2d00
Summary:        Assistive technology for people with visual impairments
2c2d00
2c2d00
Group:          User Interface/Desktops
2c2d00
License:        LGPLv2+
2c2d00
URL:            http://projects.gnome.org/orca/
2c2d00
#VCS: git:git://git.gnome.org/orca
2c2d00
Source0:        http://download.gnome.org/sources/orca/3.6/orca-%{version}.tar.xz
2c2d00
2c2d00
BuildRequires:  brlapi-devel >= %{brlapi_version}
2c2d00
BuildRequires:  python-brlapi
2c2d00
BuildRequires:  brltty >= %{brltty_version}
2c2d00
BuildRequires:  gettext
2c2d00
BuildRequires:  intltool
2c2d00
BuildRequires:  pygobject3-devel
2c2d00
BuildRequires:  pyatspi
2c2d00
BuildRequires:  at-spi2-core-devel
2c2d00
BuildRequires:  dbus-python
2c2d00
BuildRequires:  liblouis-python
2c2d00
BuildRequires:  liblouis-devel
2c2d00
BuildRequires:  speech-dispatcher-python
2c2d00
BuildRequires:  gtk3-devel
2c2d00
BuildRequires:  itstool
2c2d00
Obsoletes:      gnopernicus
2c2d00
Provides:       gnopernicus
2c2d00
2c2d00
Requires:       control-center
2c2d00
Requires:       libwnck3
2c2d00
Requires:       pyatspi
2c2d00
Requires:       speech-dispatcher
2c2d00
Requires:       speech-dispatcher-python
2c2d00
Requires:       liblouis-python
2c2d00
Requires:       python-brlapi >= %{brlapi_version}
2c2d00
2c2d00
%description
2c2d00
Orca is a flexible, extensible, and powerful assistive technology for people
2c2d00
with visual impairments. Using various combinations of speech synthesis,
2c2d00
braille, and magnification, Orca helps provide access to applications and
2c2d00
toolkits that support AT-SPI (e.g. the GNOME desktop).
2c2d00
2c2d00
%prep
2c2d00
%setup -q
2c2d00
2c2d00
%build
2c2d00
%configure
2c2d00
make %{?_smp_mflags}
2c2d00
2c2d00
2c2d00
%install
2c2d00
make install DESTDIR=$RPM_BUILD_ROOT
2c2d00
2c2d00
%find_lang %{name} --with-gnome
2c2d00
2c2d00
find $RPM_BUILD_ROOT -name '*.la' | xargs rm -f
2c2d00
2c2d00
%post
2c2d00
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
2c2d00
2c2d00
%postun
2c2d00
update-desktop-database &>/dev/null ||:
2c2d00
if [ $1 -eq 0 ]; then
2c2d00
   touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
2c2d00
   gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
2c2d00
fi
2c2d00
2c2d00
%posttrans
2c2d00
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
2c2d00
2c2d00
%files -f %{name}.lang
2c2d00
%doc AUTHORS COPYING NEWS README
2c2d00
%{_bindir}/orca
2c2d00
%{python_sitearch}/orca
2c2d00
%{_datadir}/icons/hicolor/*/apps/orca.png
2c2d00
%{_datadir}/icons/hicolor/scalable/apps/orca.svg
2c2d00
%{_datadir}/orca
2c2d00
%{_datadir}/applications/orca.desktop
2c2d00
%{_sysconfdir}/xdg/autostart/orca-autostart.desktop
2c2d00
%{_mandir}/man1/orca.1.gz
2c2d00
2c2d00
2c2d00
%changelog
00dbb1
* Tue Jan 28 2014 Rui Matos <rmatos@redhat.com> - 3.6.3-4
00dbb1
- Resolves: rhbz#1058678 - Remove dependency on PyXDG
00dbb1
00dbb1
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.6.3-3
00dbb1
- Mass rebuild 2014-01-24
00dbb1
00dbb1
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.6.3-2
00dbb1
- Mass rebuild 2013-12-27
00dbb1
2c2d00
* Wed Nov 14 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.3-1
2c2d00
- Update to 3.6.3
2c2d00
2c2d00
* Mon Nov 12 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.2-1
2c2d00
- Update to 3.6.2
2c2d00
2c2d00
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
2c2d00
- Update to 3.6.1
2c2d00
2c2d00
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.0-1
2c2d00
- Update to 3.6.0
2c2d00
2c2d00
* Tue Sep 18 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.92-1
2c2d00
- Update to 3.5.92
2c2d00
2c2d00
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
2c2d00
- Update to 3.5.91
2c2d00
2c2d00
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
2c2d00
- Update to 3.5.90
2c2d00
2c2d00
* Wed Jul 18 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.4-1
2c2d00
- Back down to 3.5.4, we want to stick with python 2.7 for now
2c2d00
2c2d00
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.7.0.4-1
2c2d00
- Update to 3.7.0.4
2c2d00
2c2d00
* Wed Jun 27 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.5.3-2
2c2d00
- Back down to 3.5.3, we want to stick with python 2.7 for now
2c2d00
2c2d00
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.7.0.3-1
2c2d00
- Update to 3.7.0.3
2c2d00
2c2d00
* Mon Jun 25 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
2c2d00
- Update to 3.5.3
2c2d00
2c2d00
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
2c2d00
- Update to 3.5.2
2c2d00
2c2d00
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.1-1
2c2d00
- Update to 3.5.1
2c2d00
2c2d00
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
2c2d00
- Don't depend on gnome 2 python libs (#716719)
2c2d00
- Require pyxdg (#761306)
2c2d00
2c2d00
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
2c2d00
- Update to 3.4.1
2c2d00
2c2d00
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-1
2c2d00
- Update to 3.4.0
2c2d00
2c2d00
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
2c2d00
- Update to 3.3.92
2c2d00
2c2d00
* Tue Mar  6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
2c2d00
- Update to 3.3.91
2c2d00
2c2d00
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
2c2d00
- Update to 3.3.90
2c2d00
2c2d00
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
2c2d00
- Update to 3.3.5
2c2d00
2c2d00
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
2c2d00
- Update to 3.3.4
2c2d00
2c2d00
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
2c2d00
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2c2d00
2c2d00
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
2c2d00
- Update to 3.3.3
2c2d00
2c2d00
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
2c2d00
- Update to 3.3.2
2c2d00
2c2d00
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
2c2d00
- Update to 3.3.1
2c2d00
2c2d00
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
2c2d00
- Rebuilt for glibc bug#747377
2c2d00
2c2d00
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
2c2d00
- Update to 3.2.1
2c2d00
2c2d00
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
2c2d00
- Update to 3.2.0
2c2d00
2c2d00
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> 3.1.92-1
2c2d00
- Update to 3.1.92
2c2d00
2c2d00
* Tue Sep  9 2011 Matthias Clasen <mclasen@redhat.com> 3.1.91-1
2c2d00
- Update to 3.1.91
2c2d00
2c2d00
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> 3.1.5-1
2c2d00
- Update to 3.1.5
2c2d00
2c2d00
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> 3.1.4-1
2c2d00
- Update to 3.1.4
2c2d00
2c2d00
* Tue Jul 05 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
2c2d00
- Update to 3.1.3
2c2d00
2c2d00
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
2c2d00
- Update to 3.1.2
2c2d00
2c2d00
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> 3.1.1-1
2c2d00
- Update to 3.1.1
2c2d00
2c2d00
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-1
2c2d00
- Update to 3.0.1
2c2d00
2c2d00
* Thu Apr  7 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-2
2c2d00
- Only autostart in GNOME
2c2d00
2c2d00
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-1
2c2d00
- Update to 3.0.0
2c2d00
- Bring the gnome-speech dependency back
2c2d00
2c2d00
* Sun Apr  3 2011 Matthias Clasen <mclasen@redhat.com> 2.91.93-2
2c2d00
- Drop PyYAML depencency (no longer used)
2c2d00
- Don't require gnome-speech (speech-dispatcher is preferred)
2c2d00
2c2d00
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> 2.91.93-1
2c2d00
- Update to 2.91.93
2c2d00
2c2d00
* Fri Mar 25 2011 Bastien Nocera <bnocera@redhat.com> 2.91.92-2
2c2d00
- Use GSettings to check whether toolkit accessibility is enabled,
2c2d00
  patch from Frederic Crozat
2c2d00
2c2d00
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-1
2c2d00
- Update to 2.91.92
2c2d00
2c2d00
* Mon Mar  3 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91-1
2c2d00
- Update to 2.91.91
2c2d00
- Drop a space-saving hack
2c2d00
2c2d00
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-1
2c2d00
- Update to 2.91.90
2c2d00
2c2d00
* Sun Feb 20 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-4
2c2d00
- Fix dependencies
2c2d00
2c2d00
* Thu Feb 17 2011 Bastien Nocera <bnocera@redhat.com> 2.91.6-3
2c2d00
- Don't remove the desktop files, as they are "no display" anyway
2c2d00
  (this would also have removed the autostart desktop file in
2c2d00
  newer versions of Orca)
2c2d00
2c2d00
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-2
2c2d00
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2c2d00
2c2d00
* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 2.91.6-1
2c2d00
- Update to 2.91.6
2c2d00
2c2d00
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-1
2c2d00
- Update to 2.91.5
2c2d00
2c2d00
* Thu Dec  2 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-1
2c2d00
- Update to 2.91.3
2c2d00
2c2d00
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.2-1
2c2d00
- Update to 2.91.2
2c2d00
2c2d00
* Wed Oct  6 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-1
2c2d00
- Update to 2.91.0
2c2d00
2c2d00
* Mon Oct 04 2010 Ray Strode <rstrode@redhat.com> 2.32.0-2
2c2d00
- Require orbit at-spi python bindings
2c2d00
http://lists.fedoraproject.org/pipermail/desktop/2010-October/006568.html
2c2d00
2c2d00
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
2c2d00
- Update to 2.32.0
2c2d00
2c2d00
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
2c2d00
- Update to 2.31.91
2c2d00
2c2d00
* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.90-1
2c2d00
- Update to 2.31.90
2c2d00
2c2d00
* Mon Aug 16 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-2
2c2d00
- Curb excessive BRs
2c2d00
2c2d00
* Tue Aug  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
2c2d00
- Update to 2.31.6
2c2d00
2c2d00
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.31.5-2
2c2d00
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2c2d00
2c2d00
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-1
2c2d00
- Update to 2.31.5
2c2d00
2c2d00
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.4-1
2c2d00
- Update to 2.31.4
2c2d00
2c2d00
* Wed Jun 16 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-2
2c2d00
- Require pyatspi, not at-spi-python
2c2d00
2c2d00
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
2c2d00
- Update to 2.31.3
2c2d00
2c2d00
* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
2c2d00
- Update to 2.31.2
2c2d00
2c2d00
* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.1-1
2c2d00
- Update to 2.31.1
2c2d00
2c2d00
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
2c2d00
- Update to 2.30.1
2c2d00
2c2d00
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
2c2d00
- Update to 2.30.0
2c2d00
2c2d00
* Wed Mar 10 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.92-1
2c2d00
- Update to 2.29.92
2c2d00
2c2d00
* Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.91-1
2c2d00
- Update to 2.29.91
2c2d00
2c2d00
* Wed Feb 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.90-1
2c2d00
- Update to 2.29.90
2c2d00
2c2d00
* Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.6-1
2c2d00
- Update to 2.29.6
2c2d00
2c2d00
* Sun Jan 17 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.5-1
2c2d00
- Update to 2.29.5
2c2d00
2c2d00
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.29.4-1
2c2d00
- Update to 2.29.4
2c2d00
2c2d00
* Sat Dec  5 2009 Matthias Clasen <mclasen@redhat.com> - 2.29.2-1
2c2d00
- Update to 2.29.2
2c2d00
2c2d00
* Tue Sep 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
2c2d00
- Update to 2.28.0
2c2d00
2c2d00
* Mon Sep  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
2c2d00
- Update to 2.27.92
2c2d00
2c2d00
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-1
2c2d00
- Update to 2.27.91
2c2d00
2c2d00
* Mon Aug 10 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
2c2d00
- Update to 2.27.90
2c2d00
2c2d00
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-1
2c2d00
- Update to 2.27.5
2c2d00
2c2d00
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
2c2d00
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2c2d00
2c2d00
* Tue Jul 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-1
2c2d00
- Update to 2.27.4
2c2d00
2c2d00
* Thu Jun 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.3-2
2c2d00
- We don't have debuginfo
2c2d00
2c2d00
* Tue Jun 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.3-1
2c2d00
- Update to 2.27.3
2c2d00
2c2d00
* Thu Jun 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.2-2
2c2d00
- Add a dependency on gnome-speech (#503193)
2c2d00
2c2d00
* Sun May 31 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.2-1
2c2d00
- Update to 2.27.2
2c2d00
2c2d00
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
2c2d00
- Update to 2.26.1
2c2d00
- See http://download.gnome.org/sources/orca/2.26/orca-2.26.1.news
2c2d00
2c2d00
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
2c2d00
- Update to 2.26.0
2c2d00
2c2d00
* Mon Mar  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.92-1
2c2d00
- Update to 2.25.92
2c2d00
2c2d00
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
2c2d00
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2c2d00
2c2d00
* Wed Feb 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-1
2c2d00
- Update to 2.25.91
2c2d00
2c2d00
* Tue Feb  3 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.90-1
2c2d00
- Update to 2.25.90
2c2d00
2c2d00
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.5-1
2c2d00
- Update to 2.25.5
2c2d00
2c2d00
* Tue Jan  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.4-1
2c2d00
- Update to 2.25.4
2c2d00
2c2d00
* Wed Dec 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.3-2
2c2d00
- Update to 2.25.3
2c2d00
2c2d00
* Wed Dec  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-2
2c2d00
- Rebuild for Python 2.6
2c2d00
2c2d00
* Wed Dec  3 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-1
2c2d00
- Update to 2.25.2
2c2d00
2c2d00
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.25.1-3
2c2d00
- Rebuild for Python 2.6
2c2d00
2c2d00
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-2
2c2d00
- Tweak description
2c2d00
2c2d00
* Wed Nov 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-1
2c2d00
- Update to 2.25.1
2c2d00
2c2d00
* Fri Oct 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
2c2d00
- Update to 2.24.1
2c2d00
2c2d00
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
2c2d00
- Update to 2.24.0
2c2d00
2c2d00
* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
2c2d00
- Update to 2.23.92
2c2d00
2c2d00
* Tue Sep  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
2c2d00
- Update to 2.23.91
2c2d00
2c2d00
* Tue Aug 26 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-2
2c2d00
- Require gnome-python2-gnome
2c2d00
2c2d00
* Sat Aug 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
2c2d00
- Update to 2.23.90
2c2d00
2c2d00
* Tue Aug  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-1
2c2d00
- Update to 2.23.6
2c2d00
2c2d00
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
2c2d00
- Update to 2.23.5
2c2d00
2c2d00
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4-1
2c2d00
- Update to 2.23.4
2c2d00
2c2d00
* Tue Jun  3 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-1
2c2d00
- Update to  2.23.3
2c2d00
2c2d00
* Wed May 28 2008 Jon McCann <jmccann@redhat.com> - 2.23.2-3
2c2d00
- Add BuildRequires gnome-python2-bonobo back
2c2d00
2c2d00
* Wed May 28 2008 Jon McCann <jmccann@redhat.com> - 2.23.2-2
2c2d00
- Require gnome-python2-bonobo and gnome-python2-libwnck
2c2d00
2c2d00
* Tue May 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-1
2c2d00
- Update to 2.23.2
2c2d00
2c2d00
* Sun May  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-2
2c2d00
- Fix source url
2c2d00
2c2d00
* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
2c2d00
- Update to 2.23.1
2c2d00
2c2d00
* Mon Apr  7 2008 Jon McCann <jmccann@redhat.com> - 2.22.1-2
2c2d00
- Fix signal handling (GNOME bug #525831)
2c2d00
2c2d00
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
2c2d00
- Update to 2.22.1
2c2d00
2c2d00
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
2c2d00
- Update to 2.22.0
2c2d00
2c2d00
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-1
2c2d00
- Update to 2.21.92
2c2d00
2c2d00
* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
2c2d00
- Update to 2.21.91
2c2d00
2c2d00
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
2c2d00
- Update to 2.21.90
2c2d00
2c2d00
* Mon Jan 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.5-1
2c2d00
- Update to 2.21.5
2c2d00
2c2d00
* Fri Jan  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.4-2
2c2d00
- Require at-spi-python (#427432)
2c2d00
2c2d00
* Tue Dec 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.4-1
2c2d00
- Update to 2.21.4
2c2d00
2c2d00
* Wed Dec  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.3-1
2c2d00
- Update to 2.21.3
2c2d00
2c2d00
* Tue Nov 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
2c2d00
- Update to 2.21.2
2c2d00
2c2d00
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0.1-1
2c2d00
- Update to 2.20.0.1 (bug fixes and translation updates)
2c2d00
2c2d00
* Sun Sep 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
2c2d00
- Update to 2.20.0
2c2d00
2c2d00
* Tue Sep  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-1
2c2d00
- Update to 2.19.92
2c2d00
2c2d00
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.90-1
2c2d00
- Update to 2.19.90
2c2d00
2c2d00
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-2
2c2d00
- Update license field
2c2d00
2c2d00
* Sun Jul 29 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
2c2d00
- Update to 2.19.6
2c2d00
2c2d00
* Mon Jul  9 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
2c2d00
- Update to 2.19.5
2c2d00
2c2d00
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
2c2d00
- Update to 2.19.4
2c2d00
2c2d00
* Tue Jun  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.3-1
2c2d00
- Update to 2.19.3
2c2d00
2c2d00
* Sun May 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
2c2d00
- Update to 2.19.2
2c2d00
2c2d00
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
2c2d00
- Update to 2.18.0
2c2d00
2c2d00
* Wed Feb 28 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
2c2d00
- Update to 2.17.92
2c2d00
2c2d00
* Sun Feb 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
2c2d00
- Update to 2.17.91
2c2d00
2c2d00
* Mon Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
2c2d00
- Update to 2.17.90
2c2d00
2c2d00
* Thu Jan 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-1
2c2d00
- Update to orca 2.17.5
2c2d00
2c2d00
* Wed Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.4-1
2c2d00
- Update to orca 2.17.4
2c2d00
2c2d00
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 2.17.3-2
2c2d00
- rebuild for python 2.5
2c2d00
2c2d00
* Tue Dec  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.3-1
2c2d00
- Update to orca 2.17.3
2c2d00
2c2d00
* Tue Nov  7 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
2c2d00
- Update to orca 2.17.2
2c2d00
2c2d00
* Tue Nov  7 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.1-2
2c2d00
- Fix typos in the spec
2c2d00
2c2d00
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.1-1
2c2d00
- Update to 2.17.1
2c2d00
2c2d00
*  Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-4
2c2d00
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
2c2d00
2c2d00
* Tue Sep 19 2006 John (J5) Palmieri <johnp@redhat.com> - 1.0.0-3
2c2d00
- Add patch to shutdown orca
2c2d00
2c2d00
* Tue Sep 19 2006 John (J5) Palmieri <johnp@redhat.com> - 1.0.0-2
2c2d00
- Add requirements on gnome-mag and newer version of control-center
2c2d00
- remove .desktop file and make control-center start and configure orca
2c2d00
2c2d00
* Sun Sep  3 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.0-1
2c2d00
- Update to 1.0.0
2c2d00
2c2d00
* Thu Aug 31 2006 Matthias Clasen <mclasen@redhat.com> - 0.9.0-4
2c2d00
- Obsolete gnome-mag-devel, too
2c2d00
2c2d00
* Tue Aug 29 2006 John (J5) Palmieri <johnp@redhat.com> - 0.9.0-3
2c2d00
- Spec file cleanups
2c2d00
2c2d00
* Mon Aug 21 2006 John (J5) Palmieri <johnp@redhat.com> - 0.9.0-1
2c2d00
- Initial package