File pysparse-1.2-fix-no-return-in-nonvoid-function.patch of Package python-pysparse
diff -urN pysparse-1.2-dev213-orig/pysparse/direct/src/superlumodule.c pysparse-1.2-dev213/pysparse/direct/src/superlumodule.c
--- pysparse-1.2-dev213-orig/pysparse/direct/src/superlumodule.c 2010-10-20 06:50:16.000000000 +0200
+++ pysparse-1.2-dev213/pysparse/direct/src/superlumodule.c 2011-04-02 10:28:09.000000000 +0200
@@ -101,7 +101,7 @@
static char precon_doc[] = "";
static PyObject *
-SuperLU_precon(LLMatObject *self, PyObject *args) {}
+SuperLU_precon(LLMatObject *self, PyObject *args) {return Py_None;}
/** table of object methods
*/