From f9aba0b43050be4429b0d48c6c65fd614e98aa45 Mon Sep 17 00:00:00 2001 From: Christian Krause Date: May 07 2011 18:14:13 +0000 Subject: Remove clutter-gtk patch to build against clutter-gtk010 --- diff --git a/clutter-sharp.spec b/clutter-sharp.spec index e291e1e..bd5a0d4 100644 --- a/clutter-sharp.spec +++ b/clutter-sharp.spec @@ -5,13 +5,12 @@ Summary: C#/.NET bindings to Clutter Name: clutter-sharp Version: 0 -Release: 0.12.%{gitdate}%{?dist} +Release: 0.13.%{gitdate}%{?dist} URL: http://www.clutter-project.org Source0: %{name}-%{gitdate}.tar.bz2 # based on libdrm's make-git-snapshot.sh # sh clutter-sharp-make-git-snapshot.sh Source1: clutter-sharp-make-git-snapshot.sh -Patch0: clutter-sharp-20090828-clutter-gtk.patch Patch1: clutter-sharp-20090828-initialization-fix.patch License: MIT Group: System Environment/Libraries @@ -47,7 +46,6 @@ to clutter. %prep %setup -q -n %{name}-%{gitdate} -%patch0 -p1 -b clutter-gtk-fix %patch1 -p1 -b init-fix sed -i -e 's!$(prefix)/lib!%{_libdir}/!' glib/Makefile.am @@ -81,6 +79,9 @@ rm -rf %{buildroot} %{_libdir}/monodoc/sources/* %changelog +* Sat May 07 2011 Christian Krause - 0-0.13.20090828 +- Remove clutter-gtk patch to build against clutter-gtk010 + * Thu May 05 2011 Christian Krause - 0-0.12.20090828 - Build against clutter-gtk010 for GTK2 support