rpms/rekall/devel rekall-2.4.5-python25.patch, 1.1, 1.2 rekall.spec, 1.22, 1.23

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Jan 18 23:03:25 UTC 2007


Author: spot

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

Modified Files:
	rekall-2.4.5-python25.patch rekall.spec 
Log Message:

python2.5 fixes


rekall-2.4.5-python25.patch:

Index: rekall-2.4.5-python25.patch
===================================================================
RCS file: /cvs/extras/rpms/rekall/devel/rekall-2.4.5-python25.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rekall-2.4.5-python25.patch	18 Jan 2007 16:37:06 -0000	1.1
+++ rekall-2.4.5-python25.patch	18 Jan 2007 23:02:55 -0000	1.2
@@ -9,3 +9,14 @@
  		if ((floc = frame->f_localsplus[idx]) != 0)
  			fast.insert
  			(	PyString_AsString(PyTuple_GET_ITEM(map, idx)),
+--- rekall-2.4.5/script/python/kb_basic.cpp.BAD	2007-01-18 16:58:59.000000000 -0600
++++ rekall-2.4.5/script/python/kb_basic.cpp	2007-01-18 17:00:12.000000000 -0600
+@@ -400,7 +400,7 @@
+ 	QStringList	pairs	;
+ 	PyObject	*key	;
+ 	PyObject	*value	;
+-	int		pos	= 0 ;
++	Py_ssize_t	pos	= 0 ;
+ 
+ 	//xxx use pickle or marshal to create the data representation instead
+ 	//xxx of a simple string representation?


Index: rekall.spec
===================================================================
RCS file: /cvs/extras/rpms/rekall/devel/rekall.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- rekall.spec	18 Jan 2007 21:35:30 -0000	1.22
+++ rekall.spec	18 Jan 2007 23:02:55 -0000	1.23
@@ -1,7 +1,7 @@
 Name:		rekall
 Summary:	A KDE database front-end application
 Version:	2.4.5
-Release:	5%{?dist}
+Release:	5%{?dist}.1
 Group:		Development/Tools
 License:	GPL
 URL:		http://www.rekallrevealed.org/
@@ -286,6 +286,9 @@
 %{_libdir}/librekallqt_driver_sqlite3.so*
 
 %changelog
+* Thu Jan 18 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2.4.5-5.1
+- python2.5 fixes
+
 * Thu Jan 18 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2.4.5-5
 - fixup library paths
 




More information about the scm-commits mailing list