Parag Nemade cf4188
%global with_python3 1
Parag Nemade cf4188
Matthias Clasen 1dcf21
Name:           caribou
Parag Nemade d749d3
Version:        0.4.19
Parag Nemade d749d3
Release:        1%{?dist}
Ben Konrath 5add48
Summary:        A simplified in-place on-screen keyboard
Ben Konrath 5add48
License:        LGPLv2+
Ben Konrath 5add48
URL:            http://live.gnome.org/Caribou
Parag Nemade 6d725e
Source0:        http://download.gnome.org/sources/caribou/0.4/caribou-%{version}.tar.xz
Parag Nemade 496564
Patch0:         caribou-0.4.17-multilib.patch
Parag Nemade 496564
Patch1:         caribou-0.4.17-fix-python-exec.patch
Ben Konrath 5add48
Parag Nemade dfa59c
BuildRequires:  python2-devel
Parag Nemade eb2ea0
BuildRequires:  gtk2-devel
Parag Nemade ba9918
BuildRequires:  gtk3-devel
Parag Nemade 862e06
BuildRequires:  pygobject3-devel
Matthias Clasen 5e58d5
BuildRequires:  intltool
Matthias Clasen 157b72
BuildRequires:  gnome-doc-utils
Matthias Clasen f8baf8
BuildRequires:  desktop-file-utils
Parag Nemade ba9918
BuildRequires:  gettext
Tomas Bzatek e1c804
BuildRequires:  clutter-devel
Tomas Bzatek e1c804
BuildRequires:  vala-devel
Tomas Bzatek e1c804
BuildRequires:  libXtst-devel
Tomas Bzatek e1c804
BuildRequires:  libxklavier-devel
Parag Nemade 4267d9
BuildRequires:  libgee-devel
Tomas Bzatek e1c804
BuildRequires:  gobject-introspection-devel
Parag Nemade c339e3
BuildRequires:  at-spi2-core-devel
Matthias Clasen 191e6b
Parag Nemade cf4188
%if 0%{?with_python3}
Parag Nemade cf4188
BuildRequires: python3-devel
Parag Nemade 0e1624
BuildRequires: python-tools
Parag Nemade a5e04f
BuildRequires: python3-gobject
Parag Nemade cf4188
%endif # with_python3
Parag Nemade cf4188
Parag Nemade e29b50
Parag Nemade e29b50
# Changing in F23 to pull python3-caribou default
Parag Nemade e29b50
Requires:       python3-%{name} = %{version}-%{release}
Parag Nemade dfa59c
Requires:       gobject-introspection
Parag Nemade 4267d9
Requires:       caribou-gtk2-module
Parag Nemade 4267d9
Requires:       caribou-gtk3-module
Ben Konrath 5add48
Parag Nemade 8ab1d4
#Following is needed as package moved from noarch to arch
Parag Nemade 8ab1d4
Obsoletes:      caribou < 0.4.1-3
Kalev Lember ace2ed
# Obsolete retired 'gok' to make sure it gets removed with distro upgrade
Kalev Lember e543c6
Obsoletes:      gok < 2.30.1-6
Parag Nemade 8ab1d4
Ben Konrath 5add48
%description
Ben Konrath 5add48
Caribou is a text entry application that currently manifests itself as
Ben Konrath 5add48
a simplified in-place on-screen keyboard.
Ben Konrath 5add48
Parag Nemade 9b5b51
%package        devel
Parag Nemade 9b5b51
Summary:        Development files for %{name}
Parag Nemade 3c7223
Requires:       %{name}%{?_isa} = %{version}-%{release}
Kalev Lember ace2ed
# Obsolete retired 'gok' to make sure it gets removed with distro upgrade
Kalev Lember e543c6
Obsoletes:      gok-devel < 2.30.1-6
Parag Nemade 9b5b51
Parag Nemade 9b5b51
%description    devel
Parag Nemade 9b5b51
The %{name}-devel package contains libraries and header files for
Parag Nemade 9b5b51
developing applications that use %{name}.
Parag Nemade 9b5b51
Parag Nemade 8ab1d4
%package     -n python-caribou
Parag Nemade 8ab1d4
Summary:        Keyboard UI for %{name}
Parag Nemade 29b9e0
Requires:       pygobject3
Parag Nemade 68d4cf
Requires:       pyatspi
Parag Nemade dfa59c
Requires:       %{name} = %{version}-%{release}
Parag Nemade 8ab1d4
Obsoletes:      caribou < 0.4.1-3
Parag Nemade 8ab1d4
BuildArch:      noarch
Parag Nemade 8ab1d4
Parag Nemade 8ab1d4
%description  -n python-caribou
Parag Nemade 8ab1d4
This package contains caribou python GUI
Parag Nemade 8ab1d4
Parag Nemade cf4188
%if 0%{?with_python3}
Parag Nemade cf4188
%package     -n python3-caribou
Parag Nemade cf4188
Summary:        Keyboard UI for %{name}
Parag Nemade 68d4cf
Requires:       python3-gobject
Parag Nemade 68d4cf
Requires:       python3-pyatspi
Parag Nemade cf4188
Requires:       %{name} = %{version}-%{release}
Parag Nemade cf4188
Obsoletes:      caribou < 0.4.1-3
Parag Nemade cf4188
BuildArch:      noarch
Parag Nemade cf4188
Parag Nemade cf4188
%description  -n python3-caribou
Parag Nemade cf4188
This package contains caribou python3 GUI
Parag Nemade cf4188
%endif
Parag Nemade cf4188
Parag Nemade 8ab1d4
%package        gtk2-module
Parag Nemade 3c7223
Summary:        Gtk2 module for %{name}
Parag Nemade 3c7223
Requires:       %{name}%{?_isa} = %{version}-%{release}
Parag Nemade 8ab1d4
Obsoletes:      caribou < 0.4.1-3
Parag Nemade 8ab1d4
Parag Nemade 8ab1d4
%description    gtk2-module
Parag Nemade 3c7223
This package contains caribou module for gtk2 applications.
Parag Nemade 8ab1d4
Parag Nemade 8ab1d4
%package        gtk3-module
Parag Nemade 3c7223
Summary:        Gtk3 module for %{name}
Parag Nemade 3c7223
Requires:       %{name}%{?_isa} = %{version}-%{release}
Parag Nemade 8ab1d4
Obsoletes:      caribou < 0.4.1-3
Parag Nemade 8ab1d4
Parag Nemade 8ab1d4
%description    gtk3-module
Parag Nemade 3c7223
This package contains caribou module for gtk3 applications.
Parag Nemade 8ab1d4
Parag Nemade 8ab1d4
%package        antler
Parag Nemade 8ab1d4
Summary:        Keyboard implementation for %{name}
Parag Nemade 29b9e0
Requires:       python-%{name} = %{version}-%{release}
Parag Nemade 8ab1d4
Obsoletes:      caribou < 0.4.1-3
Parag Nemade 8ab1d4
Parag Nemade 8ab1d4
%description    antler
Parag Nemade 3c7223
This package contains caribou keyboard implementation for
Parag Nemade 3c7223
non-gnome-shell sessions.
Parag Nemade 8ab1d4
Ben Konrath 5add48
%prep
Ben Konrath 5add48
%setup -q
Parag Nemade 8ab1d4
%patch0 -p1 -b .multilib
Parag Nemade 301ef9
%patch1 -p1 -b .fix-python-exec
Ben Konrath 5add48
Ben Konrath 5add48
%build
Parag Nemade 9b5b51
%configure --disable-static
Parag Nemade 25aaae
make V=1 %{?_smp_mflags}
Ben Konrath 5add48
Ben Konrath 5add48
%install
Parag Nemade cf4188
make install DESTDIR=%{buildroot} INSTALL="install -p"
Parag Nemade cf4188
Parag Nemade cf4188
%if 0%{?with_python3}
Parag Nemade cf4188
make clean
Parag Nemade cf4188
%configure --disable-static PYTHON=python3
Parag Nemade cf4188
2to3 -w caribou
Parag Nemade a5e04f
2to3 -w tools
Parag Nemade e29b50
make install DESTDIR=%{buildroot} INSTALL="install -p"
Parag Nemade cf4188
%endif
Parag Nemade cf4188
Parag Nemade cf4188
find %{buildroot} -name '*.la' -exec rm -f {} ';'
Ben Konrath 5add48
Parag Nemade c8c3f8
desktop-file-validate $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/caribou-autostart.desktop || :
Parag Nemade 1ed06c
desktop-file-validate $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/caribou-gtk-module.desktop || :
Matthias Clasen 1c23a9
Matthias Clasen 191e6b
%find_lang caribou
Ben Konrath 5add48
Parag Nemade 051af6
%post -p /sbin/ldconfig
Parag Nemade 9b5b51
Parag Nemade ba9918
%postun
Parag Nemade 9b5b51
/sbin/ldconfig
Christopher Aillon 278a1d
if [ $1 -eq 0 ] ; then
Parag Nemade 4267d9
    /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
