06809dc
Name:           at-spi2-core
3c0c7e5
Version:        2.44.1
521631d
Release:        2%{?dist}
06809dc
Summary:        Protocol definitions and daemon for D-Bus at-spi
06809dc
06809dc
License:        LGPLv2+
06809dc
URL:            http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
5575752
Source0:        http://download.gnome.org/sources/at-spi2-core/2.44/%{name}-%{version}.tar.xz
d6dd6c3
# scriptlet to set AT_SPI_BUS for XWayland apps that run as root (i.e. anaconda)
d6dd6c3
# https://bugzilla.redhat.com/show_bug.cgi?id=1821345
d6dd6c3
Source1:        xwayland-session-scriptlet
Michael Catanzaro 34109b2
3c43111
BuildRequires:  gettext
Christopher Aillon d971a63
BuildRequires:  gobject-introspection-devel
3c43111
BuildRequires:  gtk-doc
3c43111
BuildRequires:  meson
5575752
BuildRequires:  pkgconfig(dbus-1)
5575752
BuildRequires:  pkgconfig(gio-2.0)
5575752
BuildRequires:  pkgconfig(libsystemd)
5575752
BuildRequires:  pkgconfig(xi)
5575752
BuildRequires:  pkgconfig(xtst)
06809dc
06809dc
Requires:       dbus
06809dc
06809dc
%description
06809dc
at-spi allows assistive technologies to access GTK-based
06809dc
applications. Essentially it exposes the internals of applications for
06809dc
automation, so tools such as screen readers, magnifiers, or even
06809dc
scripting interfaces can query and interact with GUI controls.
06809dc
06809dc
This version of at-spi is a major break from previous versions.
06809dc
It has been completely rewritten to use D-Bus rather than
06809dc
ORBIT / CORBA for its transport protocol.
06809dc
75a8e1d
%package devel
75a8e1d
Summary: Development files and headers for at-spi2-core
9b103bc
Requires: %{name}%{?_isa} = %{version}-%{release}
75a8e1d
75a8e1d
%description devel
75a8e1d
The at-spi2-core-devel package includes the header files and
75a8e1d
API documentation for libatspi.
06809dc
06809dc
%prep
David Herrmann 3af5777
%autosetup -p1
06809dc
06809dc
%build
d2adbc0
%meson -Ddocs=true -Ddefault_bus=dbus-broker -Ddbus_daemon=/usr/bin/dbus-daemon -Ddbus_broker=/usr/bin/dbus-broker-launch
3c43111
%meson_build
06809dc
06809dc
%install
3c43111
%meson_install
d6dd6c3
install -d %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d
d6dd6c3
install -m 0755 %{SOURCE1} %{buildroot}%{_sysconfdir}/xdg/Xwayland-session.d/00-at-spi
06809dc
Christopher Aillon 87e571c
%{find_lang} %{name}
Christopher Aillon 87e571c
Christopher Aillon 87e571c
%files -f %{name}.lang
e4b8f4b
%license COPYING
5575752
%doc AUTHORS README.md
06809dc
%{_libexecdir}/at-spi2-registryd
9c9bb66
%dir %{_datadir}/defaults
Richard Hughes 8eb380d
%dir %{_datadir}/defaults/at-spi2
Richard Hughes 8eb380d
%{_datadir}/defaults/at-spi2/accessibility.conf
67680e9
%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
d6dd6c3
# the 'logical' owner of this dir is gnome-settings-daemon, but g-s-d
d6dd6c3
# indirectly depends on this package, so depending on it to provide
d6dd6c3
# this directory would create a circular dependency. so we just co-own
d6dd6c3
# it instead
d6dd6c3
%dir %{_sysconfdir}/xdg/Xwayland-session.d
d6dd6c3
%{_sysconfdir}/xdg/Xwayland-session.d/00-at-spi
75a8e1d
%{_libdir}/libatspi.so.*
9c9bb66
%dir %{_libdir}/girepository-1.0
Christopher Aillon d971a63
%{_libdir}/girepository-1.0/Atspi-2.0.typelib
b7bcaaa
%{_libexecdir}/at-spi-bus-launcher
8545094
%{_datadir}/dbus-1/accessibility-services/org.a11y.atspi.Registry.service
b7bcaaa
%{_datadir}/dbus-1/services/org.a11y.Bus.service
3e46639
%{_userunitdir}/at-spi-dbus-bus.service
b7bcaaa
75a8e1d
%files devel
75a8e1d
%{_libdir}/libatspi.so
75a8e1d
%{_datadir}/gtk-doc/html/libatspi
8457526
%dir %{_datadir}/gir-1.0
Christopher Aillon d971a63
%{_datadir}/gir-1.0/Atspi-2.0.gir
Christopher Aillon 87e571c
%{_includedir}/at-spi-2.0
b7bcaaa
%{_libdir}/pkgconfig/atspi-2.pc
d781cf8
06809dc
%changelog
521631d
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.44.1-2
521631d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
521631d
3c0c7e5
* Fri Apr 22 2022 David King <amigadave@amigadave.com> - 2.44.1-1
3c0c7e5
- Update to 2.44.1
3c0c7e5
5575752
* Fri Mar 18 2022 David King <amigadave@amigadave.com> - 2.44.0-1
5575752
- Update to 2.44.0
5575752
96cd107
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.42.0-2
96cd107
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
96cd107
31ca66b
* Mon Sep 20 2021 Kalev Lember <klember@redhat.com> - 2.42.0-1
31ca66b
- Update to 2.42.0
31ca66b
8b68135
* Tue Aug 03 2021 Kalev Lember <klember@redhat.com> - 2.40.3-1
8b68135
- Update to 2.40.3
8b68135
db48553
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.40.2-2
db48553
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
db48553
6b81f00
* Mon Jun 21 2021 Kalev Lember <klember@redhat.com> - 2.40.2-1
6b81f00
- Update to 2.40.2
6b81f00
bc3cffd
* Wed May 05 2021 Kalev Lember <klember@redhat.com> - 2.40.1-1
bc3cffd
- Update to 2.40.1
bc3cffd
d6dd6c3
* Thu Apr 15 2021 Adam Williamson <awilliam@redhat.com> - 2.40.0-2
d6dd6c3
- Install a scriptlet to fix AT_SPI_BUS for Xwayland apps run as root (#1821345)
d6dd6c3
282e7de
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 2.40.0-1
282e7de
- Update to 2.40.0
282e7de
2ebdae7
* Mon Mar 15 2021 Kalev Lember <klember@redhat.com> - 2.39.91-1
2ebdae7
- Update to 2.39.91
2ebdae7
82865c9
* Mon Feb 22 2021 Kalev Lember <klember@redhat.com> - 2.39.90.1-1
82865c9
- Update to 2.39.90.1
82865c9
f40f6ef
* Wed Feb 17 2021 Kalev Lember <klember@redhat.com> - 2.39.90-1
f40f6ef
- Update to 2.39.90
9359e75
- Drop unused ldconfig_scriptlets macro call
f40f6ef
6f33d77
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.38.0-3
6f33d77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
6f33d77
Michael Catanzaro 34109b2
* Thu Sep 24 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.38.0-2
Michael Catanzaro 34109b2
- Add patch to fix a11y on login screen
Michael Catanzaro 34109b2
fe3b7d6
* Sat Sep 12 2020 Kalev Lember <klember@redhat.com> - 2.38.0-1
fe3b7d6
- Update to 2.38.0
fe3b7d6
d583c32
* Sun Sep 06 2020 Kalev Lember <klember@redhat.com> - 2.37.92-1
d583c32
- Update to 2.37.92
d583c32
73a785b
* Mon Aug 17 2020 Kalev Lember <klember@redhat.com> - 2.37.90-1
73a785b
- Update to 2.37.90
73a785b
85e1f74
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.36.0-2
85e1f74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
85e1f74
f4ea5ae
* Sun Mar 08 2020 Kalev Lember <klember@redhat.com> - 2.36.0-1
f4ea5ae
- Update to 2.36.0
f4ea5ae
3fb44e7
* Mon Mar 02 2020 Kalev Lember <klember@redhat.com> - 2.35.92-1
3fb44e7
- Update to 2.35.92
3fb44e7
16ce566
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.35.1-2
16ce566
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
16ce566
e132ac4
* Tue Jan 21 2020 Kalev Lember <klember@redhat.com> - 2.35.1-1
e132ac4
- Update to 2.35.1
e132ac4
1a1c117
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 2.34.0-1
1a1c117
- Update to 2.34.0
1a1c117
1087cf1
* Tue Sep 03 2019 Kalev Lember <klember@redhat.com> - 2.33.92-1
1087cf1
- Update to 2.33.92
1087cf1
b74df99
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 2.33.90-1
b74df99
- Update to 2.33.90
b74df99
3ac565a
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.33.2-2
3ac565a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
3ac565a
8de2e63
* Tue Jun 18 2019 Kalev Lember <klember@redhat.com> - 2.33.2-1
8de2e63
- Update to 2.33.2
8de2e63
0b0f2d5
* Tue May 21 2019 Kalev Lember <klember@redhat.com> - 2.33.1-1
0b0f2d5
- Update to 2.33.1
0b0f2d5
723191c
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 2.32.1-2
723191c
- Rebuild with Meson fix for #1699099
723191c
5632863
* Tue Apr 09 2019 Kalev Lember <klember@redhat.com> - 2.32.1-1
5632863
- Update to 2.32.1
5632863
977e5b3
* Tue Mar 12 2019 Kalev Lember <klember@redhat.com> - 2.32.0-1
977e5b3
- Update to 2.32.0
977e5b3
d2adbc0
* Mon Mar 04 2019 Kalev Lember <klember@redhat.com> - 2.31.92-1
d2adbc0
- Update to 2.31.92
d2adbc0
5bedc95
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 2.31.2-1
5bedc95
- Update to 2.31.2
5bedc95
b7fa374
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.31.1-2
b7fa374
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
b7fa374
bda3e78
* Tue Jan 08 2019 Kalev Lember <klember@redhat.com> - 2.31.1-1
bda3e78
- Update to 2.31.1
bda3e78
bd26e9d
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 2.30.0-2
bd26e9d
- Rebuilt against fixed atk (#1626575)
bd26e9d
919d5fd
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 2.30.0-1
919d5fd
- Update to 2.30.0
919d5fd
e128e18
* Tue Aug 28 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.28.0-4
e128e18
- Update to newer version of dbus-broker support
e128e18
- Resolves: rhbz#1622545
e128e18
David Herrmann 3af5777
* Fri Aug 10 2018 David Herrmann <dh.herrmann@gmail.com> - 2.28.0-3
David Herrmann 3af5777
- Add support for dbus-broker alongside dbus-daemon
David Herrmann 3af5777
bf27531
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.28.0-2
bf27531
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
bf27531
c833fca
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 2.28.0-1
c833fca
- Update to 2.28.0
c833fca
e95f22d
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 2.27.92-1
e95f22d
- Update to 2.27.92
e95f22d
d843553
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.27.1-3
d843553
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d843553
76e62b4
* Tue Dec 19 2017 Kalev Lember <klember@redhat.com> - 2.27.1-2
76e62b4
- Drop unused buildrequires
76e62b4
3c43111
* Tue Dec 19 2017 Kalev Lember <klember@redhat.com> - 2.27.1-1
3c43111
- Update to 2.27.1
3c43111
24e5b61
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 2.26.2-1
24e5b61
- Update to 2.26.2
24e5b61
31837a0
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 2.26.0-1
31837a0
- Update to 2.26.0
31837a0
1b49b8d
* Thu Sep 07 2017 Kalev Lember <klember@redhat.com> - 2.25.92-1
1b49b8d
- Update to 2.25.92
1b49b8d
bd0b63c
* Fri Aug 25 2017 Kalev Lember <klember@redhat.com> - 2.25.91-1
bd0b63c
- Update to 2.25.91
bd0b63c
f9d0188
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 2.25.90-1
f9d0188
- Update to 2.25.90
f9d0188
9c9bb66
* Mon Aug 14 2017 Ville Skyttä <ville.skytta@iki.fi> - 2.25.4-4
8457526
- Own %%{_libdir}/girepository-1.0 and %%{_datadir}/{defaults,gir-1.0} dirs
9c9bb66
866613c
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.25.4-3
866613c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
866613c
b78f799
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.25.4-2
b78f799
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b78f799
1ef5cec
* Sun Jun 25 2017 Kalev Lember <klember@redhat.com> - 2.25.4-1
1ef5cec
- Update to 2.25.4
1ef5cec
39ea0fa
* Mon Jun 12 2017 Kalev Lember <klember@redhat.com> - 2.25.2-1
39ea0fa
- Update to 2.25.2
39ea0fa
35a684d
* Tue May 09 2017 Kalev Lember <klember@redhat.com> - 2.24.1-1
35a684d
- Update to 2.24.1
35a684d
dd9e99b
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 2.24.0-1
dd9e99b
- Update to 2.24.0
dd9e99b
59206ba
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 2.23.92-1
59206ba
- Update to 2.23.92
59206ba
Richard Hughes b4d681c
* Tue Feb 14 2017 Richard Hughes <rhughes@redhat.com> - 2.23.90-1
Richard Hughes b4d681c
- Update to 2.23.90
Richard Hughes b4d681c
Richard Hughes 4b4ece1
* Mon Feb 13 2017 Richard Hughes <rhughes@redhat.com> - 2.23.4-1
Richard Hughes 4b4ece1
- Update to 2.23.4
Richard Hughes 4b4ece1
707cc82
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.22.0-2
707cc82
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
707cc82
54e609f
* Mon Sep 26 2016 Kalev Lember <klember@redhat.com> - 2.22.0-1
54e609f
- Update to 2.22.0
d8bda6e
- Don't set group tags
54e609f
Richard Hughes a2c6806
* Wed Jul 20 2016 Richard Hughes <rhughes@redhat.com> - 2.21.4-1
Richard Hughes a2c6806
- Update to 2.21.4
Richard Hughes a2c6806
Richard Hughes 36dc651
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 2.21.2-1
Richard Hughes 36dc651
- Update to 2.21.2
Richard Hughes 36dc651
c375da9
* Mon May 09 2016 Kalev Lember <klember@redhat.com> - 2.21.1-1
c375da9
- Update to 2.21.1
c375da9
2173ddb
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 2.20.1-1
2173ddb
- Update to 2.20.1
2173ddb
9924c1d
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 2.20.0-1
9924c1d
- Update to 2.20.0
9924c1d
Richard Hughes ccbb4e4
* Tue Mar 15 2016 Richard Hughes <rhughes@redhat.com> - 2.19.92-1
Richard Hughes ccbb4e4
- Update to 2.19.92
Richard Hughes ccbb4e4
Richard Hughes e718682
* Tue Mar 01 2016 Richard Hughes <rhughes@redhat.com> - 2.19.91-1
Richard Hughes e718682
- Update to 2.19.91
Richard Hughes e718682
Richard Hughes e32bcc1
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 2.19.90-1
Richard Hughes e32bcc1
- Update to 2.19.90
Richard Hughes e32bcc1
f03dffb
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.19.2-2
f03dffb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f03dffb
a58fdef
* Tue Nov 24 2015 Kalev Lember <klember@redhat.com> - 2.19.2-1
a58fdef
- Update to 2.19.2
a58fdef
3e46639
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 2.19.1-1
3e46639
- Update to 2.19.1
3e46639
651c57f
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 2.18.1-1
651c57f
- Update to 2.18.1
651c57f
5fa8e22
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 2.18.0-1
5fa8e22
- Update to 2.18.0
5fa8e22
905b807
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 2.17.90-1
905b807
- Update to 2.17.90
c1200fc
- Use make_install macro
905b807
1388d78
* Tue Jul 28 2015 Kalev Lember <klember@redhat.com> - 2.17.1-1
1388d78
- Update to 2.17.1
e4b8f4b
- Use license macro for COPYING
1388d78
b632182
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.16.0-2
b632182
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b632182
5796279
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 2.16.0-1
5796279
- Update to 2.16.0
5796279
Richard Hughes ab6cec7
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 2.15.90-1
Richard Hughes ab6cec7
- Update to 2.15.90
Richard Hughes ab6cec7
Richard Hughes 1ebf78e
* Tue Jan 20 2015 Richard Hughes <rhughes@redhat.com> - 2.15.4-1
Richard Hughes 1ebf78e
- Update to 2.15.4
Richard Hughes 1ebf78e
14290e6
* Wed Dec 17 2014 Kalev Lember <kalevlember@gmail.com> - 2.15.3-1
14290e6
- Update to 2.15.3
14290e6
8545094
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 2.15.2-1
8545094
- Update to 2.15.2
8545094
4e91e04
* Mon Nov 10 2014 Kalev Lember <kalevlember@gmail.com> - 2.14.1-1
4e91e04
- Update to 2.14.1
4e91e04
f87bd11
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.14.0-1
f87bd11
- Update to 2.14.0
f87bd11
b8c6525
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 2.13.92-1
b8c6525
- Update to 2.13.92
b8c6525
bb5b64f
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 2.13.90-1
bb5b64f
- Update to 2.13.90
bb5b64f
103f6c1
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.13.4-3
103f6c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
103f6c1
50c8800
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.13.4-2
50c8800
- Rebuilt for gobject-introspection 1.41.4
50c8800
ff8d858
* Sun Jul 20 2014 Kalev Lember <kalevlember@gmail.com> - 2.13.4-1
ff8d858
- Update to 2.13.4
ff8d858
82b3a64
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.13.1-2
82b3a64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
82b3a64
Richard Hughes 5189f36
* Tue Apr 29 2014 Richard Hughes <rhughes@redhat.com> - 2.13.1-1
Richard Hughes 5189f36
- Update to 2.13.1
Richard Hughes 5189f36
9b103bc
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 2.12.0-2
9b103bc
- Tighten -devel deps
9b103bc
Richard Hughes ad3ba4b
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 2.12.0-1
Richard Hughes ad3ba4b
- Update to 2.12.0
Richard Hughes ad3ba4b
Richard Hughes 00489dc
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 2.11.92-1
Richard Hughes 00489dc
- Update to 2.11.92
Richard Hughes 00489dc
Richard Hughes 907171c
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 2.11.91-1
Richard Hughes 907171c
- Update to 2.11.91
Richard Hughes 907171c
Richard Hughes ce0a3ea
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 2.11.90-1
Richard Hughes ce0a3ea
- Update to 2.11.90
Richard Hughes ce0a3ea
Richard Hughes a4539bb
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 2.11.5-1
Richard Hughes a4539bb
- Update to 2.11.5
Richard Hughes a4539bb
Richard Hughes a972242
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 2.11.3-1
Richard Hughes a972242
- Update to 2.11.3
Richard Hughes a972242
Richard Hughes e9d68a8
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 2.11.2-1
Richard Hughes e9d68a8
- Update to 2.11.2
Richard Hughes e9d68a8
c3e41d1
* Mon Nov 04 2013 Kalev Lember <kalevlember@gmail.com> - 2.11.1-1
c3e41d1
- Update to 2.11.1
c3e41d1
Richard Hughes 56d2439
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 2.10.1-1
Richard Hughes 56d2439
- Update to 2.10.1
Richard Hughes 56d2439
a5e8e0c
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 2.10.0-1
a5e8e0c
- Update to 2.10.0
a5e8e0c
1adac61
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.92-1
1adac61
- Update to 2.9.92
1adac61
c604900
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.91-1
c604900
- Update to 2.9.91
c604900
5f05130
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.90-1
5f05130
- Update to 2.9.90
5f05130
56f1291
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.5-1
56f1291
- Update to 2.9.5
56f1291
d81cb38
* Sun Jul 28 2013 Rui Matos <rmatos@redhat.com> - 2.9.4-3
d81cb38
- Pass --force to autoreconf to be sure it does what we want
d81cb38
ba6fb10
* Sat Jul 20 2013 Rui Matos <rmatos@redhat.com> - 2.9.4-2
ba6fb10
- Run autoreconf instead of a sed hack to avoid RPATH embedding
ba6fb10
Richard Hughes 591b663
* Tue Jul 16 2013 Richard Hughes <rhughes@redhat.com> - 2.9.4-1
Richard Hughes 591b663
- Update to 2.9.4
Richard Hughes 591b663
5a15a11
* Thu Jun 20 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.3-1
5a15a11
- Update to 2.9.3
5a15a11
225504e
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 2.9.2-1
225504e
- Update to 2.9.2
225504e
a003ea0
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 2.8.0-1
a003ea0
- Update to 2.8.0
a003ea0
8c3986c
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 2.7.91-1
8c3986c
- Update to 2.7.91
8c3986c
12d602c
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 2.7.90-1
12d602c
- Update to 2.7.90
12d602c
090ba72
* Tue Feb 05 2013 Kalev Lember <kalevlember@gmail.com> - 2.7.5-1
090ba72
- Update to 2.7.5
090ba72
9b4c434
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.7.4.1-1
9b4c434
- Update to 2.7.4.1
9b4c434
f301d6f
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.7.4-1
f301d6f
- Update to 2.7.4
f301d6f
054cc24
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.7.3-1
054cc24
- Update to 2.7.3
054cc24
add02f4
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 2.7.1-1
add02f4
- Update to 2.7.1
add02f4
d5dcf8b
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 2.6.1-1
d5dcf8b
- Update to 2.6.1
d5dcf8b
Richard Hughes df3fa41
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 2.6.0-1
Richard Hughes df3fa41
- Update to 2.6.0
Richard Hughes df3fa41
Richard Hughes 2d2f12c
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 2.5.92-1
Richard Hughes 2d2f12c
- Update to 2.5.92
Richard Hughes 2d2f12c
Richard Hughes 0ca1248
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 2.5.91-1
Richard Hughes 0ca1248
- Update to 2.5.91
Richard Hughes 0ca1248
Richard Hughes 1383976
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 2.5.5-1
Richard Hughes 1383976
- Update to 2.5.5
Richard Hughes 1383976
9529478
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.4-2
9529478
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9529478
Richard Hughes a517ebe
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 2.5.4-1
Richard Hughes a517ebe
- Update to 2.5.4
Richard Hughes a517ebe
Richard Hughes 3203308
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 2.5.3-1
Richard Hughes 3203308
- Update to 2.5.3
Richard Hughes 3203308
Richard Hughes a0a990c
* Wed Jun 06 2012 Richard Hughes <hughsient@gmail.com> - 2.5.2-1
Richard Hughes a0a990c
- Update to 2.5.2
Richard Hughes a0a990c
2fee92e
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 2.5.1-1
2fee92e
- Update to 2.5.1
2fee92e
e6fcc3c
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 2.4.1-1
e6fcc3c
- Update to 2.4.1
e6fcc3c
cbe6d53
* Tue Mar 27 2012 Matthias Clasen <mclasen@redhat.com> - 2.4.0-1
cbe6d53
- Update to 2.4.0
cbe6d53
6538fdb
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 2.3.92-1
6538fdb
- Update to 2.3.92
6538fdb
c80a275
* Mon Mar  5 2012 Matthias Clasen <mclasen@redhat.com> - 2.3.91-1
02d1337
- Update to 2.3.91
02d1337
ca255be
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 2.3.90-1
ca255be
- Update to 2.3.90
ca255be
0822ec7
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 2.3.5-1
0822ec7
- Update to 2.3.5
0822ec7
16cc099
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 2.3.4-1
16cc099
- Update to 2.3.4
16cc099
4ab8249
* Tue Jan 10 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.3.3-2
4ab8249
- Fix the rpath issue for building gobject-introspection properly as suggested from upstream
4ab8249
fc89158
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 2.3.3-1
fc89158
- Update to 2.3.3
fc89158
3a5ab63
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.3.2-1
3a5ab63
- Update to 2.3.2
0e7045a
148fe3a
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.3.1-1
148fe3a
- Update to 2.3.1
148fe3a
248b321
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-2
248b321
- Rebuilt for glibc bug#747377
248b321
f4f04e5
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 2.2.1-1
f4f04e5
- Update to 2.2.1
f4f04e5
baffe82
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 2.2.0-1
baffe82
- Update to 2.2.0
baffe82
a820d81
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.92-1
a820d81
- Update to 2.1.92
a820d81
a820d81
* Mon Sep 5 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.91-1
567c54b
- Update to 2.1.91
567c54b
a820d81
* Thu Sep 1 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.90-3
a820d81
- Drop the %%{_isa} again, it seems to give autoqa trouble
a820d81
a820d81
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.90-2
a820d81
- Fix requires
a820d81
a820d81
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.90-1
a820d81
- Update to 2.1.90
a820d81
a820d81
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.5-1
a820d81
- Update to 2.1.5
a820d81
387120f
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.4-1
387120f
- Update to 2.1.4
387120f
408583a
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.2-1
408583a
- Update to 2.1.2
408583a
19594db
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.1-1
19594db
- Update to 2.1.1
19594db
3033ea9
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.1-1
3033ea9
- Update to 2.0.1
3033ea9
acec32b
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.0-1
acec32b
- Update to 2.0.0
acec32b
5548fce
* Fri Apr  1 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-2
5548fce
- Fix 30 second wait during login (#691995)
5548fce
0b26117
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-1
0b26117
- Update to 1.91.93
0b26117
5c8fe8b
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.92-1
5c8fe8b
- Update to 2.91.92
5c8fe8b
645d710
* Wed Mar  9 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-2
645d710
- Fix a crash on logout
645d710
065ee7c
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-1
065ee7c
- Update to 1.91.91
065ee7c
5a5e901
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.90-1
5a5e901
- Update to 1.91.90
5a5e901
d38db57
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6.1-2
d38db57
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d38db57
Christopher Aillon 9e36f9f
* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6.1-1
Christopher Aillon 9e36f9f
- Update to 1.91.6.1
Christopher Aillon 9e36f9f
Christopher Aillon b160c81
* Tue Feb  1 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
Christopher Aillon b160c81
- Update to 1.91.6
Christopher Aillon b160c81
Christopher Aillon d971a63
* Fri Jan 21 2011 Christopher Aillon <caillon@redhat.com> - 1.91.5-2
Christopher Aillon d971a63
- Add gobject-introspection support
Christopher Aillon d971a63
af79537
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
af79537
- Update to 1.91.5
af79537
d781cf8
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.2-1
d781cf8
- Update 1.91.2
d781cf8
b6056de
* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
b6056de
- Update to 1.91.0
b6056de
cb110f7
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
cb110f7
- Update to 0.4.0
cb110f7
67680e9
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
67680e9
- Update to 0.3.91
67680e9
ca6ca9d
* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
ca6ca9d
- Update to 0.3.90
ca6ca9d
115664c
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
115664c
- Update to 0.3.4
115664c
a61ccce
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
a61ccce
- Update to 0.3.3
a61ccce
5ee5a56
* Tue Jun  1 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-2
5ee5a56
- Don't relocate the dbus a11y stack
5ee5a56
7c8907a
* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
7c8907a
- Update to 0.3.2
7c8907a
a72de58
* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
a72de58
- Update to 0.3.1
a72de58
eebc8c5
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
eebc8c5
- Update to 0.1.8
eebc8c5
0fc7caa
* Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
0fc7caa
- Update to 0.1.7
0fc7caa
Tomas Bzatek 84ad385
* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
Tomas Bzatek 84ad385
- Update to 0.1.6
Tomas Bzatek 84ad385
d2d4320
* Wed Jan 20 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-2
d2d4320
- Specify the right location for the dbus daemon
d2d4320
c80a275
* Sun Jan 17 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-1
63ca8ef
- Update to 0.1.5
63ca8ef
06809dc
* Tue Dec 22 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.4-1
06809dc
- Update to 0.1.4
06809dc
c80a275
* Fri Dec  4 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.3-1
06809dc
- Initial packaging