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