rpms/rekall/devel rekall-2.4.5-python25.patch, 1.4, 1.5 rekall.spec, 1.30, 1.31

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Feb 20 17:37:34 UTC 2008


Author: spot

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

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

rekall-2.4.5-python25.patch:

Index: rekall-2.4.5-python25.patch
===================================================================
RCS file: /cvs/pkgs/rpms/rekall/devel/rekall-2.4.5-python25.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rekall-2.4.5-python25.patch	19 Jan 2007 00:42:11 -0000	1.4
+++ rekall-2.4.5-python25.patch	20 Feb 2008 17:36:48 -0000	1.5
@@ -1,14 +1,3 @@
---- rekall-2.4.5/script/python/tkc_pyvaluelist.cpp.BAD	2007-01-17 20:42:05.000000000 -0600
-+++ rekall-2.4.5/script/python/tkc_pyvaluelist.cpp	2007-01-17 20:42:49.000000000 -0600
-@@ -184,7 +184,7 @@
- 	PyObject	*floc	;
- 	PyObject	*map	= frame->f_code->co_varnames ;
-  
--	for (int idx = 0 ; idx < frame->f_nlocals ; idx += 1)
-+	for (int idx = 0 ; idx < PySequence_Length(frame->f_locals) ; idx += 1)
- 		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 @@


Index: rekall.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rekall/devel/rekall.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- rekall.spec	20 Feb 2008 17:13:22 -0000	1.30
+++ rekall.spec	20 Feb 2008 17:36:48 -0000	1.31
@@ -1,7 +1,7 @@
 Name:		rekall
 Summary:	A KDE database front-end application
 Version:	2.4.6
-Release:	1%{?dist}
+Release:	2%{?dist}
 Group:		Development/Tools
 License:	GPLv2
 URL:		http://www.rekallrevealed.org/
@@ -301,6 +301,9 @@
 %{_libdir}/librekallqt_driver_sqlite3.so*
 
 %changelog
+* Wed Feb 20 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.4.6-2
+- fix python25 patch
+
 * Tue Feb 19 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.4.6-1
 - 2.4.6
 




More information about the fedora-extras-commits mailing list