rpms/rekall/devel rekall-2.2.3-64bitfix.patch, 1.4, 1.5 rekall.spec, 1.4, 1.5

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Sep 23 03:08:50 UTC 2005


Author: spot

Update of /cvs/extras/rpms/rekall/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6094/devel

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

64bit hell.


rekall-2.2.3-64bitfix.patch:

Index: rekall-2.2.3-64bitfix.patch
===================================================================
RCS file: /cvs/extras/rpms/rekall/devel/rekall-2.2.3-64bitfix.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rekall-2.2.3-64bitfix.patch	22 Sep 2005 20:58:02 -0000	1.4
+++ rekall-2.2.3-64bitfix.patch	23 Sep 2005 03:08:47 -0000	1.5
@@ -94,3 +94,25 @@
  	) 	;
  
  	popup->insertItem (TR("New &Link"), lp) ;
+--- rekall-2.2.4/libs/kbase/kb_framer.cpp.BAD	2005-09-22 22:04:21.000000000 -0500
++++ rekall-2.2.4/libs/kbase/kb_framer.cpp	2005-09-22 22:04:30.000000000 -0500
+@@ -321,7 +321,7 @@
+ 		return	false	;
+ 	}
+ 
+-	newNode ((int)nSpec) ;
++	newNode ((long)nSpec) ;
+ 	return	true	;
+ }
+ 
+--- rekall-2.2.4/libs/kbase/kb_formblock.cpp.BAD	2005-09-22 22:03:30.000000000 -0500
++++ rekall-2.2.4/libs/kbase/kb_formblock.cpp	2005-09-22 22:03:46.000000000 -0500
+@@ -1510,7 +1510,7 @@
+ 		return	false	;
+ 	}
+ 
+-	newNode ((int)nSpec) ;
++	newNode ((long)nSpec) ;
+ 	return	true	;
+ }
+ 


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




More information about the fedora-extras-commits mailing list