From 1c4c5b3fc4d40ef42867139cedbb372e9f5bd61c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 7 Jan 2011 12:44:59 -0500 Subject: [PATCH] Rebuild --- clutter-gtk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/clutter-gtk.spec b/clutter-gtk.spec index e3d277d..163a275 100644 --- a/clutter-gtk.spec +++ b/clutter-gtk.spec @@ -2,7 +2,7 @@ Name: clutter-gtk Version: 0.91.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A basic GTK clutter widget Group: Development/Languages @@ -10,7 +10,7 @@ License: LGPLv2+ URL: http://www.clutter-project.org Source0: http://www.clutter-project.org/sources/%{name}/0.91/%{name}-%{version}.tar.bz2 -BuildRequires: gtk3-devel +BuildRequires: gtk3-devel >= 2.99.0 BuildRequires: clutter-devel BuildRequires: gobject-introspection-devel @@ -63,6 +63,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_datadir}/gtk-doc/html/clutter-gtk %changelog +* Fri Jan 7 2011 Matthias Clasen 0.91.6-2 +- Rebuild against GTK+ 2.99.0 + * Tue Dec 28 2010 Peter Robinson 0.91.6-1 - Update to 0.91.6 - Fix deps and other bits of spec file