rpms/rekall/FC-5 rekall-2.4.5-64bitfix.patch, 1.1, 1.2 rekall.spec, 1.15, 1.16

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Jan 18 18:42:42 UTC 2007


Author: spot

Update of /cvs/extras/rpms/rekall/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8919/FC-5

Modified Files:
	rekall-2.4.5-64bitfix.patch rekall.spec 
Log Message:

- really fix remaining 64bit issue



rekall-2.4.5-64bitfix.patch:

Index: rekall-2.4.5-64bitfix.patch
===================================================================
RCS file: /cvs/extras/rpms/rekall/FC-5/rekall-2.4.5-64bitfix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rekall-2.4.5-64bitfix.patch	18 Jan 2007 18:05:10 -0000	1.1
+++ rekall-2.4.5-64bitfix.patch	18 Jan 2007 18:42:11 -0000	1.2
@@ -20,3 +20,43 @@
  
  	while (item != 0)
  	{
+--- rekall-2.4.5/libs/kbase/kb_stack.cpp.BAD	2007-01-18 12:35:32.000000000 -0600
++++ rekall-2.4.5/libs/kbase/kb_stack.cpp	2007-01-18 12:36:02.000000000 -0600
+@@ -456,7 +456,7 @@
+ 				this,
+ 				SLOT	(setCurrentPage(int)),
+ 				0,
+-				(int)p
++				(long)p
+ 			)	;
+ 		else
+ 			raiser->insertItem
+@@ -464,7 +464,7 @@
+ 				this,
+ 				SLOT	(setCurrentPage(int)),
+ 				0,
+-				(int)p
++				(long)p
+ 			)	;
+ 
+ 	)
+--- rekall-2.4.5/script/python/tkc_pydebugbase.cpp.BAD	2007-01-18 12:39:18.000000000 -0600
++++ rekall-2.4.5/script/python/tkc_pydebugbase.cpp	2007-01-18 12:39:33.000000000 -0600
+@@ -569,7 +569,7 @@
+ 		{
+ 			DPRINTF
+ 			((	"TKCPyDebugBase::setTracePoint: %08x:%d\n",
+-				(uint)pyObj,
++				(unsigned long)pyObj,
+ 				lineNo
+ 			))	;
+ 			tracePoints.append (new TKCPyTracePoint (pyObj, userPtr, lineNo)) ;
+@@ -596,7 +596,7 @@
+ 		{
+ 			DPRINTF
+ 			((	"TKCPyDebugBase::clearTracePoint: %08x:%d\n",
+-				(uint)pyObj,
++				(unsigned long)pyObj,
+ 				lineNo
+ 			))	;
+ 			tracePoints.remove (tp) ;


Index: rekall.spec
===================================================================
RCS file: /cvs/extras/rpms/rekall/FC-5/rekall.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- rekall.spec	18 Jan 2007 18:05:10 -0000	1.15
+++ rekall.spec	18 Jan 2007 18:42:11 -0000	1.16
@@ -1,7 +1,7 @@
 Name:		rekall
 Summary:	A KDE database front-end application
 Version:	2.4.5
-Release:	2%{?dist}
+Release:	3%{?dist}
 Group:		Development/Tools
 License:	GPL
 URL:		http://www.rekallrevealed.org/
@@ -281,6 +281,9 @@
 %{_libdir}/librekallqt_driver_sqlite3.so*
 
 %changelog
+* Thu Jan 18 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2.4.5-3
+- really fix remaining 64bit issue
+
 * Thu Jan 18 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2.4.5-2
 - fix remaining 64bit issue
 




More information about the fedora-extras-commits mailing list