packages: heap-shot/heap-shot.spec, heap-shot/heap-shot-build.patch (NEW) -...

pluto pluto at pld-linux.org
Fri May 7 22:50:28 CEST 2010


Author: pluto                        Date: Fri May  7 20:50:28 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix 64-bit build, release 1.

---- Files affected:
packages/heap-shot:
   heap-shot.spec (1.2 -> 1.3) , heap-shot-build.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/heap-shot/heap-shot.spec
diff -u packages/heap-shot/heap-shot.spec:1.2 packages/heap-shot/heap-shot.spec:1.3
--- packages/heap-shot/heap-shot.spec:1.2	Fri May  7 21:35:03 2010
+++ packages/heap-shot/heap-shot.spec	Fri May  7 22:50:23 2010
@@ -5,7 +5,7 @@
 Summary:	A profiler to explore live objects in the heap
 Name:		heap-shot
 Version:	0.1
-Release:	0.1
+Release:	1
 License:	GPL v3
 Group:		Development/Tools
 # svn co svn://anonsvn.mono-project.com/source/trunk/heap-shot
@@ -13,6 +13,7 @@
 # Source0-md5:	976f917b5703eb321b7acac42e6f9000
 Patch0:		%{name}-configure.patch
 Patch1:		%{name}-unicode-dot.patch
+Patch2:		%{name}-build.patch
 URL:		http://www.mono-project.com/HeapShot
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -37,6 +38,7 @@
 %setup -q -n %{name}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 ./autogen.sh
 
 %build
@@ -76,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2010/05/07 20:50:23  pluto
+- fix 64-bit build, release 1.
+
 Revision 1.2  2010/05/07 19:35:03  pluto
 - BR: dotnet-gtk-sharp2-devel.
 

================================================================
Index: packages/heap-shot/heap-shot-build.patch
diff -u /dev/null packages/heap-shot/heap-shot-build.patch:1.1
--- /dev/null	Fri May  7 22:50:28 2010
+++ packages/heap-shot/heap-shot-build.patch	Fri May  7 22:50:23 2010
@@ -0,0 +1,11 @@
+--- heap-shot/profiler/outfile-writer.c.orig	2010-05-07 22:34:43.028272974 +0200
++++ heap-shot/profiler/outfile-writer.c	2010-05-07 22:34:47.115353979 +0200
+@@ -26,6 +26,8 @@
+ #include <string.h>
+ #include <time.h>
+ 
++#include <mono/metadata/debug-helpers.h>
++
+ #include "outfile-writer.h"
+ 
+ #define MAGIC_NUMBER 0x4eabfdd1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/heap-shot/heap-shot.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list