rpms/rekall/FC-3 rekall-2.2.3-64bitfix.patch, 1.1, 1.2 rekall.spec, 1.1, 1.2 sources, 1.2, 1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Sep 22 18:46:16 UTC 2005


Author: spot

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

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

fix 64bit long issue, go to new version of rekall


rekall-2.2.3-64bitfix.patch:

Index: rekall-2.2.3-64bitfix.patch
===================================================================
RCS file: /cvs/extras/rpms/rekall/FC-3/rekall-2.2.3-64bitfix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rekall-2.2.3-64bitfix.patch	19 Sep 2005 15:49:51 -0000	1.1
+++ rekall-2.2.3-64bitfix.patch	22 Sep 2005 18:46:14 -0000	1.2
@@ -27,3 +27,14 @@
  
  mysql_libdir=NO
  for i in $mysql_libdirs;
+--- rekall-2.2.3/libs/el32/hash.cpp.BAD	2005-09-22 13:34:45.000000000 -0500
++++ rekall-2.2.3/libs/el32/hash.cpp	2005-09-22 13:34:53.000000000 -0500
+@@ -141,7 +141,7 @@
+ 			/* otherwise use just the tag (pretty useless	*/
+ 			/* but so what, not a common case).		*/
+ 			if ((key.tag->flags & TF_SHARED) == 0)
+-				hval	= (int)key.val.shared ;
++				hval	= (long)key.val.shared ;
+ 			else	hval	= key.tag->tag ;
+ 			break	;
+ 	}


Index: rekall.spec
===================================================================
RCS file: /cvs/extras/rpms/rekall/FC-3/rekall.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rekall.spec	19 Sep 2005 15:49:51 -0000	1.1
+++ rekall.spec	22 Sep 2005 18:46:14 -0000	1.2
@@ -1,7 +1,7 @@
 Name:		rekall
 Summary:	A KDE database front-end application
-Version:	2.2.3
-Release:	5%{?dist}
+Version:	2.2.4
+Release:	1%{?dist}
 Group:		Development/Tools
 License:	GPL
 URL:		http://www.rekallrevealed.org/
@@ -336,6 +336,10 @@
 %{_libdir}/librekallrt.la
 
 %changelog
+* 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
+
 * Mon Sep 19 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.2.3-5
 - get rid of unnecessary BR: xbase-devel and qt-devel
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rekall/FC-3/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	19 Sep 2005 15:49:51 -0000	1.2
+++ sources	22 Sep 2005 18:46:14 -0000	1.3
@@ -1 +1 @@
-0c27445eb9d58877067d60c94ef0dca9  rekall-2.2.3-2.tar.gz
+437b45a98884cd9e192ff8c0a5a7e286  rekall-2.2.4-2.tar.gz




More information about the fedora-extras-commits mailing list