rpms/libgnomekbd/devel 0001-Properly-handle-scenario-when-one-keycode-has-multip.patch, 1.1, 1.2 libgnomekbd.spec, 1.51, 1.52

Bastien Nocera hadess at fedoraproject.org
Thu Dec 3 14:11:51 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/libgnomekbd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28857

Modified Files:
	0001-Properly-handle-scenario-when-one-keycode-has-multip.patch 
	libgnomekbd.spec 
Log Message:
* Thu Dec 03 2009 Bastien Nocera <bnocera at redhat.com> 2.28.0-4
- Remove debug in patch


0001-Properly-handle-scenario-when-one-keycode-has-multip.patch:
 ChangeLog                           |    6 ++
 libgnomekbd/gkbd-keyboard-drawing.c |  107 ++++++++++++++++++++++--------------
 libgnomekbd/gkbd-keyboard-drawing.h |    4 +
 3 files changed, 76 insertions(+), 41 deletions(-)

Index: 0001-Properly-handle-scenario-when-one-keycode-has-multip.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libgnomekbd/devel/0001-Properly-handle-scenario-when-one-keycode-has-multip.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- 0001-Properly-handle-scenario-when-one-keycode-has-multip.patch	3 Dec 2009 05:23:49 -0000	1.1
+++ 0001-Properly-handle-scenario-when-one-keycode-has-multip.patch	3 Dec 2009 14:11:51 -0000	1.2
@@ -28,15 +28,6 @@ diff --git a/libgnomekbd/gkbd-keyboard-d
 index f02fb5e..da314d4 100644
 --- a/libgnomekbd/gkbd-keyboard-drawing.c
 +++ b/libgnomekbd/gkbd-keyboard-drawing.c
-@@ -31,7 +31,7 @@
- #include <gkbd-keyboard-drawing.h>
- #include <gkbd-keyboard-drawing-marshal.h>
- 
--#define noKBDRAW_DEBUG
-+#define KBDRAW_DEBUG
- 
- #define INVALID_KEYCODE ((guint)(-1))
- 
 @@ -998,8 +998,8 @@ draw_key (GkbdKeyboardDrawingRenderContext * context,
  
  	if (key->pressed)


Index: libgnomekbd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgnomekbd/devel/libgnomekbd.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- libgnomekbd.spec	3 Dec 2009 05:20:39 -0000	1.51
+++ libgnomekbd.spec	3 Dec 2009 14:11:51 -0000	1.52
@@ -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/hico
 
 
 %changelog
+* Thu Dec 03 2009 Bastien Nocera <bnocera at redhat.com> 2.28.0-4
+- Remove debug in patch
+
 * Thu Dec  3 2009 Matthias Clasen <mclasen at redhat.com> - 2.28.0-3
 - Small spec fixes
 




More information about the scm-commits mailing list