a290dd4
Name:           caribou
a290dd4
Version:        0.4.21
Leigh Scott 000c13b
Release:        24%{?dist}
a290dd4
Summary:        A simplified in-place on-screen keyboard
a290dd4
License:        LGPLv2+
a290dd4
URL:            https://wiki.gnome.org/Projects/Caribou
a290dd4
Source0:        http://download.gnome.org/sources/caribou/0.4/caribou-%{version}.tar.xz
a290dd4
Patch1:         caribou-0.4.20-fix-python-exec.patch
a290dd4
Patch2:         caribou-0.4.20-multilib.patch
0ef7cdd
# caribou isn't needed in gnome-shell so don't start there
0ef7cdd
Patch3:         change_autostart_cinnamon.patch
Leigh Scott c75cefd
Patch4:         fix-style-css.patch
Leigh Scott 22ad1cc
Patch5:         Fix-compilation-error.patch
Leigh Scott 22ad1cc
Patch6:         Fix-subkey-popmenu-not-showing-after-being-dismissed.patch
Leigh Scott 22ad1cc
Patch7:         xadapter.vala-Remove-XkbKeyTypesMask-and-f.patch
a290dd4
a290dd4
BuildRequires:  gtk2-devel
a290dd4
BuildRequires:  gtk3-devel
a290dd4
BuildRequires:  pygobject3-devel
a290dd4
BuildRequires:  intltool
a290dd4
BuildRequires:  gnome-doc-utils
a290dd4
BuildRequires:  desktop-file-utils
a290dd4
BuildRequires:  gettext
a290dd4
BuildRequires:  clutter-devel
Leigh Scott 22ad1cc
BuildRequires:  vala
a290dd4
BuildRequires:  libXtst-devel
a290dd4
BuildRequires:  libxklavier-devel
a290dd4
BuildRequires:  libgee-devel
a290dd4
BuildRequires:  gobject-introspection-devel
a290dd4
BuildRequires:  at-spi2-core-devel
a290dd4
a290dd4
# Changed in F23 to pull python3-caribou default
a290dd4
Requires:       python3-%{name} = %{version}-%{release}
a290dd4
Requires:       gobject-introspection
a290dd4
Requires:       caribou-gtk2-module
a290dd4
Requires:       caribou-gtk3-module
a290dd4
a290dd4
#Following is needed as package moved from noarch to arch
a290dd4
Obsoletes:      caribou < 0.4.1-3
a290dd4
# Obsolete retired 'gok' to make sure it gets removed with distro upgrade
a290dd4
Obsoletes:      gok < 2.30.1-6
a290dd4
a290dd4
%description
a290dd4
Caribou is a text entry application that currently manifests itself as
a290dd4
a simplified in-place on-screen keyboard.
a290dd4
a290dd4
%package        devel
a290dd4
Summary:        Development files for %{name}
a290dd4
Requires:       %{name}%{?_isa} = %{version}-%{release}
a290dd4
# Obsolete retired 'gok' to make sure it gets removed with distro upgrade
a290dd4
Obsoletes:      gok-devel < 2.30.1-6
a290dd4
a290dd4
%description    devel
a290dd4
The %{name}-devel package contains libraries and header files for
a290dd4
developing applications that use %{name}.
a290dd4
a290dd4
%package     -n python3-caribou
a290dd4
Summary:        Keyboard UI for %{name}
a290dd4
BuildRequires:  python3-devel
a290dd4
BuildRequires:  python3-gobject
eda424c
BuildRequires: make
a290dd4
Requires:       python3-gobject
a290dd4
Requires:       python3-pyatspi
a290dd4
Requires:       %{name} = %{version}-%{release}
a290dd4
Obsoletes:      caribou < 0.4.1-3
a290dd4
BuildArch:      noarch
a290dd4
a290dd4
%description  -n python3-caribou
a290dd4
This package contains caribou python3 GUI
a290dd4
a290dd4
%package        gtk2-module
a290dd4
Summary:        Gtk2 module for %{name}
a290dd4
Requires:       %{name}%{?_isa} = %{version}-%{release}
a290dd4
Obsoletes:      caribou < 0.4.1-3
a290dd4
a290dd4
%description    gtk2-module
a290dd4
This package contains caribou module for gtk2 applications.
a290dd4
a290dd4
%package        gtk3-module
a290dd4
Summary:        Gtk3 module for %{name}
a290dd4
Requires:       %{name}%{?_isa} = %{version}-%{release}
a290dd4
Obsoletes:      caribou < 0.4.1-3
a290dd4
a290dd4
%description    gtk3-module
a290dd4
This package contains caribou module for gtk3 applications.
a290dd4
a290dd4
%package        antler
a290dd4
Summary:        Keyboard implementation for %{name}
a290dd4
Requires:       python3-%{name} = %{version}-%{release}
a290dd4
Obsoletes:      caribou < 0.4.1-3
a290dd4
a290dd4
%description    antler
a290dd4
This package contains caribou keyboard implementation for
a290dd4
non-gnome-shell sessions.
a290dd4
a290dd4
%prep
Leigh Scott 22ad1cc
%autosetup -p1
a290dd4
a290dd4
%build
8849889
%configure --disable-static PYTHON=python3
Leigh Scott 22ad1cc
make clean
0ef7cdd
%make_build
a290dd4
a290dd4
%install
8145d60
%make_install
a290dd4
a290dd4
find %{buildroot} -name '*.la' -exec rm -f {} ';'
a290dd4
3731810
desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/caribou-autostart.desktop || :
3731810
desktop-file-validate %{buildroot}%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/caribou-gtk-module.desktop || :
a290dd4
a290dd4
%find_lang caribou
a290dd4
a290dd4
%ldconfig_scriptlets
a290dd4
a290dd4
%files -f caribou.lang
a290dd4
%doc NEWS README
a290dd4
%license COPYING
a290dd4
%{_bindir}/caribou-preferences
a290dd4
%{_datadir}/caribou
a290dd4
%{_libdir}/girepository-1.0/Caribou-1.0.typelib
a290dd4
%{_sysconfdir}/xdg/autostart/caribou-autostart.desktop
a290dd4
%{_datadir}/dbus-1/services/org.gnome.Caribou.Daemon.service
a290dd4
%{_datadir}/glib-2.0/schemas/org.gnome.caribou.gschema.xml
a290dd4
%{_libdir}/libcaribou.so.0*
a290dd4
%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/caribou-gtk-module.desktop
a290dd4
%{_libexecdir}/caribou
a290dd4
a290dd4
%files -n python3-caribou
a290dd4
%{python3_sitelib}/caribou
a290dd4
a290dd4
%files devel
a290dd4
%{_includedir}/*
a290dd4
%{_libdir}/*.so
a290dd4
%{_libdir}/pkgconfig/caribou-1.0.pc
a290dd4
%{_datadir}/gir-1.0/Caribou-1.0.gir
a290dd4
%{_datadir}/vala
a290dd4
a290dd4
%files gtk2-module
a290dd4
%{_libdir}/gtk-2.0/modules/libcaribou-gtk-module.so
a290dd4
a290dd4
%files gtk3-module
a290dd4
%{_libdir}/gtk-3.0/modules/libcaribou-gtk-module.so
a290dd4
a290dd4
%files antler
a290dd4
%{_datadir}/antler
a290dd4
%{_datadir}/dbus-1/services/org.gnome.Caribou.Antler.service
a290dd4
%{_libexecdir}/antler-keyboard
a290dd4
%{_datadir}/glib-2.0/schemas/org.gnome.antler.gschema.xml
a290dd4
a290dd4
a290dd4
%changelog
Leigh Scott 000c13b
* Wed Jan 13 2021 Leigh Scott <leigh123linux@gmail.com> - 0.4.21-24
Leigh Scott 000c13b
- Fix last commit
Leigh Scott 000c13b
Leigh Scott 22ad1cc
* Wed Jan 13 2021 Leigh Scott <leigh123linux@gmail.com> - 0.4.21-23
Leigh Scott 22ad1cc
- Patch to fix crash
Leigh Scott 22ad1cc
77593d0
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.21-22
77593d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
77593d0
6502578
* Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 0.4.21-21
6502578
- Rebuilt for Python 3.9
6502578
614addb
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.21-20
614addb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
614addb
Leigh Scott 9c0524f
* Fri Jan 10 2020 Leigh Scott <leigh123linux@gmail.com> - 0.4.21-19
Leigh Scott 9c0524f
- Remove all if defs as the python2 sub-package was removed
Leigh Scott 9c0524f
Leigh Scott c75cefd
* Wed Jan 08 2020 Leigh Scott <leigh123linux@gmail.com> - 0.4.21-18
Leigh Scott c75cefd
- Fix style.css issue (rhbz#1789053)
Leigh Scott c75cefd
cc46a42
* Thu Oct 03 2019 Miro HronĨok <mhroncok@redhat.com> - 0.4.21-17
cc46a42
- Rebuilt for Python 3.8.0rc1 (#1748018)
cc46a42
0e9c9b4
* Mon Aug 19 2019 Miro HronĨok <mhroncok@redhat.com> - 0.4.21-16
0e9c9b4
- Rebuilt for Python 3.8
0e9c9b4
b673d92
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.21-15
b673d92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
b673d92
ece7d26
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.21-14
ece7d26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
ece7d26
8849889
* Mon Nov 12 2018 Miro HronĨok <mhroncok@redhat.com> - 0.4.21-13
8849889
- Remove python2 subpackage (#1628174)
8849889
ae1aaf0
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.21-12
ae1aaf0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
ae1aaf0
45d556e
* Tue Jun 19 2018 Miro HronĨok <mhroncok@redhat.com> - 0.4.21-11
45d556e
- Rebuilt for Python 3.7
45d556e
ac9a8f8
* Mon May 07 2018 Pete Walter <pwalter@fedoraproject.org> - 0.4.21-10
ac9a8f8
- Bump release so it's not covered by fedora-obsolete-packages (#1568670)
ac9a8f8
27f944b
* Tue May 01 2018 Leigh Scott <leigh123linux@googlemail.com> - 0.4.21-9
27f944b
- Fix gnome missing schema issue
27f944b
0ef7cdd
* Sat Apr 28 2018 Leigh Scott <leigh123linux@googlemail.com> - 0.4.21-8
0ef7cdd
- Unretire
0ef7cdd
- Change autostart as gnome-shell has it's own builtin OSK application
0ef7cdd
a290dd4
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.21-7
a290dd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a290dd4
a290dd4
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.21-6
a290dd4
- Switch to %%ldconfig_scriptlets
a290dd4
a290dd4
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.21-5
a290dd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
a290dd4
a290dd4
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.21-4
a290dd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a290dd4
a290dd4
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.21-3
a290dd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a290dd4
a290dd4
* Mon Dec 19 2016 Miro HronĨok <mhroncok@redhat.com> - 0.4.21-2
a290dd4
- Rebuild for Python 3.6
a290dd4
a290dd4
* Sun Jul 24 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.4.21-1
a290dd4
- Update to 0.4.21
a290dd4
a290dd4
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.20-3
a290dd4
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
a290dd4
a290dd4
* Thu Jun 30 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.4.20-2
a290dd4
- Resolves:rh#1324995: caribou-preferences string import error
a290dd4
- Use %%license for COPYING
a290dd4
- move python-caribou to python2-caribou
a290dd4
- Add virtual provides for python packages
a290dd4
a290dd4
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 0.4.20-1
a290dd4
- Update to 0.4.20
a290dd4
a290dd4
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.19-3
a290dd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a290dd4
a290dd4
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.19-2
a290dd4
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
a290dd4
a290dd4
* Wed Oct 14 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.4.19-1
a290dd4
- Update to 0.4.19
a290dd4
a290dd4
* Fri Oct 09 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.4.18.1-3
a290dd4
- Resolves:rh#1228935: gnome-shell: strlen(): gnome-shell killed by SIGSEGV
a290dd4
a290dd4
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.18.1-2
a290dd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a290dd4
a290dd4
* Wed Apr 15 2015 Kalev Lember <kalevlember@gmail.com> - 0.4.18.1-1
a290dd4
- Update to 0.4.18.1
a290dd4
a290dd4
* Thu Apr 09 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.4.18-3
a290dd4
- Resolves:rh#1210302: Fix dependencies for python{,3}-caribou
a290dd4
a290dd4
* Thu Apr 02 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.4.18-2
a290dd4
- Change Cariou to pull python3-caribou default in F23
a290dd4
a290dd4
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 0.4.18-1
a290dd4
- Update to 0.4.18
a290dd4
a290dd4
* Fri Feb 20 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.4.17-2
a290dd4
- Added python3 subpackage
a290dd4
a290dd4
* Tue Feb 17 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.4.17-1
a290dd4
- Update to 0.4.17
a290dd4
a290dd4
* Tue Nov 25 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.4.16-1
a290dd4
- Update to 0.4.16
a290dd4
a290dd4
* Tue Sep 16 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.4.15-1
a290dd4
- Update to 0.4.15
a290dd4
a290dd4
* Sun Sep 07 2014 Kalev Lember <kalevlember@gmail.com> - 0.4.14-2
a290dd4
- Fix a possible crash with new dbus activation code (#1138934)
a290dd4
a290dd4
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 0.4.14-1
a290dd4
- Update to 0.4.14
a290dd4
a290dd4
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.13-7
a290dd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
a290dd4
a290dd4
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.4.13-6
a290dd4
- Rebuilt for gobject-introspection 1.41.4
a290dd4
a290dd4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.13-5
a290dd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a290dd4
a290dd4
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 0.4.13-4
a290dd4
- Rebuilt for cogl soname bump
a290dd4
a290dd4
* Mon Feb 10 2014 Peter Hutterer <peter.hutterer@redhat.com> - 0.4.13-3
a290dd4
- Rebuild for libevdev soname bump
a290dd4
a290dd4
* Wed Feb 05 2014 Kalev Lember <kalevlember@gmail.com> - 0.4.13-2
a290dd4
- Rebuilt for cogl soname bump
a290dd4
a290dd4
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 0.4.13-1
a290dd4
- Update to 0.4.13
a290dd4
a290dd4
* Sat Aug 24 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.12-1
a290dd4
- Update to 0.4.12
a290dd4
a290dd4
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 0.4.11-3
a290dd4
- Rebuilt for cogl 1.15.4 soname bump
a290dd4
a290dd4
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.11-2
a290dd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a290dd4
a290dd4
* Mon Jun 10 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.11-1
a290dd4
- Update to 0.4.11
a290dd4
a290dd4
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 0.4.10-1
a290dd4
- Update to 0.4.10
a290dd4
a290dd4
* Mon Mar 04 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.9-1
a290dd4
- Update to 0.4.9
a290dd4
a290dd4
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 0.4.8-2
a290dd4
- Rebuilt for cogl soname bump
a290dd4
a290dd4
* Tue Feb 19 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.8-1
a290dd4
- Update to 0.4.8
a290dd4
a290dd4
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.7-3
a290dd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a290dd4
a290dd4
* Wed Jan 16 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.7-2
a290dd4
- vala .vapi and .deps files should be installed by -devel
a290dd4
a290dd4
* Wed Jan 16 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.7-1
a290dd4
- Update to 0.4.7
a290dd4
a290dd4
* Thu Dec 20 2012 Parag Nemade <pnemade AT redhat DOT com> - 0.4.6-1
a290dd4
- Update to 0.4.6
a290dd4
a290dd4
* Tue Dec 18 2012 Parag Nemade <pnemade AT redhat DOT com> - 0.4.5-1
a290dd4
- Update to 0.4.5
a290dd4
- Resolves:rh#744852 - Pressing | in on-screen keyboard produces <
a290dd4
- Resolves:rh#880379 - Another service acquired %%s, quitting..
a290dd4
- Resolves:rh#880382
a290dd4
a290dd4
* Wed Nov 21 2012 Parag Nemade <pnemade AT redhat DOT com> - 0.4.4.2-6
a290dd4
- Resolves:rh#878716 - need some spec cleanup
a290dd4
a290dd4
* Thu Nov 15 2012 Parag Nemade <pnemade AT redhat.com> - 0.4.4.2-5
a290dd4
- Apply patch1
a290dd4
a290dd4
* Tue Nov 13 2012 Parag Nemade <pnemade AT redhat.com> - 0.4.4.2-4
a290dd4
- Patch from Rui Matos for exec python in shell shim scripts
a290dd4
a290dd4
* Tue Nov 13 2012 Parag Nemade <pnemade AT redhat.com> - 0.4.4.2-3
a290dd4
- Fix multilib patch
a290dd4
a290dd4
* Tue Nov 13 2012 Rui Matos <tiagomatos@gmail.com> - 0.4.4.2-2
a290dd4
- Fix dependencies, caribou and antler both need python-caribou
a290dd4
a290dd4
* Tue Nov 13 2012 Parag Nemade <pnemade AT redhat.com> - 0.4.4.2-1
a290dd4
- Update to 0.4.4.2 release
a290dd4
a290dd4
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 0.4.4-1
a290dd4
- Update to 0.4.4
a290dd4
a290dd4
* Wed Jul 25 2012 Kalev Lember <kalevlember@gmail.com> - 0.4.3-3
a290dd4
- Correct the obsoletes
a290dd4
a290dd4
* Tue Jul 24 2012 Kalev Lember <kalevlember@gmail.com> - 0.4.3-2
a290dd4
- Obsolete gok
a290dd4
a290dd4
* Thu Jul 19 2012 Parag Nemade <pnemade AT redhat.com> - 0.4.3-1
a290dd4
- Update to 0.4.3 release
a290dd4
a290dd4
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-2
a290dd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a290dd4
a290dd4
* Tue Mar 27 2012 Parag Nemade <pnemade AT redhat.com> - 0.4.2-1
a290dd4
- Update to 0.4.2 release
a290dd4
a290dd4
* Tue Feb 07 2012 Parag Nemade <pnemade AT redhat.com> - 0.4.1-5
a290dd4
- Resolves:rh#768033 - Update Requires for caribou
a290dd4
a290dd4
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-4
a290dd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a290dd4
a290dd4
* Fri Dec 09 2011 Parag Nemade <pnemade AT redhat.com> - 0.4.1-3
a290dd4
- split package to subpackages -gtk2-module, -gtk3-module, -antler and python-caribou
a290dd4
a290dd4
* Thu Nov 17 2011 Parag Nemade <pnemade AT redhat.com> - 0.4.1-2
a290dd4
- Resolves:rh#753149 - Upgraded F15 -> F16 gnome fails - wrong version of caribou
a290dd4
a290dd4
* Tue Oct 18 2011 Parag Nemade <pnemade AT redhat.com> - 0.4.1-1
a290dd4
- upstream release 0.4.1
a290dd4
a290dd4
* Tue Sep 27 2011 Parag Nemade <pnemade AT redhat.com> - 0.4.0-1
a290dd4
- upstream release 0.4.0
a290dd4
a290dd4
* Tue Sep 20 2011 Parag Nemade <pnemade AT redhat.com> - 0.3.92-1
a290dd4
- upstream release 0.3.92
a290dd4
a290dd4
* Tue Sep 06 2011 Parag Nemade <pnemade AT redhat.com> - 0.3.91-1
a290dd4
- Update to new upstream release 0.3.91
a290dd4
a290dd4
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 0.3.5-2
a290dd4
- Rebuild with pygobject3
a290dd4
a290dd4
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> - 0.3.5-1
a290dd4
- Update to 0.3.5
a290dd4
a290dd4
* Tue Jul 05 2011 Parag Nemade <pnemade AT redhat.com> - 0.3.3-1
a290dd4
- Update to new upstream release 0.3.3
a290dd4
a290dd4
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.3.2-2
a290dd4
- Tweak BuildRequires
a290dd4
a290dd4
* Tue Jun 14 2011 Parag Nemade <pnemade AT redhat.com> - 0.3.2-1
a290dd4
- Update to new upstream release 0.3.2
a290dd4
a290dd4
* Fri May  6 2011 Christopher Aillon <caillon@redhat.com> - 0.2.00-3
a290dd4
- Update scriptlets per packaging guidelines
a290dd4
a290dd4
* Thu May 05 2011 Parag Nemade <pnemade AT redhat.com> - 0.2.00-2
a290dd4
- Caribou now only be shown in GNOME. (rh#698603)
a290dd4
- Add desktop-file-validate for caribou-autostart.desktop
a290dd4
- Add ||: for caribou-autostart.desktop to skip the error.
a290dd4
a290dd4
* Tue Apr  5 2011 Matthias Clasen <mclasen@redhat.com> - 0.2.00-1
a290dd4
- Update to 0.2.00
a290dd4
a290dd4
* Tue Mar 22 2011 Parag Nemade <pnemade AT redhat.com> - 0.1.92-1
a290dd4
- Update to 0.1.92
a290dd4
a290dd4
* Thu Mar 10 2011 Parag Nemade <pnemade AT redhat.com> - 0.1.91-1
a290dd4
- Update to 0.1.91
a290dd4
a290dd4
* Thu Mar 10 2011 Parag Nemade <pnemade AT redhat.com> - 0.1.7-1
a290dd4
- Update to 0.1.7
a290dd4
a290dd4
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-3
a290dd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a290dd4
a290dd4
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.1.5-2
a290dd4
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
a290dd4
a290dd4
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
a290dd4
- Update to 0.1.5
a290dd4
a290dd4
* Wed Jun 16 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.2-3
a290dd4
- Require pyatspi, not at-spi-python
a290dd4
a290dd4
* Sat May 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.2-2
a290dd4
- Rewrite spec for autotools
a290dd4
a290dd4
* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.2-1
a290dd4
- Update to 0.1.2
a290dd4
a290dd4
* Wed Jan 21 2009 Ben Konrath <ben@bagu.org> - 0.0.2-1
a290dd4
- Initial release.