Hello community, here is the log from the commit of package rekall checked in at Tue Feb 27 15:21:07 CET 2007. -------- --- KDE/rekall/rekall.changes 2007-02-24 23:37:17.000000000 +0100 +++ /mounts/work_src_done/STABLE/rekall/rekall.changes 2007-02-27 11:28:29.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Feb 27 11:28:14 CET 2007 - dmueller@suse.de + +- fix python initialisation crash (#230289) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rekall.spec ++++++ --- /var/tmp/diff_new_pack.oI5951/_old 2007-02-27 15:03:25.000000000 +0100 +++ /var/tmp/diff_new_pack.oI5951/_new 2007-02-27 15:03:25.000000000 +0100 @@ -18,7 +18,7 @@ Group: Productivity/Databases/Clients Summary: Universal Database Application Version: 2.4.5 -Release: 1 +Release: 2 %define rversion %version Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`) Requires: %name-database-backend = %version @@ -269,6 +269,8 @@ /opt/kde3/share/apps/rekall/examples %changelog +* Tue Feb 27 2007 - dmueller@suse.de +- fix python initialisation crash (#230289) * Sat Feb 24 2007 - dmueller@suse.de - update to 2.4.5: * Dynamic Layouts, Tool Boxes, Wizards ++++++ rekall-python25.diff ++++++ --- /var/tmp/diff_new_pack.oI5951/_old 2007-02-27 15:03:27.000000000 +0100 +++ /var/tmp/diff_new_pack.oI5951/_new 2007-02-27 15:03:27.000000000 +0100 @@ -20,6 +20,16 @@ PyString_AsStringAndSize (pyImage, &buffer, &len) ; QByteArray ba ; +--- script/python/kb_pyscript.cpp ++++ script/python/kb_pyscript.cpp +@@ -1087,7 +1087,6 @@ + pythonEncodingName->insert("TIS-620", "tis-620" ) ; + + +- PyExc_IOError = 0 ; + Py_Initialize () ; + PyEval_InitThreads() ; + --- script/python/kb_pysupport.cpp +++ script/python/kb_pysupport.cpp @@ -37,7 +37,7 @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de