Blame SPECS/at-spi2-core.spec

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