diff --git a/0001-Properly-handle-scenario-when-one-keycode-has-multip.patch b/0001-Properly-handle-scenario-when-one-keycode-has-multip.patch index 9954539..c4c7988 100644 --- a/0001-Properly-handle-scenario-when-one-keycode-has-multip.patch +++ b/0001-Properly-handle-scenario-when-one-keycode-has-multip.patch @@ -28,15 +28,6 @@ diff --git a/libgnomekbd/gkbd-keyboard-drawing.c b/libgnomekbd/gkbd-keyboard-dra index f02fb5e..da314d4 100644 --- a/libgnomekbd/gkbd-keyboard-drawing.c +++ b/libgnomekbd/gkbd-keyboard-drawing.c -@@ -31,7 +31,7 @@ - #include - #include - --#define noKBDRAW_DEBUG -+#define KBDRAW_DEBUG - - #define INVALID_KEYCODE ((guint)(-1)) - @@ -998,8 +998,8 @@ draw_key (GkbdKeyboardDrawingRenderContext * context, if (key->pressed) diff --git a/libgnomekbd.spec b/libgnomekbd.spec index e1c4d95..5cddcfb 100644 --- a/libgnomekbd.spec +++ b/libgnomekbd.spec @@ -1,6 +1,6 @@ Name: libgnomekbd Version: 2.28.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A keyboard configuration library Group: System Environment/Libraries @@ -135,6 +135,9 @@ touch --no-create %{_datadir}/icons/hicolor || : %changelog +* Thu Dec 03 2009 Bastien Nocera 2.28.0-4 +- Remove debug in patch + * Thu Dec 3 2009 Matthias Clasen - 2.28.0-3 - Small spec fixes