rpms/rekall/devel rekall-2.4.5-python25.patch, 1.2, 1.3 rekall.spec, 1.23, 1.24

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


Author: spot

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

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

More python2.5 love.


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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rekall-2.4.5-python25.patch	18 Jan 2007 23:02:55 -0000	1.2
+++ rekall-2.4.5-python25.patch	18 Jan 2007 23:53:45 -0000	1.3
@@ -20,3 +20,14 @@
  
  	//xxx use pickle or marshal to create the data representation instead
  	//xxx of a simple string representation?
+--- rekall-2.4.5/script/python/kb_pycontainer.cpp.BAD	2007-01-18 17:50:28.000000000 -0600
++++ rekall-2.4.5/script/python/kb_pycontainer.cpp	2007-01-18 17:50:54.000000000 -0600
+@@ -61,7 +61,7 @@
+ 
+ 	char	*buffer	;
+ 	int	len	;
+-	PyString_AsStringAndSize (pyImage, &buffer, &len) ;
++	PyString_AsStringAndSize (pyImage, &buffer, (Py_ssize_t *)&len) ;
+ 
+ 	QByteArray ba	;
+ 	ba.duplicate	(buffer, len) ;


Index: rekall.spec
===================================================================
RCS file: /cvs/extras/rpms/rekall/devel/rekall.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- rekall.spec	18 Jan 2007 23:02:55 -0000	1.23
+++ rekall.spec	18 Jan 2007 23:53:45 -0000	1.24
@@ -1,7 +1,7 @@
 Name:		rekall
 Summary:	A KDE database front-end application
 Version:	2.4.5
-Release:	5%{?dist}.1
+Release:	5%{?dist}.2
 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.2
+- more python2.5 love
+
 * Thu Jan 18 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2.4.5-5.1
 - python2.5 fixes
 




More information about the fedora-extras-commits mailing list