rpms/rekall/FC-4 rekall-2.2.3-64bitfix.patch, 1.2, 1.3 rekall.spec, 1.2, 1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Sep 22 19:31:56 UTC 2005


Author: spot

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

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

more 64 bit precision issues


rekall-2.2.3-64bitfix.patch:

Index: rekall-2.2.3-64bitfix.patch
===================================================================
RCS file: /cvs/extras/rpms/rekall/FC-4/rekall-2.2.3-64bitfix.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rekall-2.2.3-64bitfix.patch	22 Sep 2005 18:46:15 -0000	1.2
+++ rekall-2.2.3-64bitfix.patch	22 Sep 2005 19:31:54 -0000	1.3
@@ -38,3 +38,32 @@
  			else	hval	= key.tag->tag ;
  			break	;
  	}
+--- rekall-2.2.4/libs/kbase/kb_parse.cpp.BAD	2005-09-22 14:29:36.000000000 -0500
++++ rekall-2.2.4/libs/kbase/kb_parse.cpp	2005-09-22 14:29:52.000000000 -0500
+@@ -971,7 +971,7 @@
+ 			receiver,
+ 			SLOT (newNode(int)),
+ 			0,
+-			(int)nsItem
++			(long)nsItem
+ 		)	;
+ 
+ 		sep	= true	;
+@@ -1025,7 +1025,7 @@
+ 			receiver,
+ 			SLOT (newNode(int)),
+ 			0,
+-			(int)nsItem
++			(long)nsItem
+ 		)	;
+ 	}
+ 
+@@ -1043,7 +1043,7 @@
+ 				receiver,
+ 				SLOT (newNode(int)),
+ 				0,
+-				(int)exItem
++				(long)exItem
+ 			)	;
+ 		)
+ 


Index: rekall.spec
===================================================================
RCS file: /cvs/extras/rpms/rekall/FC-4/rekall.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rekall.spec	22 Sep 2005 18:46:15 -0000	1.2
+++ rekall.spec	22 Sep 2005 19:31:54 -0000	1.3
@@ -1,7 +1,7 @@
 Name:		rekall
 Summary:	A KDE database front-end application
 Version:	2.2.4
-Release:	1%{?dist}
+Release:	2%{?dist}
 Group:		Development/Tools
 License:	GPL
 URL:		http://www.rekallrevealed.org/
@@ -336,6 +336,9 @@
 %{_libdir}/librekallrt.la
 
 %changelog
+* Thu Sep 22 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.2.4-2
+- another 64 bit long issue
+
 * Thu Sep 22 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.2.4-1
 - go to 2.2.4
 - fix 64 bit long issue




More information about the fedora-extras-commits mailing list