e12857
%global _changelog_trimtime %(date +%s -d "1 year ago")
e12857
e12857
%global with_tests 1
e12857
e12857
%global glib2_version 2.44.0
e12857
%global cogl_version 1.21.2
e12857
%global json_glib_version 0.12.0
e12857
%global cairo_version 1.14.0
e12857
%global libinput_version 0.19.0
e12857
e12857
Name:          clutter
e12857
Version:       1.26.2
5e193b
Release:       8%{?dist}
e12857
Summary:       Open Source software library for creating rich graphical user interfaces
e12857
e12857
License:       LGPLv2+
e12857
URL:           http://www.clutter-project.org/
e12857
Source0:       https://download.gnome.org/sources/%{name}/1.26/%{name}-%{version}.tar.xz
e12857
5e193b
Patch0:        0001-conform-only-listen-to-after-paint-after-paint.patch
5e193b
e12857
BuildRequires: gettext
5e193b
BuildRequires: git
e12857
BuildRequires: pkgconfig(atk)
e12857
BuildRequires: pkgconfig(cairo-gobject) >= %{cairo_version}
e12857
BuildRequires: pkgconfig(cogl-1.0) >= %{cogl_version}
e12857
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
e12857
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
e12857
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.39.0
e12857
BuildRequires: pkgconfig(gdk-3.0)
e12857
BuildRequires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
e12857
BuildRequires: pkgconfig(pangocairo)
e12857
BuildRequires: pkgconfig(xcomposite)
e12857
BuildRequires: pkgconfig(xdamage)
e12857
BuildRequires: pkgconfig(xi)
e12857
BuildRequires: mesa-libGL-devel
e12857
BuildRequires: systemd-devel
e12857
BuildRequires: pkgconfig(gudev-1.0)
e12857
BuildRequires: pkgconfig(libinput) >= %{libinput_version}
e12857
BuildRequires: pkgconfig(wayland-client)
e12857
BuildRequires: pkgconfig(wayland-cursor)
e12857
BuildRequires: pkgconfig(wayland-server)
e12857
BuildRequires: pkgconfig(xkbcommon)
e12857
e12857
Requires:      cairo%{?_isa} >= %{cairo_version}
e12857
Requires:      cogl%{?_isa} >= %{cogl_version}
e12857
Requires:      glib2%{?_isa} >= %{glib2_version}
e12857
Requires:      gobject-introspection
e12857
Requires:      json-glib%{?_isa} >= %{json_glib_version}
e12857
Requires:      libinput%{?_isa} >= %{libinput_version}
e12857
Requires:      mesa-dri-drivers%{?_isa}
e12857
e12857
%description
e12857
Clutter is an open source software library for creating fast,
e12857
visually rich graphical user interfaces. The most obvious example
e12857
of potential usage is in media center type applications.
e12857
We hope however it can be used for a lot more.
e12857
e12857
%package devel
e12857
Summary:       Clutter development environment
e12857
Requires:      %{name}%{?_isa} = %{version}-%{release}
e12857
e12857
%description devel
e12857
Header files and libraries for building a extension library for the
e12857
clutter
e12857
e12857
%package       doc
e12857
Summary:       Documentation for %{name}
e12857
Requires:      %{name} = %{version}-%{release}
e12857
e12857
%description   doc
e12857
Clutter is an open source software library for creating fast,
e12857
visually rich graphical user interfaces. The most obvious example
e12857
of potential usage is in media center type applications.
e12857
We hope however it can be used for a lot more.
e12857
e12857
This package contains documentation for clutter.
e12857
e12857
%if 0%{?with_tests}
e12857
%package       tests
e12857
Summary:       Tests for the clutter package
e12857
Requires:      %{name}%{?_isa} = %{version}-%{release}
e12857
e12857
%description   tests
e12857
The clutter-tests package contains tests that can be used to verify
e12857
the functionality of the installed clutter package.
e12857
%endif
e12857
e12857
%prep
5e193b
%autosetup -S git
e12857
e12857
%build
e12857
%configure \
e12857
	--enable-xinput \
e12857
        --enable-gdk-backend \
e12857
	%{?with_tests:--enable-installed-tests} \
