8aa73b
Name:           at-spi2-core
8aa73b
Version:        2.28.0
8aa73b
Release:        1%{?dist}
8aa73b
Summary:        Protocol definitions and daemon for D-Bus at-spi
8aa73b
8aa73b
License:        LGPLv2+
8aa73b
URL:            http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
8aa73b
Source0:        http://download.gnome.org/sources/at-spi2-core/2.28/%{name}-%{version}.tar.xz
8aa73b
8aa73b
BuildRequires:  dbus-devel
8aa73b
BuildRequires:  gettext
8aa73b
BuildRequires:  glib2-devel
8aa73b
BuildRequires:  gobject-introspection-devel
8aa73b
BuildRequires:  gtk-doc
8aa73b
BuildRequires:  libXtst-devel
8aa73b
BuildRequires:  libXi-devel
8aa73b
BuildRequires:  meson
8aa73b
BuildRequires:  systemd
8aa73b
8aa73b
Requires:       dbus
8aa73b
8aa73b
%description
8aa73b
at-spi allows assistive technologies to access GTK-based
8aa73b
applications. Essentially it exposes the internals of applications for
8aa73b
automation, so tools such as screen readers, magnifiers, or even
8aa73b
scripting interfaces can query and interact with GUI controls.
8aa73b
8aa73b
This version of at-spi is a major break from previous versions.
8aa73b
It has been completely rewritten to use D-Bus rather than
8aa73b
ORBIT / CORBA for its transport protocol.
8aa73b
8aa73b
%package devel
8aa73b
Summary: Development files and headers for at-spi2-core
8aa73b
Requires: %{name}%{?_isa} = %{version}-%{release}
8aa73b
8aa73b
%description devel
8aa73b
The at-spi2-core-devel package includes the header files and
8aa73b
API documentation for libatspi.
8aa73b
8aa73b
%prep
8aa73b
%setup -q
8aa73b
8aa73b
%build
8aa73b
%meson -Denable_docs=true
8aa73b
%meson_build
8aa73b
8aa73b
%install
8aa73b
%meson_install
8aa73b
8aa73b
%{find_lang} %{name}
8aa73b
8aa73b
%post -p /sbin/ldconfig
8aa73b
%postun -p /sbin/ldconfig
8aa73b
8aa73b
%files -f %{name}.lang
8aa73b
%license COPYING
8aa73b
%doc AUTHORS README
8aa73b
%{_libexecdir}/at-spi2-registryd
8aa73b
%dir %{_datadir}/defaults
8aa73b
%dir %{_datadir}/defaults/at-spi2
8aa73b
%{_datadir}/defaults/at-spi2/accessibility.conf
8aa73b
%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
8aa73b
%{_libdir}/libatspi.so.*
8aa73b
%dir %{_libdir}/girepository-1.0
8aa73b
%{_libdir}/girepository-1.0/Atspi-2.0.typelib
8aa73b
%{_libexecdir}/at-spi-bus-launcher
8aa73b
%{_datadir}/dbus-1/accessibility-services/org.a11y.atspi.Registry.service
8aa73b
%{_datadir}/dbus-1/services/org.a11y.Bus.service
8aa73b
%{_userunitdir}/at-spi-dbus-bus.service
8aa73b
8aa73b
8aa73b
%files devel
8aa73b
%{_libdir}/libatspi.so
8aa73b
%{_datadir}/gtk-doc/html/libatspi
8aa73b
%dir %{_datadir}/gir-1.0
8aa73b
%{_datadir}/gir-1.0/Atspi-2.0.gir
8aa73b
%{_includedir}/at-spi-2.0
8aa73b
%{_libdir}/pkgconfig/atspi-2.pc
8aa73b
8aa73b
%changelog
8aa73b
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 2.28.0-1
8aa73b
- Update to 2.28.0
8aa73b
8aa73b
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 2.27.92-1
8aa73b
- Update to 2.27.92
8aa73b
8aa73b
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.27.1-3
8aa73b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8aa73b
8aa73b
* Tue Dec 19 2017 Kalev Lember <klember@redhat.com> - 2.27.1-2
8aa73b
- Drop unused buildrequires
8aa73b
8aa73b
* Tue Dec 19 2017 Kalev Lember <klember@redhat.com> - 2.27.1-1
8aa73b
- Update to 2.27.1
8aa73b
8aa73b
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 2.26.2-1
8aa73b
- Update to 2.26.2
8aa73b
8aa73b
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 2.26.0-1
8aa73b
- Update to 2.26.0
8aa73b
8aa73b
* Thu Sep 07 2017 Kalev Lember <klember@redhat.com> - 2.25.92-1
8aa73b
- Update to 2.25.92
8aa73b
8aa73b
* Fri Aug 25 2017 Kalev Lember <klember@redhat.com> - 2.25.91-1
8aa73b
- Update to 2.25.91
8aa73b
8aa73b
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 2.25.90-1
8aa73b
- Update to 2.25.90
8aa73b
8aa73b
* Mon Aug 14 2017 Ville Skyttä <ville.skytta@iki.fi> - 2.25.4-4
8aa73b
- Own %%{_libdir}/girepository-1.0 and %%{_datadir}/{defaults,gir-1.0} dirs
8aa73b
8aa73b
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.25.4-3
8aa73b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8aa73b
8aa73b
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.25.4-2
8aa73b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8aa73b
8aa73b
* Sun Jun 25 2017 Kalev Lember <klember@redhat.com> - 2.25.4-1
8aa73b
- Update to 2.25.4
8aa73b
8aa73b
* Mon Jun 12 2017 Kalev Lember <klember@redhat.com> - 2.25.2-1
8aa73b
- Update to 2.25.2
8aa73b
8aa73b
* Tue May 09 2017 Kalev Lember <klember@redhat.com> - 2.24.1-1
8aa73b
- Update to 2.24.1
8aa73b
8aa73b
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 2.24.0-1
8aa73b
- Update to 2.24.0
8aa73b
8aa73b
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 2.23.92-1
8aa73b
- Update to 2.23.92
8aa73b
8aa73b
* Tue Feb 14 2017 Richard Hughes <rhughes@redhat.com> - 2.23.90-1
8aa73b
- Update to 2.23.90
8aa73b
8aa73b
* Mon Feb 13 2017 Richard Hughes <rhughes@redhat.com> - 2.23.4-1
8aa73b
- Update to 2.23.4
8aa73b
8aa73b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.22.0-2
8aa73b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8aa73b
8aa73b
* Mon Sep 26 2016 Kalev Lember <klember@redhat.com> - 2.22.0-1
8aa73b
- Update to 2.22.0
8aa73b
- Don't set group tags
8aa73b
8aa73b
* Wed Jul 20 2016 Richard Hughes <rhughes@redhat.com> - 2.21.4-1
8aa73b
- Update to 2.21.4
8aa73b
8aa73b
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 2.21.2-1
8aa73b
- Update to 2.21.2
8aa73b
8aa73b
* Mon May 09 2016 Kalev Lember <klember@redhat.com> - 2.21.1-1
8aa73b
- Update to 2.21.1
8aa73b
8aa73b
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 2.20.1-1
8aa73b
- Update to 2.20.1
8aa73b
8aa73b
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 2.20.0-1
8aa73b
- Update to 2.20.0
8aa73b
8aa73b
* Tue Mar 15 2016 Richard Hughes <rhughes@redhat.com> - 2.19.92-1
8aa73b
- Update to 2.19.92
8aa73b
8aa73b
* Tue Mar 01 2016 Richard Hughes <rhughes@redhat.com> - 2.19.91-1
8aa73b
- Update to 2.19.91
8aa73b
8aa73b
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 2.19.90-1
8aa73b
- Update to 2.19.90
8aa73b
8aa73b
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.19.2-2
8aa73b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8aa73b
8aa73b
* Tue Nov 24 2015 Kalev Lember <klember@redhat.com> - 2.19.2-1
8aa73b
- Update to 2.19.2
8aa73b
8aa73b
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 2.19.1-1
8aa73b
- Update to 2.19.1
8aa73b
8aa73b
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 2.18.1-1
8aa73b
- Update to 2.18.1
8aa73b
8aa73b
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 2.18.0-1
8aa73b
- Update to 2.18.0
8aa73b
8aa73b
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 2.17.90-1
8aa73b
- Update to 2.17.90
8aa73b
- Use make_install macro
8aa73b
8aa73b
* Tue Jul 28 2015 Kalev Lember <klember@redhat.com> - 2.17.1-1
8aa73b
- Update to 2.17.1
8aa73b
- Use license macro for COPYING
8aa73b
8aa73b
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.16.0-2
8aa73b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8aa73b
8aa73b
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 2.16.0-1
8aa73b
- Update to 2.16.0
8aa73b
8aa73b
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 2.15.90-1
8aa73b
- Update to 2.15.90
8aa73b
8aa73b
* Tue Jan 20 2015 Richard Hughes <rhughes@redhat.com> - 2.15.4-1
8aa73b
- Update to 2.15.4
8aa73b
8aa73b
* Wed Dec 17 2014 Kalev Lember <kalevlember@gmail.com> - 2.15.3-1
8aa73b
- Update to 2.15.3
8aa73b
8aa73b
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 2.15.2-1
8aa73b
- Update to 2.15.2
8aa73b
8aa73b
* Mon Nov 10 2014 Kalev Lember <kalevlember@gmail.com> - 2.14.1-1
8aa73b
- Update to 2.14.1
8aa73b
8aa73b
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.14.0-1
8aa73b
- Update to 2.14.0
8aa73b
8aa73b
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 2.13.92-1
8aa73b
- Update to 2.13.92
8aa73b
8aa73b
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 2.13.90-1
8aa73b
- Update to 2.13.90
8aa73b
8aa73b
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.13.4-3
8aa73b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8aa73b
8aa73b
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.13.4-2
8aa73b
- Rebuilt for gobject-introspection 1.41.4
8aa73b
8aa73b
* Sun Jul 20 2014 Kalev Lember <kalevlember@gmail.com> - 2.13.4-1
8aa73b
- Update to 2.13.4
8aa73b
8aa73b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.13.1-2
8aa73b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8aa73b
8aa73b
* Tue Apr 29 2014 Richard Hughes <rhughes@redhat.com> - 2.13.1-1
8aa73b
- Update to 2.13.1
8aa73b
8aa73b
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 2.12.0-2
8aa73b
- Tighten -devel deps
8aa73b
8aa73b
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 2.12.0-1
8aa73b
- Update to 2.12.0
8aa73b
8aa73b
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 2.11.92-1
8aa73b
- Update to 2.11.92
8aa73b
8aa73b
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 2.11.91-1
8aa73b
- Update to 2.11.91
8aa73b
8aa73b
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 2.11.90-1
8aa73b
- Update to 2.11.90
8aa73b
8aa73b
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 2.11.5-1
8aa73b
- Update to 2.11.5
8aa73b
8aa73b
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 2.11.3-1
8aa73b
- Update to 2.11.3
8aa73b
8aa73b
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 2.11.2-1
8aa73b
- Update to 2.11.2
8aa73b
8aa73b
* Mon Nov 04 2013 Kalev Lember <kalevlember@gmail.com> - 2.11.1-1
8aa73b
- Update to 2.11.1
8aa73b
8aa73b
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 2.10.1-1
8aa73b
- Update to 2.10.1
8aa73b
8aa73b
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 2.10.0-1
8aa73b
- Update to 2.10.0
8aa73b
8aa73b
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.92-1
8aa73b
- Update to 2.9.92
8aa73b
8aa73b
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.91-1
8aa73b
- Update to 2.9.91
8aa73b
8aa73b
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.90-1
8aa73b
- Update to 2.9.90
8aa73b
8aa73b
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.5-1
8aa73b
- Update to 2.9.5
8aa73b
8aa73b
* Sun Jul 28 2013 Rui Matos <rmatos@redhat.com> - 2.9.4-3
8aa73b
- Pass --force to autoreconf to be sure it does what we want
8aa73b
8aa73b
* Sat Jul 20 2013 Rui Matos <rmatos@redhat.com> - 2.9.4-2
8aa73b
- Run autoreconf instead of a sed hack to avoid RPATH embedding
8aa73b
8aa73b
* Tue Jul 16 2013 Richard Hughes <rhughes@redhat.com> - 2.9.4-1
8aa73b
- Update to 2.9.4
8aa73b
8aa73b
* Thu Jun 20 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.3-1
8aa73b
- Update to 2.9.3
8aa73b
8aa73b
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.2-1
8aa73b
- Update to 2.9.2
8aa73b
8aa73b
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 2.8.0-1
8aa73b
- Update to 2.8.0
8aa73b
8aa73b
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 2.7.91-1
8aa73b
- Update to 2.7.91
8aa73b
8aa73b
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 2.7.90-1
8aa73b
- Update to 2.7.90
8aa73b
8aa73b
* Tue Feb 05 2013 Kalev Lember <kalevlember@gmail.com> - 2.7.5-1
8aa73b
- Update to 2.7.5
8aa73b
8aa73b
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.7.4.1-1
8aa73b
- Update to 2.7.4.1
8aa73b
8aa73b
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.7.4-1
8aa73b
- Update to 2.7.4
8aa73b
8aa73b
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.7.3-1
8aa73b
- Update to 2.7.3
8aa73b
8aa73b
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 2.7.1-1
8aa73b
- Update to 2.7.1
8aa73b
8aa73b
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 2.6.1-1
8aa73b
- Update to 2.6.1
8aa73b
8aa73b
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 2.6.0-1
8aa73b
- Update to 2.6.0
8aa73b
8aa73b
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 2.5.92-1
8aa73b
- Update to 2.5.92
8aa73b
8aa73b
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 2.5.91-1
8aa73b
- Update to 2.5.91
8aa73b
8aa73b
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 2.5.5-1
8aa73b
- Update to 2.5.5
8aa73b
8aa73b
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.4-2
8aa73b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8aa73b
8aa73b
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 2.5.4-1
8aa73b
- Update to 2.5.4
8aa73b
8aa73b
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 2.5.3-1
8aa73b
- Update to 2.5.3
8aa73b
8aa73b
* Wed Jun 06 2012 Richard Hughes <hughsient@gmail.com> - 2.5.2-1
8aa73b
- Update to 2.5.2
8aa73b
8aa73b
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 2.5.1-1
8aa73b
- Update to 2.5.1
8aa73b
8aa73b
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 2.4.1-1
8aa73b
- Update to 2.4.1
8aa73b
8aa73b
* Tue Mar 27 2012 Matthias Clasen <mclasen@redhat.com> - 2.4.0-1
8aa73b
- Update to 2.4.0
8aa73b
8aa73b
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 2.3.92-1
8aa73b
- Update to 2.3.92
8aa73b
8aa73b
* Mon Mar  5 2012 Matthias Clasen <mclasen@redhat.com> - 2.3.91-1
8aa73b
- Update to 2.3.91
8aa73b
8aa73b
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 2.3.90-1
8aa73b
- Update to 2.3.90
8aa73b
8aa73b
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 2.3.5-1
8aa73b
- Update to 2.3.5
8aa73b
8aa73b
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 2.3.4-1
8aa73b
- Update to 2.3.4
8aa73b
8aa73b
* Tue Jan 10 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.3.3-2
8aa73b
- Fix the rpath issue for building gobject-introspection properly as suggested from upstream
8aa73b
8aa73b
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 2.3.3-1
8aa73b
- Update to 2.3.3
8aa73b
8aa73b
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.3.2-1
8aa73b
- Update to 2.3.2
8aa73b
8aa73b
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.3.1-1
8aa73b
- Update to 2.3.1
8aa73b
8aa73b
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-2
8aa73b
- Rebuilt for glibc bug#747377
8aa73b
8aa73b
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 2.2.1-1
8aa73b
- Update to 2.2.1
8aa73b
8aa73b
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 2.2.0-1
8aa73b
- Update to 2.2.0
8aa73b
8aa73b
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.92-1
8aa73b
- Update to 2.1.92
8aa73b
8aa73b
* Mon Sep 5 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.91-1
8aa73b
- Update to 2.1.91
8aa73b
8aa73b
* Thu Sep 1 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.90-3
8aa73b
- Drop the %%{_isa} again, it seems to give autoqa trouble
8aa73b
8aa73b
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.90-2
8aa73b
- Fix requires
8aa73b
8aa73b
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.90-1
8aa73b
- Update to 2.1.90
8aa73b
8aa73b
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.5-1
8aa73b
- Update to 2.1.5
8aa73b
8aa73b
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.4-1
8aa73b
- Update to 2.1.4
8aa73b
8aa73b
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.2-1
8aa73b
- Update to 2.1.2
8aa73b
8aa73b
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.1-1
8aa73b
- Update to 2.1.1
8aa73b
8aa73b
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.1-1
8aa73b
- Update to 2.0.1
8aa73b
8aa73b
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.0-1
8aa73b
- Update to 2.0.0
8aa73b
8aa73b
* Fri Apr  1 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-2
8aa73b
- Fix 30 second wait during login (#691995)
8aa73b
8aa73b
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-1
8aa73b
- Update to 1.91.93
8aa73b
8aa73b
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.92-1
8aa73b
- Update to 2.91.92
8aa73b
8aa73b
* Wed Mar  9 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-2
8aa73b
- Fix a crash on logout
8aa73b
8aa73b
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-1
8aa73b
- Update to 1.91.91
8aa73b
8aa73b
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.90-1
8aa73b
- Update to 1.91.90
8aa73b
8aa73b
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6.1-2
8aa73b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8aa73b
8aa73b
* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6.1-1
8aa73b
- Update to 1.91.6.1
8aa73b
8aa73b
* Tue Feb  1 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
8aa73b
- Update to 1.91.6
8aa73b
8aa73b
* Fri Jan 21 2011 Christopher Aillon <caillon@redhat.com> - 1.91.5-2
8aa73b
- Add gobject-introspection support
8aa73b
8aa73b
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
8aa73b
- Update to 1.91.5
8aa73b
8aa73b
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.2-1
8aa73b
- Update 1.91.2
8aa73b
8aa73b
* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
8aa73b
- Update to 1.91.0
8aa73b
8aa73b
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
8aa73b
- Update to 0.4.0
8aa73b
8aa73b
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
8aa73b
- Update to 0.3.91
8aa73b
8aa73b
* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
8aa73b
- Update to 0.3.90
8aa73b
8aa73b
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
8aa73b
- Update to 0.3.4
8aa73b
8aa73b
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
8aa73b
- Update to 0.3.3
8aa73b
8aa73b
* Tue Jun  1 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-2
8aa73b
- Don't relocate the dbus a11y stack
8aa73b
8aa73b
* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
8aa73b
- Update to 0.3.2
8aa73b
8aa73b
* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
8aa73b
- Update to 0.3.1
8aa73b
8aa73b
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
8aa73b
- Update to 0.1.8
8aa73b
8aa73b
* Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
8aa73b
- Update to 0.1.7
8aa73b
8aa73b
* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
8aa73b
- Update to 0.1.6
8aa73b
8aa73b
* Wed Jan 20 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-2
8aa73b
- Specify the right location for the dbus daemon
8aa73b
8aa73b
* Sun Jan 17 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-1
8aa73b
- Update to 0.1.5
8aa73b
8aa73b
* Tue Dec 22 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.4-1
8aa73b
- Update to 0.1.4
8aa73b
8aa73b
* Fri Dec  4 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.3-1
8aa73b
- Initial packaging