diff --git a/metacity.spec b/metacity.spec index 0b5e526..7e0f168 100644 --- a/metacity.spec +++ b/metacity.spec @@ -1,7 +1,7 @@ Summary: Unobtrusive window manager Name: metacity Version: 2.34.13 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://download.gnome.org/sources/metacity/ Source0: http://download.gnome.org/sources/metacity/2.34/metacity-%{version}.tar.xz # http://bugzilla.gnome.org/show_bug.cgi?id=558723 @@ -31,9 +31,6 @@ Patch28: Stop-confusing-GDK-s-grab-tracking.patch # https://bugzilla.gnome.org/show_bug.cgi?id=622517 Patch29: Allow-breaking-out-from-maximization-during-mouse.patch -Source1: window.png -Source2: mini-window.png - License: GPLv2+ Group: User Interface/Desktops BuildRequires: gtk2-devel @@ -101,8 +98,6 @@ API. This package exists purely for technical reasons. %patch28 -p1 -b .grab-tracking %patch29 -p1 -b .mouse-unmaximize -cp -p %{SOURCE1} %{SOURCE2} src/ - # force regeneration rm -f src/org.gnome.metacity.gschema.valid @@ -179,6 +174,9 @@ fi %{_mandir}/man1/metacity-window-demo.1.gz %changelog +* Thu Nov 22 2012 Florian Müllner - 2.34.13-3 +- Clean up leftovers from upstream patch removed in commit 24481514 + * Tue Nov 20 2012 Matthias Clasen - 2.34.13-2 - Don't use a patch fuzz of 999 diff --git a/mini-window.png b/mini-window.png deleted file mode 100644 index ce66be1..0000000 Binary files a/mini-window.png and /dev/null differ diff --git a/window.png b/window.png deleted file mode 100644 index cfbcf38..0000000 Binary files a/window.png and /dev/null differ