From f38f2e73df1b9eee14aa09f8537eb17d70857929 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 8 Jun 2009 04:09:35 +0000 Subject: make DND work better don't show a stupid dialog --- metacity.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'metacity.spec') diff --git a/metacity.spec b/metacity.spec index 229ab26..01ceb14 100644 --- a/metacity.spec +++ b/metacity.spec @@ -1,12 +1,16 @@ Summary: Unobtrusive window manager Name: metacity Version: 2.27.0 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://download.gnome.org/sources/metacity/ Source0: http://download.gnome.org/sources/metacity/2.27/metacity-%{version}.tar.bz2 Patch0: default-theme.patch # http://bugzilla.gnome.org/show_bug.cgi?id=558723 Patch4: stop-spamming-xsession-errors.patch +# http://bugzilla.gnome.org/show_bug.cgi?id=135056 +Patch5: dnd-keynav.patch +# http://bugzilla.gnome.org/show_bug.cgi?id=584723 +Patch6: no-lame-dialog.patch License: GPLv2+ Group: User Interface/Desktops @@ -68,6 +72,8 @@ API. This package exists purely for technical reasons. %setup -q %patch0 -p1 -b .default-theme %patch4 -p1 -b .stop-spamming-xsession-errors +%patch5 -p1 -b .dnd-keynav +%patch6 -p1 -b .no-lame-dialog autoreconf -i -f @@ -172,6 +178,10 @@ fi %{_mandir}/man1/metacity-window-demo.1.gz %changelog +* Sun Jun 7 2009 Matthias Clasen - 2.27.0-2 +- Make DND work better +- Don't show a lame dialog + * Sun May 31 2009 Matthias Clasen - 2.27.0-1 - Update to 2.27.0 -- cgit