rpms/rekall/devel rekall-2.4.5-64bitfix.patch, NONE, 1.1 rekall.spec, 1.18, 1.19

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


Author: spot

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

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

Fix 64bit issue


rekall-2.4.5-64bitfix.patch:

--- NEW FILE rekall-2.4.5-64bitfix.patch ---
--- rekall-2.4.5/libs/kbase/kb_configdlg.cpp.BAD	2007-01-18 11:58:26.000000000 -0600
+++ rekall-2.4.5/libs/kbase/kb_configdlg.cpp	2007-01-18 11:58:38.000000000 -0600
@@ -312,7 +312,7 @@
 	old.clear () ;
 
 	QListViewItem	*item	= m_lvConfigs->firstChild() ;
-	uint		ident	= 0x000ffffff & (uint)(void *)item ;
+	uint		ident	= 0x000ffffff & (unsigned long)(void *)item ;
 
 	while (item != 0)
 	{
--- rekall-2.4.5/libs/kbase/kb_overridedlg.cpp.BAD	2007-01-18 11:58:55.000000000 -0600
+++ rekall-2.4.5/libs/kbase/kb_overridedlg.cpp	2007-01-18 11:59:02.000000000 -0600
@@ -360,7 +360,7 @@
 	old.clear () ;
 
 	QListViewItem	*item	= m_lvOverride->firstChild() ;
-	uint		ident	= 0x000ffffff & (uint)(void *)item ;
+	uint		ident	= 0x000ffffff & (unsigned long)(void *)item ;
 
 	while (item != 0)
 	{


Index: rekall.spec
===================================================================
RCS file: /cvs/extras/rpms/rekall/devel/rekall.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- rekall.spec	18 Jan 2007 16:37:06 -0000	1.18
+++ rekall.spec	18 Jan 2007 18:05:15 -0000	1.19
@@ -1,12 +1,13 @@
 Name:		rekall
 Summary:	A KDE database front-end application
 Version:	2.4.5
-Release:	1%{?dist}
+Release:	2%{?dist}
 Group:		Development/Tools
 License:	GPL
 URL:		http://www.rekallrevealed.org/
 Source0: 	http://www.rekallrevealed.org/packages/%{name}-%{version}.tar.gz
 Patch0:		rekall-2.4.5-gcc4.patch
+Patch1:		rekall-2.4.5-64bitfix.patch
 Patch4:		rekall-2.4.0-noldconfig.patch
 Patch5:		rekall-2.4.5-lib64.patch
 Patch6:		rekall-2.4.5-python25.patch
@@ -87,6 +88,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 %patch4 -p1
 %ifarch sparc64 alpha x86_64 ia64
 %patch5 -p1
@@ -282,6 +284,9 @@
 %{_libdir}/librekallqt_driver_sqlite3.so*
 
 %changelog
+* Thu Jan 18 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2.4.5-2
+- fix remaining 64bit issue
+
 * Wed Jan 17 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2.4.5-1
 - bump to 2.4.5
 




More information about the fedora-extras-commits mailing list