rpms/glib2/devel test.patch,NONE,1.1 glib2.spec,1.84,1.85

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 7 18:22:19 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/glib2/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8287

Modified Files:
	glib2.spec 
Added Files:
	test.patch 
Log Message:
debug


test.patch:
 threadpool-test.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE test.patch ---
--- glib-2.10.2/tests/threadpool-test.c.test	2006-04-07 14:20:58.000000000 -0400
+++ glib-2.10.2/tests/threadpool-test.c	2006-04-07 14:21:28.000000000 -0400
@@ -5,8 +5,8 @@
 
 #include <glib.h>
 
-#define DEBUG_MSG(x)  
-/* #define DEBUG_MSG(args) g_printerr args ; g_printerr ("\n");  */
+/*#define DEBUG_MSG(x)  */
+#define DEBUG_MSG(args) g_printerr args ; g_printerr ("\n"); 
 
 #define WAIT                5    /* seconds */
 #define MAX_THREADS         10


Index: glib2.spec
===================================================================
RCS file: /cvs/dist/rpms/glib2/devel/glib2.spec,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- glib2.spec	7 Apr 2006 18:03:20 -0000	1.84
+++ glib2.spec	7 Apr 2006 18:22:16 -0000	1.85
@@ -14,6 +14,8 @@
 Obsoletes: glib-gtkbeta
 URL: http://www.gtk.org
 
+Patch0: test.patch
+
 %description 
 GLib is the low-level core library that forms the basis
 for projects such as GTK+ and GNOME. It provides data structure
@@ -37,6 +39,7 @@
 
 %prep
 %setup -q -n glib-%{version}
+%patch0 -p1 -b .test
 
 %build
 




More information about the fedora-cvs-commits mailing list