2010-12-06 22:43:49 +00:00
|
|
|
Name: clutter
|
2012-08-21 15:09:32 +00:00
|
|
|
Version: 1.11.12
|
2012-08-28 17:32:57 +00:00
|
|
|
Release: 3%{?dist}
|
2010-12-06 22:43:49 +00:00
|
|
|
Summary: Open Source software library for creating rich graphical user interfaces
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://www.clutter-project.org/
|
2012-05-10 09:25:25 +00:00
|
|
|
Source0: http://www.clutter-project.org/sources/%{name}/1.11/%{name}-%{version}.tar.xz
|
2010-12-06 22:43:49 +00:00
|
|
|
|
|
|
|
BuildRequires: glib2-devel mesa-libGL-devel pkgconfig pango-devel
|
2010-12-06 23:25:38 +00:00
|
|
|
BuildRequires: cairo-gobject-devel gdk-pixbuf2-devel atk-devel
|
2012-08-28 17:54:31 +00:00
|
|
|
BuildRequires: cogl-devel >= 1.11
|
2010-12-06 22:43:49 +00:00
|
|
|
BuildRequires: gobject-introspection-devel >= 0.9.6
|
2012-03-29 17:26:57 +00:00
|
|
|
BuildRequires: gtk3-devel
|
2010-12-06 22:43:49 +00:00
|
|
|
BuildRequires: json-glib-devel >= 0.12.0
|
2012-03-29 17:26:57 +00:00
|
|
|
BuildRequires: libXcomposite-devel
|
|
|
|
BuildRequires: libXdamage-devel
|
|
|
|
BuildRequires: libXi-devel
|
2010-12-06 22:43:49 +00:00
|
|
|
Requires: gobject-introspection
|
2009-07-28 12:19:24 +00:00
|
|
|
|
2012-04-04 14:31:07 +00:00
|
|
|
# Obsolete clutter packages that have been removed from Fedora
|
|
|
|
Obsoletes: clutter-gesture < 0.0.2-3
|
|
|
|
Obsoletes: clutter-gesture-devel < 0.0.2-3
|
|
|
|
Obsoletes: clutter-imcontext < 0.1.6-5
|
|
|
|
Obsoletes: clutter-imcontext-devel < 0.1.6-5
|
|
|
|
Obsoletes: clutter-imcontext-docs < 0.1.6-5
|
|
|
|
|
2007-03-28 10:49:46 +00:00
|
|
|
%description
|
2010-09-21 23:37:53 +00:00
|
|
|
Clutter is an open source software library for creating fast,
|
|
|
|
visually rich graphical user interfaces. The most obvious example
|
|
|
|
of potential usage is in media center type applications.
|
2007-03-28 10:49:46 +00:00
|
|
|
We hope however it can be used for a lot more.
|
|
|
|
|
|
|
|
%package devel
|
2010-12-06 22:43:49 +00:00
|
|
|
Summary: Clutter development environment
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: pkgconfig glib2-devel pango-devel fontconfig-devel
|
|
|
|
Requires: mesa-libGL-devel
|
|
|
|
Requires: gobject-introspection-devel
|
2007-03-28 10:49:46 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Header files and libraries for building a extension library for the
|
|
|
|
clutter
|
|
|
|
|
2010-12-06 22:43:49 +00:00
|
|
|
%package doc
|
|
|
|
Summary: Documentation for %{name}
|
|
|
|
Group: Documentation
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2009-01-22 13:25:51 +00:00
|
|
|
|
2010-12-06 22:43:49 +00:00
|
|
|
%description doc
|
2010-09-21 23:37:53 +00:00
|
|
|
Clutter is an open source software library for creating fast,
|
|
|
|
visually rich graphical user interfaces. The most obvious example
|
|
|
|
of potential usage is in media center type applications.
|
2009-01-22 13:25:51 +00:00
|
|
|
We hope however it can be used for a lot more.
|
|
|
|
|
|
|
|
This package contains documentation for clutter.
|
|
|
|
|
2007-03-28 10:49:46 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2010-07-06 19:19:47 +00:00
|
|
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
|
|
|
%configure $CONFIGFLAGS \
|
|
|
|
--enable-xinput
|
|
|
|
# clutter git ships with some magic to put the git log in shipped tarballs
|
2010-09-21 23:37:53 +00:00
|
|
|
# which gets listed in files; don't blow up if it's missing
|
2010-07-06 19:19:47 +00:00
|
|
|
if ! test -f ChangeLog; then
|
|
|
|
echo "Created from snapshot" > ChangeLog
|
|
|
|
fi
|
|
|
|
)
|
2010-07-11 12:41:01 +00:00
|
|
|
|
2012-07-17 08:49:57 +00:00
|
|
|
make %{?_smp_mflags} V=1
|
2007-03-28 10:49:46 +00:00
|
|
|
|
|
|
|
%install
|
2010-01-07 00:17:27 +00:00
|
|
|
make install DESTDIR=%{buildroot} INSTALL='install -p'
|
|
|
|
|
|
|
|
#Remove libtool archives.
|
|
|
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
2007-03-28 10:49:46 +00:00
|
|
|
|
2010-08-31 18:50:09 +00:00
|
|
|
%find_lang clutter-1.0
|
|
|
|
|
2007-03-28 10:49:46 +00:00
|
|
|
%post -p /sbin/ldconfig
|
2010-01-07 00:17:27 +00:00
|
|
|
|
2007-03-28 10:49:46 +00:00
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
2010-08-31 18:50:09 +00:00
|
|
|
%files -f clutter-1.0.lang
|
2011-07-05 00:01:21 +00:00
|
|
|
%doc COPYING NEWS README
|
2008-10-07 01:46:58 +00:00
|
|
|
%{_libdir}/*.so.0
|
|
|
|
%{_libdir}/*.so.0.*
|
2009-07-17 16:40:00 +00:00
|
|
|
%{_libdir}/girepository-1.0/*.typelib
|
2007-03-28 10:49:46 +00:00
|
|
|
|
|
|
|
%files devel
|
2009-08-02 04:42:20 +00:00
|
|
|
%doc ChangeLog
|
2007-03-28 10:49:46 +00:00
|
|
|
%{_includedir}/*
|
2008-10-07 01:46:58 +00:00
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2009-07-17 16:40:00 +00:00
|
|
|
%{_datadir}/gir-1.0/*.gir
|
2009-01-22 13:25:51 +00:00
|
|
|
|
|
|
|
%files doc
|
2008-09-07 04:13:21 +00:00
|
|
|
%{_datadir}/gtk-doc/html/clutter
|
2010-08-31 18:50:09 +00:00
|
|
|
%{_datadir}/gtk-doc/html/cally
|
2009-01-22 13:25:51 +00:00
|
|
|
|
2007-03-28 10:49:46 +00:00
|
|
|
%changelog
|
2012-08-28 17:32:57 +00:00
|
|
|
* Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> - 1.11.12-3
|
2012-08-28 17:16:34 +00:00
|
|
|
- Rebuild against new cogl
|
|
|
|
|
2012-08-21 15:09:32 +00:00
|
|
|
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 1.11.12-1
|
|
|
|
- Update to 1.11.12
|
|
|
|
|
2012-08-07 10:22:36 +00:00
|
|
|
* Tue Aug 7 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.11.10-1
|
|
|
|
- Update to 1.11.10
|
|
|
|
|
2012-07-27 04:46:00 +00:00
|
|
|
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-17 08:49:57 +00:00
|
|
|
* Tue Jul 17 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.11.8-1
|
|
|
|
- Update to 1.11.8
|
|
|
|
|
2012-06-26 09:11:44 +00:00
|
|
|
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 1.11.6-1
|
|
|
|
- Update to 1.11.6
|
|
|
|
|
2012-06-05 19:30:15 +00:00
|
|
|
* Tue Jun 5 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.11.4-1
|
|
|
|
- Update to 1.11.4
|
|
|
|
|
2012-05-10 09:25:25 +00:00
|
|
|
* Thu May 10 2012 Kalev Lember <kalevlember@gmail.com> - 1.11.2-1
|
|
|
|
- Update to 1.11.2
|
|
|
|
|
2012-05-03 17:16:26 +00:00
|
|
|
* Thu May 03 2012 Bastien Nocera <bnocera@redhat.com> 1.10.4-2
|
|
|
|
- Add patches to fix crashes with touch events
|
|
|
|
|
2012-05-01 17:29:13 +00:00
|
|
|
* Tue May 1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.10.4-1
|
|
|
|
- Update to 1.10.4
|
|
|
|
|
2012-04-17 10:45:53 +00:00
|
|
|
* Tue Apr 17 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.10.2-1
|
|
|
|
- Update to 1.10.2
|
|
|
|
|
2012-04-12 03:17:26 +00:00
|
|
|
* Thu Apr 12 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.10.0-5
|
|
|
|
- Fix misnamed define to enable XI 2.2 support (#809864)
|
|
|
|
|
2012-04-06 01:06:50 +00:00
|
|
|
* Fri Apr 06 2012 Zeeshan Ali <zeenix@redhat.com> - 1.10.0-4
|
|
|
|
- Include layout fix (Needed by gnome-boxes at least).
|
|
|
|
|
2012-04-04 14:31:07 +00:00
|
|
|
* Wed Apr 04 2012 Kalev Lember <kalevlember@gmail.com> - 1.10.0-3
|
|
|
|
- Obsolete clutter-gesture and clutter-imcontext packages (#809864)
|
|
|
|
|
2012-03-29 17:26:57 +00:00
|
|
|
* Thu Mar 29 2012 Kalev Lember <kalevlember@gmail.com> - 1.10.0-2
|
|
|
|
- Build with xi2.2 support (#803430)
|
|
|
|
- Enable the GDK backend
|
|
|
|
|
2012-03-22 22:39:03 +00:00
|
|
|
* Thu Mar 22 2012 Matthias Clasen <mclasen@redhat.com> - 1.10.0-1
|
|
|
|
- Update to 1.10.0
|
|
|
|
|
2012-03-20 21:34:14 +00:00
|
|
|
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 1.9.16-1
|
|
|
|
- Update to 1.9.16
|
|
|
|
|
2012-03-10 20:18:12 +00:00
|
|
|
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 1.9.14-1
|
|
|
|
- Update to 1.9.14
|
|
|
|
|
2012-02-25 19:38:36 +00:00
|
|
|
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 1.9.12-1
|
|
|
|
- Update to 1.9.12
|
|
|
|
|
2012-02-07 00:51:41 +00:00
|
|
|
* Mon Feb 6 2012 Matthias Clasen <mclasen@redhat.com> - 1.9.10-1
|
|
|
|
- Update to 1.9.10
|
|
|
|
|
2012-01-25 11:29:16 +00:00
|
|
|
* Wed Jan 25 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.9.8-1
|
|
|
|
- 1.9.8 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/clutter/1.9/clutter-1.9.8.news
|
|
|
|
- Back to tar file releases
|
|
|
|
|
2012-01-21 23:20:31 +00:00
|
|
|
* Sat Jan 21 2012 Matthias Clasen <mclasen@redhat.com> - 1.9.7-0.1.20120121
|
|
|
|
- A snapshot that may now really work with gnome-shell
|
|
|
|
|
2012-01-19 18:22:39 +00:00
|
|
|
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 1.9.6-1
|
2012-01-25 11:29:16 +00:00
|
|
|
- 1.9.6 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/clutter/1.9/clutter-1.9.6.news
|
2012-01-19 18:22:39 +00:00
|
|
|
- Should work with gnome-shell again
|
|
|
|
|
2012-01-18 13:14:41 +00:00
|
|
|
* Wed Jan 18 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.9.4-1
|
|
|
|
- 1.9.4 release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/clutter/1.9/clutter-1.9.4.news
|
|
|
|
|
2012-01-12 23:32:18 +00:00
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-22 16:04:19 +00:00
|
|
|
* Tue Nov 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.9.2-1
|
|
|
|
- Update to 1.9.2
|
|
|
|
|
2011-10-26 23:39:14 +00:00
|
|
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-2
|
|
|
|
- Rebuilt for glibc bug#747377
|
|
|
|
|
2011-10-17 13:29:52 +00:00
|
|
|
* Mon Oct 17 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8.2-1
|
|
|
|
- 1.8.2 stable release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/clutter/1.8/clutter-1.8.2.news
|
|
|
|
|
2011-09-19 22:14:42 +00:00
|
|
|
* Mon Sep 19 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8.0-1
|
|
|
|
- 1.8.0 stable release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/clutter/1.8/clutter-1.8.0.news
|
|
|
|
|
2011-09-12 13:47:35 +00:00
|
|
|
* Mon Sep 12 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.90-1
|
|
|
|
- Update to 1.7.90
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/clutter/1.7/clutter-1.7.90.news
|
|
|
|
|
2011-09-05 21:22:52 +00:00
|
|
|
* Mon Sep 5 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.14-1
|
|
|
|
- Update to 1.7.14
|
|
|
|
|
2011-08-31 04:19:30 +00:00
|
|
|
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 1.7.12-1
|
|
|
|
- Update to 1.7.12
|
|
|
|
|
2011-08-18 23:51:46 +00:00
|
|
|
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> - 1.7.10-1
|
|
|
|
- Update to 1.7.10
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Mon Aug 15 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.8-1
|
|
|
|
- Update to 1.7.8
|
|
|
|
|
2011-07-26 15:31:17 +00:00
|
|
|
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 1.7.6-1
|
|
|
|
- Update to 1.7.6
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Mon Jul 4 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.4-1
|
2011-07-05 00:01:21 +00:00
|
|
|
- Update to 1.7.4 devel build
|
|
|
|
- Build against cogl
|
|
|
|
- Add patch to fix DSO linking
|
|
|
|
|
2011-06-24 17:33:52 +00:00
|
|
|
* Fri Jun 24 2011 Adam Jackson <ajax@redhat.com> 1.6.16-3
|
|
|
|
- clutter-1.6.16-no-drm-hax.patch: Remove the insane DRM-banging fallback for
|
|
|
|
sync to vblank.
|
|
|
|
|
2011-06-17 14:35:27 +00:00
|
|
|
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.6.16-2
|
|
|
|
- Fix G_CONST_RETURN usage
|
|
|
|
|
2011-06-15 17:08:06 +00:00
|
|
|
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.6.16-1
|
|
|
|
- Update to 1.6.16
|
|
|
|
|
2011-04-05 17:56:21 +00:00
|
|
|
* Tue Apr 5 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.14-1
|
|
|
|
- Update to 1.6.14
|
|
|
|
|
2011-04-04 15:09:25 +00:00
|
|
|
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.12-1
|
|
|
|
- Update to 1.6.12
|
|
|
|
|
2011-03-21 23:15:27 +00:00
|
|
|
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.10-1
|
|
|
|
- Update to 1.6.10
|
|
|
|
|
2011-03-07 23:51:06 +00:00
|
|
|
* Mon Mar 7 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.8-1
|
|
|
|
- Update to 1.6.8
|
|
|
|
|
2011-03-03 00:32:07 +00:00
|
|
|
* Wed Mar 2 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.6-2
|
|
|
|
- Fix icon corruption in gnome-shell
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Mon Feb 21 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.6.6-1
|
2011-02-21 14:31:23 +00:00
|
|
|
- Update to 1.6.6
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Mon Feb 14 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.6.4-1
|
2011-02-14 17:56:27 +00:00
|
|
|
- Update to 1.6.4
|
|
|
|
|
2011-02-08 09:34:12 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Mon Feb 7 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.6.2-1
|
2011-02-07 16:57:13 +00:00
|
|
|
- Update to 1.6.2
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Mon Jan 31 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.6.0-1
|
2011-01-31 16:55:10 +00:00
|
|
|
- Update to 1.6.0
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Mon Jan 24 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.5.14-1
|
2011-01-24 11:34:49 +00:00
|
|
|
- Update to 1.5.14
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Wed Jan 12 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.5.12-1
|
2011-01-12 12:34:51 +00:00
|
|
|
- Update to 1.5.12
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Tue Dec 28 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 1.5.10-1
|
2010-12-28 19:35:03 +00:00
|
|
|
- Update to 1.5.10
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Mon Dec 6 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 1.5.8-3
|
2010-12-06 22:43:49 +00:00
|
|
|
- Drop unneeded gtk2-devel builddep that causes issues for gtk3 clutter apps
|
2010-12-06 23:25:38 +00:00
|
|
|
- Add the independent deps that were pulled in by gtk2-devel
|
2010-12-06 22:43:49 +00:00
|
|
|
|
2010-11-30 00:00:00 +00:00
|
|
|
* Mon Nov 29 2010 Owen Taylor <otaylor@redhat.com> - 1.5.8-2
|
|
|
|
- Update to 1.5.8
|
2010-11-30 00:35:46 +00:00
|
|
|
- Add cairo-gobject-devel dependency
|
2010-11-30 00:00:00 +00:00
|
|
|
- Drop unneeded patches
|
|
|
|
|
2010-11-23 03:53:36 +00:00
|
|
|
* Mon Nov 22 2010 Dan Williams <dcbw@redhat.com> - 1.4.0-4
|
|
|
|
- Add a patch cherry-picked from upstream for
|
|
|
|
http://bugzilla.clutter-project.org/attachment.cgi?id=2366
|
|
|
|
(gnome-shell/mutter hang when gnome-settings-daemon restarts)
|
|
|
|
|
2010-10-05 13:28:45 +00:00
|
|
|
* Tue Oct 5 2010 Owen Taylor <otaylor@redhat.com> - 1.4.0-3
|
|
|
|
- Add a patch cherry-picked from upstream for
|
|
|
|
http://bugzilla.clutter-project.org/show_bug.cgi?id=2324
|
|
|
|
(gnome-shell crashes on root background changes)
|
|
|
|
|
2010-09-29 21:02:46 +00:00
|
|
|
* Wed Sep 29 2010 jkeating - 1.4.0-2
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Fri Sep 24 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.0-1
|
2010-09-24 16:02:08 +00:00
|
|
|
- Update to stable 1.4.0 release
|
|
|
|
|
2010-09-22 18:49:47 +00:00
|
|
|
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 1.3.14-1
|
|
|
|
- Update to 1.3.14
|
|
|
|
|
2010-09-21 23:37:53 +00:00
|
|
|
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 1.3.12-2
|
|
|
|
- Rebuild against newer gobject-introspection
|
|
|
|
|
2010-08-31 18:50:09 +00:00
|
|
|
* Tue Aug 31 2010 Colin Walters <walters@verbum.org> - 1.3.12-1
|
|
|
|
- New upstream
|
|
|
|
|
2010-07-15 18:51:39 +00:00
|
|
|
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 1.2.10-3
|
|
|
|
- Rebuild with new gobject-introspection
|
|
|
|
|
2010-07-12 18:58:28 +00:00
|
|
|
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 1.2.10-2
|
|
|
|
- Rebuild against new gobject-introspection
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Sun Jul 11 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.10-1
|
2010-07-11 12:41:01 +00:00
|
|
|
- Update to new upstream stable 1.2.10 release
|
|
|
|
|
2010-07-06 19:19:47 +00:00
|
|
|
* Tue Jul 6 2010 Colin Walters <walters@verbum.org> - 1.2.8-4
|
|
|
|
- Changes to support git snapshot builds
|
|
|
|
|
2010-07-01 07:30:57 +00:00
|
|
|
* Thu Jul 1 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.8-3
|
|
|
|
- Rebuild for "Incompatible version 1.0 (supported: 1.1)"
|
|
|
|
for introspection file
|
|
|
|
|
2010-07-11 12:41:01 +00:00
|
|
|
* Thu Jun 10 2010 Colin Walters <walters@verbum.org> 1.2.8-2
|
2010-06-10 14:48:21 +00:00
|
|
|
- Drop gir-repository dependency, we don't need it anymore
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Sat May 15 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.8-1
|
2010-05-15 13:10:10 +00:00
|
|
|
- Update to new upstream stable 1.2.8 release
|
|
|
|
- Drop upstreamed patches
|
|
|
|
|
2010-07-11 12:41:01 +00:00
|
|
|
* Fri Apr 30 2010 Owen Taylor <otaylor@redhat.com> 1.2.6-1
|
2010-05-03 10:17:51 +00:00
|
|
|
- Update to new upstream stable 1.2.6 release
|
|
|
|
- Work around Radeon driver problem with color channel confusion.
|
|
|
|
- Fix Mutter not seeing BufferSwapComplete events and freezing
|
|
|
|
- Remove incorrect warning message about BufferSwapComplete events
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Tue Mar 20 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.4-1
|
2010-03-30 09:26:33 +00:00
|
|
|
- Update to new upstream stable 1.2.4 release
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Mon Mar 15 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.2-1
|
2010-03-15 23:30:31 +00:00
|
|
|
- Update to new upstream stable 1.2.2 release
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Tue Mar 2 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.0-1
|
2010-03-02 20:40:10 +00:00
|
|
|
- Update to new upstream stable 1.2.0 release
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Sun Feb 28 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.14-1
|
2010-02-28 16:20:14 +00:00
|
|
|
- Update to 1.1.14
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Wed Feb 11 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.10-2
|
2010-02-11 14:30:02 +00:00
|
|
|
- Add patch to fix 64bit build
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Wed Feb 11 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.10-1
|
2010-02-11 14:12:49 +00:00
|
|
|
- Update to 1.1.10
|
2010-02-08 21:15:37 +00:00
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Thu Feb 4 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.6-1
|
2010-02-04 01:48:52 +00:00
|
|
|
- Update to 1.1.6
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Thu Jan 7 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.8-2
|
2010-01-07 00:17:27 +00:00
|
|
|
- A few minor spec cleanups
|
|
|
|
|
2011-08-15 16:23:08 +00:00
|
|
|
* Mon Jan 4 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.8-1
|
2010-01-04 22:38:37 +00:00
|
|
|
- Update to 1.0.8
|
|
|
|
|
2009-09-22 15:02:59 +00:00
|
|
|
* Tue Sep 22 2009 Bastien Nocera <bnocera@redhat.com> 1.0.6-1
|
|
|
|
- Update to 1.0.6
|
|
|
|
|
2009-08-30 15:33:16 +00:00
|
|
|
* Sun Aug 30 2009 Owen Taylor <otaylor@redhat.com> - 1.0.4-1
|
|
|
|
- Update to 1.0.4, update gobject-introspection requirement
|
|
|
|
|
2009-08-14 16:36:24 +00:00
|
|
|
* Fri Aug 14 2009 Bastien Nocera <bnocera@redhat.com> 1.0.2-1
|
|
|
|
- Update to 1.0.2
|
|
|
|
|
2009-08-02 04:42:20 +00:00
|
|
|
* Sun Aug 1 2009 Matthias Clasen <mclasen@redhat.com> 1.0.0-4
|
|
|
|
- Move ChangeLog to -devel to save some space
|
|
|
|
|
2009-08-01 03:29:08 +00:00
|
|
|
* Fri Jul 31 2009 Matthias Clasen <mclasen@redhat.com> 1.0.0-3
|
2009-08-01 03:26:21 +00:00
|
|
|
- Drop the gir-repository-devel dep, which pulls a bunch of -devel
|
|
|
|
onto the live cd
|
|
|
|
|
2009-07-29 10:05:37 +00:00
|
|
|
* Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 1.0.0-1
|
|
|
|
- Update to 1.0.0
|
|
|
|
|
2009-07-28 12:19:24 +00:00
|
|
|
* Tue Jul 28 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.9.8-3
|
|
|
|
- fix bz #507389
|
|
|
|
|
2009-07-24 19:09:08 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-17 17:22:11 +00:00
|
|
|
* Fri Jul 17 2009 Bastien Nocera <bnocera@redhat.com> 0.9.8-1
|
|
|
|
- Update to 0.9.8
|
|
|
|
|
2009-07-17 16:40:00 +00:00
|
|
|
* Fri Jul 17 2009 Bastien Nocera <bnocera@redhat.com> 0.9.6-2
|
|
|
|
- Patch from Owen Taylor <otaylor@redhat.com> to add gobject-
|
|
|
|
introspection support to clutter (#512260)
|
|
|
|
|
2009-07-10 13:17:46 +00:00
|
|
|
* Fri Jul 10 2009 Bastien Nocera <bnocera@redhat.com> 0.9.6-1
|
|
|
|
- Update to 0.9.6
|
|
|
|
|
2009-06-20 13:56:57 +00:00
|
|
|
* Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.9.4-1
|
|
|
|
- Update to 0.9.4
|
|
|
|
|
2009-05-26 15:08:14 +00:00
|
|
|
* Mon May 18 2009 Bastien Nocera <bnocera@redhat.com> 0.9.2-1
|
|
|
|
- Update to 0.9.2
|
|
|
|
|
2009-02-24 08:03:39 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-02-19 22:55:17 +00:00
|
|
|
|
2009-01-22 13:59:48 +00:00
|
|
|
* Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-3
|
|
|
|
- Remove noarch from doc subpackage
|
|
|
|
|
2009-01-22 13:25:51 +00:00
|
|
|
* Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-2
|
|
|
|
- Added gtk-doc for cogl
|
|
|
|
- Created doc subpackage
|
|
|
|
|
2009-01-22 03:39:00 +00:00
|
|
|
* Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-1
|
|
|
|
- Update to 0.8.6
|
|
|
|
|
2008-10-07 01:46:58 +00:00
|
|
|
* Mon Oct 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.2-1
|
|
|
|
- Update to 0.8.2
|
|
|
|
- Removed clutter-0.8.0-clutter-fixed.patch
|
|
|
|
|
2008-09-07 04:13:21 +00:00
|
|
|
* Sat Sep 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.0-1
|
|
|
|
- Update to 0.8.0
|
2008-10-07 01:46:58 +00:00
|
|
|
- Added clutter-0.8.0-clutter-fixed.patch
|
2008-09-07 04:13:21 +00:00
|
|
|
|
2008-06-14 14:34:05 +00:00
|
|
|
* Sat Jun 14 2008 Allisson Azevedo <allisson@gmail.com> 0.6.4-1
|
|
|
|
- Update to 0.6.4
|
|
|
|
|
2008-05-18 01:27:10 +00:00
|
|
|
* Sat May 17 2008 Allisson Azevedo <allisson@gmail.com> 0.6.2-1
|
|
|
|
- Update to 0.6.2
|
|
|
|
|
2008-02-19 22:55:17 +00:00
|
|
|
* Tue Feb 19 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1
|
|
|
|
- Update to 0.6.0
|
|
|
|
|
2008-02-18 19:12:26 +00:00
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.2-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-10-03 12:42:17 +00:00
|
|
|
* Wed Oct 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.2-1
|
|
|
|
- Update to 0.4.2
|
|
|
|
|
2007-09-03 18:45:31 +00:00
|
|
|
* Mon Sep 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.1-1
|
|
|
|
- Update to 0.4.1
|
|
|
|
|
2007-07-22 02:42:36 +00:00
|
|
|
* Sat Jul 21 2007 Allisson Azevedo <allisson@gmail.com> 0.3.1-1
|
|
|
|
- Update to 0.3.1
|
|
|
|
|
2007-04-12 16:45:43 +00:00
|
|
|
* Thu Apr 12 2007 Allisson Azevedo <allisson@gmail.com> 0.2.3-1
|
|
|
|
- Update to 0.2.3
|
|
|
|
|
2007-03-29 01:37:51 +00:00
|
|
|
* Sun Mar 28 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-4
|
|
|
|
- Changed buildrequires and requires
|
|
|
|
|
2007-03-28 10:49:46 +00:00
|
|
|
* Sun Mar 27 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-3
|
|
|
|
- Fix .spec
|
|
|
|
|
|
|
|
* Sun Mar 24 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-2
|
|
|
|
- Fix .spec
|
|
|
|
|
|
|
|
* Sun Mar 23 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-1
|
|
|
|
- Initial RPM release
|