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

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Sep 22 20:58:04 UTC 2005


Author: spot

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

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

yet another 64bit fix


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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rekall-2.2.3-64bitfix.patch	22 Sep 2005 19:31:54 -0000	1.3
+++ rekall-2.2.3-64bitfix.patch	22 Sep 2005 20:58:02 -0000	1.4
@@ -67,3 +67,30 @@
  			)	;
  		)
  
+--- rekall-2.2.4/libs/kbase/kb_link.cpp.BAD	2005-09-22 15:53:11.000000000 -0500
++++ rekall-2.2.4/libs/kbase/kb_link.cpp	2005-09-22 15:53:53.000000000 -0500
+@@ -849,21 +849,21 @@
+ 		receiver,
+ 		SLOT(newNode(int)),
+ 		0,
+-		(int)&nodeSpecTable
++		(long)&nodeSpecTable
+ 	)	;
+ 	lp->insertItem
+ 	(	TR("Query link"),
+ 		receiver,
+ 		SLOT(newNode(int)),
+ 		0,
+-		(int)&nodeSpecQuery
++		(long)&nodeSpecQuery
+ 	)	;
+ 	lp->insertItem
+ 	(	TR("SQL link"  ),
+ 		receiver,
+ 		SLOT(newNode(int)),
+ 		0,
+-		(int)&nodeSpecSQL
++		(long)&nodeSpecSQL
+ 	) 	;
+ 
+ 	popup->insertItem (TR("New &Link"), lp) ;


Index: rekall.spec
===================================================================
RCS file: /cvs/extras/rpms/rekall/FC-4/rekall.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rekall.spec	22 Sep 2005 19:31:54 -0000	1.3
+++ rekall.spec	22 Sep 2005 20:58:02 -0000	1.4
@@ -1,7 +1,7 @@
 Name:		rekall
 Summary:	A KDE database front-end application
 Version:	2.2.4
-Release:	2%{?dist}
+Release:	3%{?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-3
+- yet another 64 bit long issue
+
 * Thu Sep 22 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.2.4-2
 - another 64 bit long issue
 




More information about the fedora-extras-commits mailing list