e12857
        --enable-egl-backend \
e12857
        --enable-evdev-input \
e12857
        --enable-wayland-backend \
e12857
        --enable-wayland-compositor
e12857
e12857
make %{?_smp_mflags} V=1
e12857
e12857
%install
e12857
%make_install
e12857
e12857
#Remove libtool archives.
e12857
find %{buildroot} -name '*.la' -delete
e12857
e12857
%find_lang clutter-1.0
e12857
e12857
%ldconfig_scriptlets
e12857
e12857
%files -f clutter-1.0.lang
e12857
%doc NEWS README
e12857
%license COPYING
e12857
%{_libdir}/*.so.0
e12857
%{_libdir}/*.so.0.*
e12857
%{_libdir}/girepository-1.0/*.typelib
e12857
e12857
%files devel
e12857
%{_includedir}/*
e12857
%{_libdir}/*.so
e12857
%{_libdir}/pkgconfig/*.pc
e12857
%{_datadir}/gir-1.0/*.gir
e12857
e12857
%files doc
e12857
%{_datadir}/gtk-doc/html/clutter
e12857
e12857
%if 0%{?with_tests}
e12857
%files tests
e12857
%{_libexecdir}/installed-tests/clutter
e12857
%{_datadir}/installed-tests
e12857
%endif
e12857
e12857
%changelog
5e193b
* Wed Feb 19 2020 Tomas Pelka <tpelka@redhat.com> - 1.26.2-8
5e193b
- rebuild to get the new in 8.2.0
5e193b
- plus address #1785233
5e193b
5e193b
* Mon Dec 17 2018 Ray Strode <rstrode@redhat.com> - 1.26.2-7
5e193b
- rebuild
5e193b
e12857
* Wed Apr 18 2018 Kalev Lember <klember@redhat.com> - 1.26.2-6
e12857
- Remove wayland conditionals
e12857
- Require mesa-dri-drivers (#1568881)
e12857
e12857
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.2-5
e12857
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
e12857
e12857
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.26.2-4
e12857
- Switch to %%ldconfig_scriptlets
e12857
e12857
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.2-3
e12857
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
e12857
e12857
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.2-2
e12857
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e12857
e12857
* Fri May 12 2017 Kalev Lember <klember@redhat.com> - 1.26.2-1
e12857
- Update to 1.26.2
e12857
e12857
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.0-2
e12857
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e12857
e12857
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 1.26.0-1
e12857
- Update to 1.26.0
e12857
e12857
* Fri Feb 19 2016 David King <amigadave@amigadave.com> - 1.25.6-1
e12857
- Update to 1.25.6 (#1310079)
e12857
- Use pkgconfig for BuildRequires
e12857
e12857
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.25.4-2
e12857
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e12857
e12857
* Thu Jan 21 2016 Kalev Lember <klember@redhat.com> - 1.25.4-1
e12857
- Update to 1.25.4
e12857
e12857
* Thu Dec 17 2015 Kalev Lember <klember@redhat.com> - 1.25.2-1
e12857
- Update to 1.25.2
e12857
e12857
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 1.24.2-1
e12857
- Update to 1.24.2
e12857
e12857
* Tue Sep 15 2015 Kalev Lember <klember@redhat.com> - 1.24.0-1
e12857
- Update to 1.24.0
e12857
e12857
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.23.6-1
e12857
- Update to 1.23.6
e12857
e12857
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.23.4-2
e12857
- Re-enable parallel make
e12857
- Use make_install macro
e12857
e12857
* Thu Jul 23 2015 Florian Müllner <fmuellner@redhat.com> - 1.23.4-1
e12857
- Update to 1.23.4
e12857
e12857
* Tue Jun 30 2015 Kalev Lember <klember@redhat.com> - 1.23.2-2
e12857
- Add minimum version requirements for a few deps
e12857
e12857
* Mon Jun 29 2015 Kalev Lember <klember@redhat.com> - 1.23.2-1
e12857
- Update to 1.23.2
e12857
e12857
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22.2-3
e12857
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e12857
e12857
* Sun May 17 2015 Kalev Lember <kalevlember@gmail.com> - 1.22.2-2
e12857
- x11: Fix touchpad detection (#1206961)
e12857
e12857
* Tue May 12 2015 Kalev Lember <kalevlember@gmail.com> - 1.22.2-1
e12857
- Update to 1.22.2
e12857
e12857
* Thu May 07 2015 Kalev Lember <kalevlember@gmail.com> - 1.22.0-2
e12857
- gdk: Use RGBA visual if there is one (#1206960)
e12857
e12857
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 1.22.0-1
e12857
- Update to 1.22.0
e12857
e12857
* Sun Mar 15 2015 Kalev Lember <kalevlember@gmail.com> - 1.21.8-1
e12857
- Update to 1.21.8
e12857
- Use %%license macro for the COPYING file
e12857
e12857
* Tue Mar 10 2015 Peter Hutterer <peter.hutterer@redhat.com> - 1.21.6-2
e12857
- Rebuild for libinput soname bump
e12857
e12857
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 1.21.6-1
e12857
- Update to 1.21.6
e12857
e12857
* Thu Jan 22 2015 Florian Müllner <fmuellner@redhat.com> - 1.21.4-1
e12857
- Do not run "make check" (which requires access to an X display)
e12857
e12857
* Thu Jan 22 2015 Florian Müllner <fmuellner@redhat.com> - 1.21.4-1
e12857
- Update to 1.21.4
e12857
e12857
* Mon Jan 19 2015 Peter Hutterer <peter.hutterer@redhat.com> 1.21.2-3
e12857
- Run autoreconf
e12857
e12857
* Mon Jan 19 2015 Peter Hutterer <peter.hutterer@redhat.com> 1.21.2-2
e12857
- Update to libinput 0.8
e12857
e12857
* Thu Dec 18 2014 Richard Hughes <rhughes@redhat.com> - 1.21.2-1
e12857
- Update to 1.21.2
e12857
e12857
* Tue Oct 28 2014 Richard Hughes <rhughes@redhat.com> - 1.20.0-3
e12857
- Fix compile when not using Wayland, harder.
e12857
e12857
* Tue Oct 28 2014 Richard Hughes <rhughes@redhat.com> - 1.20.0-2
e12857
- Fix compile when not using Wayland.
e12857
e12857
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.20.0-1
e12857
- Update to 1.20.0
e12857
e12857
* Wed Sep 17 2014 Kalev Lember <kalevlember@gmail.com> - 1.19.10-1
e12857
- Update to 1.19.10
e12857
e12857
* Fri Sep 12 2014 Peter Hutterer <peter.hutterer@redhat.com> - 1.19.8-2
e12857
- Rebuild for libinput soname bump
e12857
e12857
* Thu Aug 21 2014 Kalev Lember <kalevlember@gmail.com> - 1.19.8-1
e12857
- Update to 1.19.8
e12857
e12857
* Wed Aug 20 2014 Kalev Lember <kalevlember@gmail.com> - 1.19.6-3
e12857
- Backport an upstream patch for setting xkb layout index
e12857
e12857
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
e12857
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
e12857
e12857
* Thu Jul 24 2014 Kalev Lember <kalevlember@gmail.com> - 1.19.6-1
e12857
- Update to 1.19.6
e12857
e12857
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.19.4-4
e12857
- Rebuilt for gobject-introspection 1.41.4
e12857
e12857
* Fri Jul 11 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.19.4-2
e12857
- Enable make check
e12857
- Build installed tests (thanks Vadim Rutkovsky) RHBZ 1117375
e12857
- Drop old obsoletes
e12857
e12857
* Wed Jun 25 2014 Richard Hughes <rhughes@redhat.com> - 1.19.4-1
e12857
- Update to 1.19.4
e12857
e12857
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19.2-2
e12857
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e12857
e12857
* Thu May 29 2014 Florian Müllner <fmuellner@redhat.com> - 1.19.2-1
e12857
- Update to 1.19.2
e12857
e12857
* Tue Apr 15 2014 Kalev Lember <kalevlember@gmail.com> - 1.18.2-1
e12857
- Update to 1.18.2
e12857
e12857
* Wed Mar 19 2014 Florian Müllner <fmuellner@redhat.com> - 1.18.0-1
e12857
- Update to 1.18.0
e12857
e12857
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 1.17.6-1
e12857
- Update to 1.17.6
e12857
e12857
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 1.17.4-1
e12857
- Update to 1.17.4
e12857
e12857
* Sun Feb 09 2014 Peter Hutterer <peter.hutterer@redhat.com> - 1.17.2-2
e12857
- Rebuild for libevdev soname bump
e12857
e12857
* Wed Feb 05 2014 Richard Hughes <rhughes@redhat.com> - 1.17.2-1
e12857
- Update to 1.17.2
e12857
e12857
* Wed Jan 29 2014 Richard Hughes <rhughes@redhat.com> - 1.16.4-1
e12857
- Update to 1.16.4
e12857
e12857
* Thu Dec 26 2013 Adam Williamson <awilliam@redhat.com> - 1.16.2-4
e12857
- backport upstream patch to stop using deprecated libevdev functions
e12857
e12857
* Mon Dec  9 2013 Matthias Clasen <mclasen@redhat.com> - 1.16.2-3
e12857
- A followup fix to the previous changes
e12857
e12857
* Tue Nov 26 2013 Matthias Clasen <mclasen@redhat.com> - 1.16.2-2
e12857
- Avoid excessive redraws when windows are moved in gnome-shell
e12857
e12857
* Thu Nov 21 2013 Richard Hughes <rhughes@redhat.com> - 1.16.2-1
e12857
- Update to 1.16.2
e12857
e12857
* Mon Oct 07 2013 Adam Jackson <ajax@redhat.com> 1.16.0-2
e12857
- Fix touchpads to not warp to bizarre places on initial touch.
e12857
e12857
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 1.16.0-1
e12857
- Update to 1.16.0
e12857
e12857
* Fri Sep 20 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.96-1
e12857
- Update to 1.15.96
e12857
e12857
* Fri Sep 20 2013 Matthias Clasen <mclasen@redhat.com> - 1.15.94-2
e12857
- Fix a shell crash
e12857
e12857
* Thu Sep 19 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.94-1
e12857
- Update to 1.15.94
e12857
e12857
* Thu Sep 12 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.92-3
e12857
- Add missing build deps
e12857
e12857
* Thu Sep 12 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.92-2
e12857
- Add configure options that are needed to enable the gnome-shell
e12857
  Wayland compositor
e12857
e12857
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.92-1
e12857
- Update to 1.15.92
e12857
e12857
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.90-1
e12857
- Update to 1.15.90
e12857
e12857
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.2-1
e12857
- Update to 1.15.2
e12857
- Dropped upstream patches
e12857
- Backport patches for wayland / cogl 1.15.4 API changes
e12857
e12857
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14.4-4
e12857
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
e12857
e12857
* Sun Jun 23 2013 Matthias Clasen <mclasen@redhat.com> - 1.14.4-3
e12857
- Backport another upstream patch for gnome-shell crashes (#954054)
e12857
e12857
* Fri May 17 2013 Kalev Lember <kalevlember@gmail.com> - 1.14.4-2
e12857
- Backport an upstream patch for frequent gnome-shell crashes (#827158)
e12857
e12857
* Wed May 15 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.14.4-1
e12857
- Update to 1.14.4
e12857
e12857
* Wed Apr 17 2013 Richard Hughes <rhughes@redhat.com> - 1.14.2-1
e12857
- Update to 1.14.2
e12857
e12857
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 1.14.0-1
e12857
- Update to 1.14.0
e12857
e12857
* Tue Mar 19 2013 Matthias Clasen <mclasen@redhat.com> - 1.13.10-1
e12857
- Update to 1.13.10
e12857
e12857
* Thu Mar 14 2013 Bastien Nocera <bnocera@redhat.com> 1.13.8-4
e12857
- Prefer the X11 backend to the Wayland one, and enable wayland
e12857
e12857
* Thu Mar 14 2013 Matthias Clasen <mclasen@redhat.com> 1.13.8-3
e12857
- Enabling Wayland broke the login screen, so disable for now
e12857
e12857
* Wed Mar 13 2013 Matthias Clasen <mclasen@redhat.com> 1.13.8-2
e12857
- Enable Wayland backend
e12857
e12857
* Tue Mar  5 2013 Matthias Clasen <mclasen@redhat.com> 1.13.8-1
e12857
- Update to 1.13.8
e12857
e12857
* Thu Feb 21 2013 Bastien Nocera <bnocera@redhat.com> 1.13.6-1
e12857
- Update to 1.13.6
e12857
e12857
* Tue Feb 05 2013 Kalev Lember <kalevlember@gmail.com> - 1.13.4-4
e12857
- Backport a patch to use XI2.3, so that clutter keeps working with gtk+ 3.7.8
e12857
e12857
* Wed Jan 30 2013 Matthias Clasen <mclasen@redhat.com> - 1.13.4-3
e12857
- Fix a gnome-shell crash
e12857
e12857
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.13.4-2
e12857
- Rebuild for new cogl
e12857
e12857
* Wed Jan 16 2013 Matthias Clasen <mclasen@redhat.com> - 1.13.4-1
e12857
- Update to 1.13.4
e12857
e12857
* Tue Dec 18 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.13.2-1
e12857
- Update to 1.13.2
e12857
e12857
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 1.12.2-1
e12857
- Update to 1.12.2
e12857
e12857
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 1.12.0-2
e12857
- Obsolete clutter-gtk010 and clutter-sharp as well
e12857
e12857
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 1.12.0-1
e12857
- Update to 1.12.0
e12857
- Obsolete pyclutter, -gst and -gtk packages
e12857
e12857
* Tue Sep 18 2012 Kalev Lember <kalevlember@gmail.com> - 1.11.16-1
e12857
- Update to 1.11.16
e12857
e12857
* Wed Sep 05 2012 Kalev Lember <kalevlember@gmail.com> - 1.11.14-2
e12857
- Rebuilt with gobject-introspection 1.33.10 (bgo #682124)
e12857
e12857
* Mon Sep  3 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.11.14-1
e12857
- Update to 1.11.12
e12857
e12857
* Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> - 1.11.12-3
e12857
- Rebuild against new cogl
e12857
e12857
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 1.11.12-1
e12857
- Update to 1.11.12
e12857
e12857
* Tue Aug  7 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.11.10-1
e12857
- Update to 1.11.10
e12857
e12857
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.8-2
e12857
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e12857
e12857
* Tue Jul 17 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.11.8-1
e12857
- Update to 1.11.8
e12857
e12857
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 1.11.6-1
e12857
- Update to 1.11.6
e12857
e12857
* Tue Jun  5 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.11.4-1
e12857
- Update to 1.11.4
e12857
e12857
* Thu May 10 2012 Kalev Lember <kalevlember@gmail.com> - 1.11.2-1
e12857
- Update to 1.11.2
e12857
e12857
* Thu May 03 2012 Bastien Nocera <bnocera@redhat.com> 1.10.4-2
e12857
- Add patches to fix crashes with touch events
e12857
e12857
* Tue May  1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.10.4-1
e12857
- Update to 1.10.4
e12857
e12857
* Tue Apr 17 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.10.2-1
e12857
- Update to 1.10.2
e12857
e12857
* Thu Apr 12 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.10.0-5
e12857
- Fix misnamed define to enable XI 2.2 support (#809864)
e12857
e12857
* Fri Apr 06 2012 Zeeshan Ali <zeenix@redhat.com> - 1.10.0-4
e12857
- Include layout fix (Needed by gnome-boxes at least).
e12857
e12857
* Wed Apr 04 2012 Kalev Lember <kalevlember@gmail.com> - 1.10.0-3
e12857
- Obsolete clutter-gesture and clutter-imcontext packages (#809864)
e12857
e12857
* Thu Mar 29 2012 Kalev Lember <kalevlember@gmail.com> - 1.10.0-2
e12857
- Build with xi2.2 support (#803430)
e12857
- Enable the GDK backend
e12857
e12857
* Thu Mar 22 2012 Matthias Clasen <mclasen@redhat.com> - 1.10.0-1
e12857
- Update to 1.10.0
e12857
e12857
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 1.9.16-1
e12857
- Update to 1.9.16
e12857
e12857
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 1.9.14-1
e12857
- Update to 1.9.14
e12857
e12857
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 1.9.12-1
e12857
- Update to 1.9.12
e12857
e12857
* Mon Feb  6 2012 Matthias Clasen <mclasen@redhat.com> - 1.9.10-1
e12857
- Update to 1.9.10
e12857
e12857
* Wed Jan 25 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.9.8-1
e12857
- 1.9.8 release
e12857
- http://ftp.gnome.org/pub/GNOME/sources/clutter/1.9/clutter-1.9.8.news
e12857
- Back to tar file releases
e12857
e12857
* Sat Jan 21 2012 Matthias Clasen <mclasen@redhat.com> - 1.9.7-0.1.20120121
e12857
- A snapshot that may now really work with gnome-shell
e12857
e12857
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 1.9.6-1
e12857
- 1.9.6 release
e12857
- http://ftp.gnome.org/pub/GNOME/sources/clutter/1.9/clutter-1.9.6.news
e12857
- Should work with gnome-shell again
e12857
e12857
* Wed Jan 18 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.9.4-1
e12857
- 1.9.4 release
e12857
- http://ftp.gnome.org/pub/GNOME/sources/clutter/1.9/clutter-1.9.4.news
e12857
e12857
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.2-2
e12857
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e12857
e12857
* Tue Nov 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.9.2-1
e12857
- Update to 1.9.2
e12857
e12857
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-2
e12857
- Rebuilt for glibc bug#747377
e12857
e12857
* Mon Oct 17 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8.2-1
e12857
- 1.8.2 stable release
e12857
- http://ftp.gnome.org/pub/GNOME/sources/clutter/1.8/clutter-1.8.2.news
e12857
e12857
* Mon Sep 19 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8.0-1
e12857
- 1.8.0 stable release
e12857
- http://ftp.gnome.org/pub/GNOME/sources/clutter/1.8/clutter-1.8.0.news
e12857
e12857
* Mon Sep 12 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.90-1
e12857
- Update to 1.7.90
e12857
- http://ftp.gnome.org/pub/GNOME/sources/clutter/1.7/clutter-1.7.90.news
e12857
e12857
* Mon Sep  5 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.14-1
e12857
- Update to 1.7.14
e12857
e12857
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 1.7.12-1
e12857
- Update to 1.7.12
e12857
e12857
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> - 1.7.10-1
e12857
- Update to 1.7.10
e12857
e12857
* Mon Aug 15 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.8-1
e12857
- Update to 1.7.8
e12857
e12857
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 1.7.6-1
e12857
- Update to 1.7.6
e12857
e12857
* Mon Jul  4 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.4-1
e12857
- Update to 1.7.4 devel build
e12857
- Build against cogl
e12857
- Add patch to fix DSO linking
e12857
e12857
* Fri Jun 24 2011 Adam Jackson <ajax@redhat.com> 1.6.16-3
e12857
- clutter-1.6.16-no-drm-hax.patch: Remove the insane DRM-banging fallback for
e12857
  sync to vblank.
e12857
e12857
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.6.16-2
e12857
- Fix G_CONST_RETURN usage
e12857
e12857
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.6.16-1
e12857
- Update to 1.6.16
e12857
e12857
* Tue Apr  5 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.14-1
e12857
- Update to 1.6.14
e12857
e12857
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.12-1
e12857
- Update to 1.6.12
e12857
e12857
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.10-1
e12857
- Update to 1.6.10
e12857
e12857
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.8-1
e12857
- Update to 1.6.8
e12857
e12857
* Wed Mar  2 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.6-2
e12857
- Fix icon corruption in gnome-shell
e12857
e12857
* Mon Feb 21 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.6.6-1
e12857
- Update to 1.6.6
e12857
e12857
* Mon Feb 14 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.6.4-1
e12857
- Update to 1.6.4
e12857
e12857
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-2
e12857
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e12857
e12857
* Mon Feb  7 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.6.2-1
e12857
- Update to 1.6.2
e12857
e12857
* Mon Jan 31 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.6.0-1
e12857
- Update to 1.6.0
e12857
e12857
* Mon Jan 24 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.5.14-1
e12857
- Update to 1.5.14
e12857
e12857
* Wed Jan 12 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.5.12-1
e12857
- Update to 1.5.12
e12857
e12857
* Tue Dec 28 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 1.5.10-1
e12857
- Update to 1.5.10
e12857
e12857
* Mon Dec  6 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 1.5.8-3
e12857
- Drop unneeded gtk2-devel builddep that causes issues for gtk3 clutter apps
e12857
- Add the independent deps that were pulled in by gtk2-devel
e12857
e12857
* Mon Nov 29 2010 Owen Taylor <otaylor@redhat.com> - 1.5.8-2
e12857
- Update to 1.5.8
e12857
- Add cairo-gobject-devel dependency
e12857
- Drop unneeded patches
e12857
e12857
* Mon Nov 22 2010 Dan Williams <dcbw@redhat.com> - 1.4.0-4
e12857
- Add a patch cherry-picked from upstream for
e12857
  http://bugzilla.clutter-project.org/attachment.cgi?id=2366
e12857
  (gnome-shell/mutter hang when gnome-settings-daemon restarts)
e12857
e12857
* Tue Oct  5 2010 Owen Taylor <otaylor@redhat.com> - 1.4.0-3
e12857
- Add a patch cherry-picked from upstream for
e12857
  http://bugzilla.clutter-project.org/show_bug.cgi?id=2324
e12857
  (gnome-shell crashes on root background changes)
e12857
e12857
* Wed Sep 29 2010 jkeating - 1.4.0-2
e12857
- Rebuilt for gcc bug 634757
e12857
e12857
* Fri Sep 24 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.0-1
e12857
- Update to stable 1.4.0 release
e12857
e12857
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 1.3.14-1
e12857
- Update to 1.3.14
e12857
e12857
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 1.3.12-2
e12857
- Rebuild against newer gobject-introspection
e12857
e12857
* Tue Aug 31 2010 Colin Walters <walters@verbum.org> - 1.3.12-1
e12857
- New upstream
e12857
e12857
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 1.2.10-3
e12857
- Rebuild with new gobject-introspection
e12857
e12857
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 1.2.10-2
e12857
- Rebuild against new gobject-introspection
e12857
e12857
* Sun Jul 11 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.10-1
e12857
- Update to new upstream stable 1.2.10 release
e12857
e12857
* Tue Jul  6 2010 Colin Walters <walters@verbum.org> - 1.2.8-4
e12857
- Changes to support git snapshot builds
e12857
e12857
* Thu Jul  1 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.8-3
e12857
- Rebuild for "Incompatible version 1.0 (supported: 1.1)"
e12857
  for introspection file
e12857
e12857
* Thu Jun 10 2010 Colin Walters <walters@verbum.org> 1.2.8-2
e12857
- Drop gir-repository dependency, we don't need it anymore 
e12857
e12857
* Sat May 15 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.8-1
e12857
- Update to new upstream stable 1.2.8 release
e12857
- Drop upstreamed patches
e12857
e12857
* Fri Apr 30 2010 Owen Taylor <otaylor@redhat.com> 1.2.6-1
e12857
- Update to new upstream stable 1.2.6 release
e12857
- Work around Radeon driver problem with color channel confusion.
e12857
- Fix Mutter not seeing BufferSwapComplete events and freezing
e12857
- Remove incorrect warning message about BufferSwapComplete events
e12857
e12857
* Tue Mar 20 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.4-1
e12857
- Update to new upstream stable 1.2.4 release
e12857
e12857
* Mon Mar 15 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.2-1
e12857
- Update to new upstream stable 1.2.2 release
e12857
e12857
* Tue Mar  2 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.0-1
e12857
- Update to new upstream stable 1.2.0 release
e12857
e12857
* Sun Feb 28 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.14-1
e12857
- Update to 1.1.14
e12857
e12857
* Wed Feb 11 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.10-2
e12857
- Add patch to fix 64bit build 
e12857
e12857
* Wed Feb 11 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.10-1
e12857
- Update to 1.1.10
e12857
e12857
* Thu Feb  4 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.6-1
e12857
- Update to 1.1.6
e12857
e12857
* Thu Jan  7 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.8-2
e12857
- A few minor spec cleanups
e12857
e12857
* Mon Jan  4 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.8-1
e12857
- Update to 1.0.8
e12857
e12857
* Tue Sep 22 2009 Bastien Nocera <bnocera@redhat.com> 1.0.6-1
e12857
- Update to 1.0.6
e12857
e12857
* Sun Aug 30 2009 Owen Taylor <otaylor@redhat.com> - 1.0.4-1
e12857
- Update to 1.0.4, update gobject-introspection requirement
e12857
e12857
* Fri Aug 14 2009 Bastien Nocera <bnocera@redhat.com> 1.0.2-1
e12857
- Update to 1.0.2
e12857
e12857
* Sun Aug  1 2009 Matthias Clasen <mclasen@redhat.com> 1.0.0-4
e12857
- Move ChangeLog to -devel to save some space
e12857
e12857
* Fri Jul 31 2009 Matthias Clasen <mclasen@redhat.com> 1.0.0-3
e12857
- Drop the gir-repository-devel dep, which pulls a bunch of -devel
e12857
  onto the live cd
e12857
e12857
* Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 1.0.0-1
e12857
- Update to 1.0.0
e12857
e12857
* Tue Jul 28 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.9.8-3
e12857
- fix bz #507389
e12857
e12857
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8-2
e12857
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e12857
e12857
* Fri Jul 17 2009 Bastien Nocera <bnocera@redhat.com> 0.9.8-1
e12857
- Update to 0.9.8
e12857
e12857
* Fri Jul 17 2009 Bastien Nocera <bnocera@redhat.com> 0.9.6-2
e12857
- Patch from Owen Taylor <otaylor@redhat.com> to add gobject-
e12857
  introspection support to clutter (#512260)
e12857
e12857
* Fri Jul 10 2009 Bastien Nocera <bnocera@redhat.com> 0.9.6-1
e12857
- Update to 0.9.6
e12857
e12857
* Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.9.4-1
e12857
- Update to 0.9.4
e12857
e12857
* Mon May 18 2009 Bastien Nocera <bnocera@redhat.com> 0.9.2-1
e12857
- Update to 0.9.2
e12857
e12857
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6-4
e12857
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e12857
e12857
e12857
* Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-3
e12857
- Remove noarch from doc subpackage
e12857
e12857
* Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-2
e12857
- Added gtk-doc for cogl
e12857
- Created doc subpackage
e12857
e12857
* Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-1
e12857
- Update to 0.8.6
e12857
e12857
* Mon Oct  6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.2-1
e12857
- Update to 0.8.2
e12857
- Removed clutter-0.8.0-clutter-fixed.patch
e12857
e12857
* Sat Sep  6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.0-1
e12857
- Update to 0.8.0
e12857
- Added clutter-0.8.0-clutter-fixed.patch
e12857
e12857
* Sat Jun 14 2008 Allisson Azevedo <allisson@gmail.com> 0.6.4-1
e12857
- Update to 0.6.4
e12857
e12857
* Sat May 17 2008 Allisson Azevedo <allisson@gmail.com> 0.6.2-1
e12857
- Update to 0.6.2
e12857
e12857
* Tue Feb 19 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1
e12857
- Update to 0.6.0
e12857
e12857
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.2-2
e12857
- Autorebuild for GCC 4.3
e12857
e12857
* Wed Oct  3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.2-1
e12857
- Update to 0.4.2
e12857
e12857
* Mon Sep  3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.1-1
e12857
- Update to 0.4.1
e12857
e12857
* Sat Jul 21 2007 Allisson Azevedo <allisson@gmail.com> 0.3.1-1
e12857
- Update to 0.3.1
e12857
e12857
* Thu Apr 12 2007 Allisson Azevedo <allisson@gmail.com> 0.2.3-1
e12857
- Update to 0.2.3
e12857
e12857
* Sun Mar 28 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-4
e12857
- Changed buildrequires and requires
e12857
e12857
* Sun Mar 27 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-3
e12857
- Fix .spec
e12857
e12857
* Sun Mar 24 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-2
e12857
- Fix .spec
e12857
e12857
* Sun Mar 23 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-1
e12857
- Initial RPM release