Parag Nemade ba9918
fi
Matthias Clasen 1c23a9
Christopher Aillon 278a1d
%posttrans
Parag Nemade 4267d9
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
Parag Nemade 4267d9
Parag Nemade 4267d9
%postun antler
Parag Nemade 4267d9
if [ $1 -eq 0 ] ; then
Parag Nemade 4267d9
    /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
Parag Nemade 4267d9
fi
Parag Nemade 4267d9
Parag Nemade 4267d9
%posttrans antler
Parag Nemade 4267d9
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
Christopher Aillon 278a1d
Matthias Clasen 191e6b
%files -f caribou.lang
Parag Nemade ba9918
%doc NEWS COPYING README
Parag Nemade 9b5b51
%{_bindir}/caribou-preferences
Matthias Clasen 191e6b
%{_datadir}/caribou
Parag Nemade 9b5b51
%{_libdir}/girepository-1.0/Caribou-1.0.typelib
Parag Nemade ba9918
%{_sysconfdir}/xdg/autostart/caribou-autostart.desktop
Kalev Lember 1810ac
%{_datadir}/dbus-1/services/org.gnome.Caribou.Daemon.service
Parag Nemade 8ab1d4
%{_datadir}/glib-2.0/schemas/org.gnome.caribou.gschema.xml
Parag Nemade 8ab1d4
%{_libdir}/libcaribou.so.0*
Parag Nemade 1ed06c
%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/caribou-gtk-module.desktop
Kalev Lember 1810ac
%{_libexecdir}/caribou
Parag Nemade 9b5b51
Parag Nemade 8ab1d4
%files -n python-caribou
Parag Nemade 8ab1d4
%{python_sitelib}/caribou
Parag Nemade 8ab1d4
Parag Nemade cf4188
%if 0%{?with_python3}
Parag Nemade cf4188
%files -n python3-caribou
Parag Nemade cf4188
%{python3_sitelib}/caribou
Parag Nemade cf4188
%endif
Parag Nemade cf4188
Parag Nemade 9b5b51
%files devel
Parag Nemade 9b5b51
%{_includedir}/*
Parag Nemade 9b5b51
%{_libdir}/*.so
Parag Nemade 088fd2
%{_libdir}/pkgconfig/caribou-1.0.pc
Parag Nemade 9b5b51
%{_datadir}/gir-1.0/Caribou-1.0.gir
Parag Nemade 05d9a4
%{_datadir}/vala
Ben Konrath 5add48
Parag Nemade 8ab1d4
%files gtk2-module
Parag Nemade 8ab1d4
%{_libdir}/gtk-2.0/modules/libcaribou-gtk-module.so
Parag Nemade 8ab1d4
Parag Nemade 8ab1d4
%files gtk3-module
Parag Nemade 8ab1d4
%{_libdir}/gtk-3.0/modules/libcaribou-gtk-module.so
Parag Nemade 8ab1d4
Parag Nemade 8ab1d4
%files antler
Parag Nemade 8ab1d4
%{_datadir}/antler
Parag Nemade 8ab1d4
%{_datadir}/dbus-1/services/org.gnome.Caribou.Antler.service
Parag Nemade 8ab1d4
%{_libexecdir}/antler-keyboard
Parag Nemade 8ab1d4
%{_datadir}/glib-2.0/schemas/org.gnome.antler.gschema.xml
Parag Nemade 8ab1d4
Parag Nemade eb2ea0
Ben Konrath 5add48
%changelog
Parag Nemade d749d3
* Wed Oct 14 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.4.19-1
Parag Nemade d749d3
- Update to 0.4.19
Parag Nemade d749d3
Parag Nemade a2e1dc
* Fri Oct 09 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.4.18.1-3
Parag Nemade a2e1dc
- Resolves:rh#1228935: gnome-shell: strlen(): gnome-shell killed by SIGSEGV
Parag Nemade a2e1dc
Dennis Gilmore 8708b6
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.18.1-2
Dennis Gilmore 8708b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Dennis Gilmore 8708b6
Kalev Lember d60e4d
* Wed Apr 15 2015 Kalev Lember <kalevlember@gmail.com> - 0.4.18.1-1
Kalev Lember d60e4d
- Update to 0.4.18.1
Kalev Lember d60e4d
Parag Nemade 68d4cf
* Thu Apr 09 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.4.18-3
Parag Nemade 68d4cf
- Resolves:rh#1210302: Fix dependencies for python{,3}-caribou
Parag Nemade 68d4cf
Parag Nemade e29b50
* Thu Apr 02 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.4.18-2
Parag Nemade e29b50
- Change Cariou to pull python3-caribou default in F23
Parag Nemade e29b50
Kalev Lember 572f22
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 0.4.18-1
Kalev Lember 572f22
- Update to 0.4.18
Kalev Lember 572f22
Parag Nemade cf4188
* Fri Feb 20 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.4.17-2
Parag Nemade cf4188
- Added python3 subpackage
Parag Nemade cf4188
Parag Nemade ddfa50
* Tue Feb 17 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.4.17-1
Parag Nemade ddfa50
- Update to 0.4.17
Parag Nemade ddfa50
Parag Nemade 9a4fcb
* Tue Nov 25 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.4.16-1
Parag Nemade 9a4fcb
- Update to 0.4.16
Parag Nemade 9a4fcb
Parag Nemade 9c4a9c
* Tue Sep 16 2014 Parag Nemade <pnemade AT redhat DOT com> - 0.4.15-1
Parag Nemade 9c4a9c
- Update to 0.4.15
Parag Nemade 9c4a9c
Kalev Lember 9a8ace
* Sun Sep 07 2014 Kalev Lember <kalevlember@gmail.com> - 0.4.14-2
Kalev Lember 9a8ace
- Fix a possible crash with new dbus activation code (#1138934)
Kalev Lember 9a8ace
Kalev Lember 1810ac
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 0.4.14-1
Kalev Lember 1810ac
- Update to 0.4.14
Kalev Lember 1810ac
Peter Robinson 69c57a
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.13-7
Peter Robinson 69c57a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Peter Robinson 69c57a
Kalev Lember 89172b
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.4.13-6
Kalev Lember 89172b
- Rebuilt for gobject-introspection 1.41.4
Kalev Lember 89172b
Dennis Gilmore a72c5d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.13-5
Dennis Gilmore a72c5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Dennis Gilmore a72c5d
Kalev Lember c3584a
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 0.4.13-4
Kalev Lember c3584a
- Rebuilt for cogl soname bump
Kalev Lember c3584a
Peter Hutterer b9a312
* Mon Feb 10 2014 Peter Hutterer <peter.hutterer@redhat.com> - 0.4.13-3
Peter Hutterer b9a312
- Rebuild for libevdev soname bump
Peter Hutterer b9a312
Kalev Lember 53deab
* Wed Feb 05 2014 Kalev Lember <kalevlember@gmail.com> - 0.4.13-2
Kalev Lember 53deab
- Rebuilt for cogl soname bump
Kalev Lember 53deab
Richard Hughes 7f6911
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 0.4.13-1
Richard Hughes 7f6911
- Update to 0.4.13
Richard Hughes 7f6911
Parag Nemade 25aaae
* Sat Aug 24 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.12-1
Parag Nemade 25aaae
- Update to 0.4.12
Parag Nemade 25aaae
Kalev Lember c4cfc5
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 0.4.11-3
Kalev Lember c4cfc5
- Rebuilt for cogl 1.15.4 soname bump
Kalev Lember c4cfc5
Dennis Gilmore 286493
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.11-2
Dennis Gilmore 286493
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Dennis Gilmore 286493
Parag Nemade 8233ef
* Mon Jun 10 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.11-1
Parag Nemade 8233ef
- Update to 0.4.11
Parag Nemade 8233ef
Richard Hughes 2d48ee
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 0.4.10-1
Richard Hughes 2d48ee
- Update to 0.4.10
Richard Hughes 2d48ee
Parag Nemade 9afb6d
* Mon Mar 04 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.9-1
Parag Nemade 9afb6d
- Update to 0.4.9
Parag Nemade 9afb6d
Kalev Lember c9912d
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 0.4.8-2
Kalev Lember c9912d
- Rebuilt for cogl soname bump
Kalev Lember c9912d
Parag Nemade c339e3
* Tue Feb 19 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.8-1
Parag Nemade c339e3
- Update to 0.4.8
Parag Nemade c339e3
Dennis Gilmore f24267
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.7-3
Dennis Gilmore f24267
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Dennis Gilmore f24267
Parag Nemade 05d9a4
* Wed Jan 16 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.7-2
Parag Nemade 05d9a4
- vala .vapi and .deps files should be installed by -devel
Parag Nemade 05d9a4
Parag Nemade 188123
* Wed Jan 16 2013 Parag Nemade <pnemade AT redhat DOT com> - 0.4.7-1
Parag Nemade 188123
- Update to 0.4.7
Parag Nemade 188123
Parag Nemade 3c7223
* Thu Dec 20 2012 Parag Nemade <pnemade AT redhat DOT com> - 0.4.6-1
Parag Nemade 3c7223
- Update to 0.4.6
Parag Nemade 3c7223
Parag Nemade 3c7223
* Tue Dec 18 2012 Parag Nemade <pnemade AT redhat DOT com> - 0.4.5-1
Parag Nemade 4267d9
- Update to 0.4.5
Parag Nemade 4267d9
- Resolves:rh#744852 - Pressing | in on-screen keyboard produces <
Parag Nemade 4267d9
- Resolves:rh#880379 - Another service acquired %%s, quitting..
Parag Nemade 4267d9
- Resolves:rh#880382
Parag Nemade 4267d9
Parag Nemade dfa59c
* Wed Nov 21 2012 Parag Nemade <pnemade AT redhat DOT com> - 0.4.4.2-6
Parag Nemade dfa59c
- Resolves:rh#878716 - need some spec cleanup
Parag Nemade dfa59c
Parag Nemade 301ef9
* Thu Nov 15 2012 Parag Nemade <pnemade AT redhat.com> - 0.4.4.2-5
Parag Nemade 301ef9
- Apply patch1
Parag Nemade 301ef9
Parag Nemade bbaf01
* Tue Nov 13 2012 Parag Nemade <pnemade AT redhat.com> - 0.4.4.2-4
Parag Nemade bbaf01
- Patch from Rui Matos for exec python in shell shim scripts
Parag Nemade bbaf01
Parag Nemade 843149
* Tue Nov 13 2012 Parag Nemade <pnemade AT redhat.com> - 0.4.4.2-3
Parag Nemade 843149
- Fix multilib patch
Parag Nemade 843149
Parag Nemade 29b9e0
* Tue Nov 13 2012 Rui Matos <tiagomatos@gmail.com> - 0.4.4.2-2
Parag Nemade 29b9e0
- Fix dependencies, caribou and antler both need python-caribou
Parag Nemade 29b9e0
Parag Nemade f697cb
* Tue Nov 13 2012 Parag Nemade <pnemade AT redhat.com> - 0.4.4.2-1
Parag Nemade f697cb
- Update to 0.4.4.2 release
Parag Nemade f697cb
Parag Nemade 7cc962
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 0.4.4-1
Parag Nemade 7cc962
- Update to 0.4.4
Parag Nemade 7cc962
Kalev Lember e543c6
* Wed Jul 25 2012 Kalev Lember <kalevlember@gmail.com> - 0.4.3-3
Kalev Lember e543c6
- Correct the obsoletes
Kalev Lember e543c6
Kalev Lember ace2ed
* Tue Jul 24 2012 Kalev Lember <kalevlember@gmail.com> - 0.4.3-2
Kalev Lember ace2ed
- Obsolete gok
Kalev Lember ace2ed
Parag Nemade 850d61
* Thu Jul 19 2012 Parag Nemade <pnemade AT redhat.com> - 0.4.3-1
Parag Nemade 850d61
- Update to 0.4.3 release
Parag Nemade 850d61
Dennis Gilmore 6d9629
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-2
Dennis Gilmore 6d9629
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Dennis Gilmore 6d9629
Parag Nemade 3d878e
* Tue Mar 27 2012 Parag Nemade <pnemade AT redhat.com> - 0.4.2-1
Parag Nemade 3d878e
- Update to 0.4.2 release
Parag Nemade 3d878e
Parag Nemade f9d8e3
* Tue Feb 07 2012 Parag Nemade <pnemade AT redhat.com> - 0.4.1-5
Parag Nemade f9d8e3
- Resolves:rh#768033 - Update Requires for caribou
Parag Nemade f9d8e3
Dennis Gilmore 9514a8
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-4
Dennis Gilmore 9514a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Dennis Gilmore 9514a8
Parag Nemade 8ab1d4
* Fri Dec 09 2011 Parag Nemade <pnemade AT redhat.com> - 0.4.1-3
Parag Nemade 8ab1d4
- split package to subpackages -gtk2-module, -gtk3-module, -antler and python-caribou
Parag Nemade 8ab1d4
Parag Nemade 8ab1d4
* Thu Nov 17 2011 Parag Nemade <pnemade AT redhat.com> - 0.4.1-2
Parag Nemade 8ab1d4
- Resolves:rh#753149 - Upgraded F15 -> F16 gnome fails - wrong version of caribou
Parag Nemade 8ab1d4
Parag Nemade fa411c
* Tue Oct 18 2011 Parag Nemade <pnemade AT redhat.com> - 0.4.1-1
Parag Nemade fa411c
- upstream release 0.4.1
Parag Nemade fa411c
Parag Nemade 6d725e
* Tue Sep 27 2011 Parag Nemade <pnemade AT redhat.com> - 0.4.0-1
Parag Nemade 6d725e
- upstream release 0.4.0
Parag Nemade 6d725e
Parag Nemade b4a89d
* Tue Sep 20 2011 Parag Nemade <pnemade AT redhat.com> - 0.3.92-1
Parag Nemade b4a89d
- upstream release 0.3.92
Parag Nemade b4a89d
Parag Nemade 862e06
* Tue Sep 06 2011 Parag Nemade <pnemade AT redhat.com> - 0.3.91-1
Parag Nemade 862e06
- Update to new upstream release 0.3.91
Parag Nemade 862e06
Parag Nemade 862e06
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 0.3.5-2
Parag Nemade 862e06
- Rebuild with pygobject3
Parag Nemade 862e06
Parag Nemade 8ab1d4
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> - 0.3.5-1
Parag Nemade 8ab1d4
- Update to 0.3.5
Parag Nemade eb2ea0
Parag Nemade 051af6
* Tue Jul 05 2011 Parag Nemade <pnemade AT redhat.com> - 0.3.3-1
Parag Nemade 051af6
- Update to new upstream release 0.3.3
Parag Nemade 051af6
Tomas Bzatek e1c804
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.3.2-2
Tomas Bzatek e1c804
- Tweak BuildRequires
Tomas Bzatek e1c804
Parag Nemade 9b5b51
* Tue Jun 14 2011 Parag Nemade <pnemade AT redhat.com> - 0.3.2-1
Parag Nemade 9b5b51
- Update to new upstream release 0.3.2
Parag Nemade 9b5b51
Christopher Aillon 278a1d
* Fri May  6 2011 Christopher Aillon <caillon@redhat.com> - 0.2.00-3
Christopher Aillon 278a1d
- Update scriptlets per packaging guidelines
Christopher Aillon 278a1d
Parag Nemade c8c3f8
* Thu May 05 2011 Parag Nemade <pnemade AT redhat.com> - 0.2.00-2
Parag Nemade c8c3f8
- Caribou now only be shown in GNOME. (rh#698603)
Parag Nemade c8c3f8
- Add desktop-file-validate for caribou-autostart.desktop
Parag Nemade c8c3f8
- Add ||: for caribou-autostart.desktop to skip the error.
Parag Nemade c8c3f8
Matthias Clasen 3eed84
* Tue Apr  5 2011 Matthias Clasen <mclasen@redhat.com> - 0.2.00-1
Matthias Clasen 3eed84
- Update to 0.2.00
Matthias Clasen 3eed84
Parag Nemade ba9918
* Tue Mar 22 2011 Parag Nemade <pnemade AT redhat.com> - 0.1.92-1
Parag Nemade ba9918
- Update to 0.1.92
Parag Nemade ba9918
Parag Nemade ba9918
* Thu Mar 10 2011 Parag Nemade <pnemade AT redhat.com> - 0.1.91-1
Parag Nemade ba9918
- Update to 0.1.91
Parag Nemade ba9918
Parag Nemade ba9918
* Thu Mar 10 2011 Parag Nemade <pnemade AT redhat.com> - 0.1.7-1
Parag Nemade ba9918
- Update to 0.1.7
Parag Nemade ba9918
Dennis Gilmore 163caf
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-3
Dennis Gilmore 163caf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Dennis Gilmore 163caf
dmalcolm cfd2c8
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.1.5-2
dmalcolm cfd2c8
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
dmalcolm cfd2c8
Matthias Clasen 1c23a9
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
Matthias Clasen 1c23a9
- Update to 0.1.5
Matthias Clasen 1c23a9
Matthias Clasen da06c9
* Wed Jun 16 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.2-3
Matthias Clasen da06c9
- Require pyatspi, not at-spi-python
Matthias Clasen da06c9
Matthias Clasen f400e1
* Sat May 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.2-2
Matthias Clasen f400e1
- Rewrite spec for autotools
Matthias Clasen f400e1
Matthias Clasen 1dcf21
* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.2-1
Matthias Clasen 1dcf21
- Update to 0.1.2
Matthias Clasen 1dcf21
Parag Nemade d3dd6e
* Wed Jan 21 2009 Ben Konrath <ben@bagu.org> - 0.0.2-1
Ben Konrath 5add48
- Initial release.