summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-01-20 17:11:20 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-01-20 17:11:20 -0500
commit5ad88759360d2aef0593ea229059a60ca2f6d8ba (patch)
treef7304ac24f310942657381cf1d5dda084ab39e92
parent41166a921fe7da6583fc6fd72d5dbd9ef1342c6d (diff)
downloadmutter-5ad88759360d2aef0593ea229059a60ca2f6d8ba.tar.gz
mutter-5ad88759360d2aef0593ea229059a60ca2f6d8ba.tar.xz
mutter-5ad88759360d2aef0593ea229059a60ca2f6d8ba.zip
drop obsolete patch
-rw-r--r--mutter.spec4
1 files changed, 0 insertions, 4 deletions
diff --git a/mutter.spec b/mutter.spec
index 10ac2d2..b8d2bf1 100644
--- a/mutter.spec
+++ b/mutter.spec
@@ -8,9 +8,6 @@ License: GPLv2+
#VCS: git:git://git.gnome.org/mutter
Source0: http://download.gnome.org/sources/%{name}/3.3/%{name}-%{version}.tar.xz
-# upstream fix
-Patch0: mutter-backdrop.patch
-
BuildRequires: clutter-devel >= 1.7.5
BuildRequires: pango-devel
BuildRequires: startup-notification-devel
@@ -62,7 +59,6 @@ utilities for testing Metacity/Mutter themes.
%prep
%setup -q
-%patch0 -p1
%build
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;