From 57bc9f9f7fc9ba75bda14dddaba0682a452a6d00 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 21 Feb 2013 08:36:52 +0100 Subject: [PATCH] Remove upstreamed patches --- clutter.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/clutter.spec b/clutter.spec index d75f381..9c13044 100644 --- a/clutter.spec +++ b/clutter.spec @@ -3,11 +3,6 @@ Version: 1.13.6 Release: 1%{?dist} Summary: Open Source software library for creating rich graphical user interfaces -# https://bugzilla.gnome.org/show_bug.cgi?id=692707 -Patch0: oob-device-fix.patch -# https://bugzilla.gnome.org/show_bug.cgi?id=692466 -Patch1: clutter-1.13.4-xi23.patch - Group: Development/Libraries License: LGPLv2+ URL: http://www.clutter-project.org/ @@ -69,8 +64,6 @@ This package contains documentation for clutter. %prep %setup -q -%patch0 -p1 -%patch1 -p1 -b .xi23 %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;