Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv30966

Modified Files:
        numarray-py.info 
Added Files:
        numarray-py.patch 
Log Message:
Apply patch from upstream CVS. See:
http://thread.gmane.org/gmane.os.macosx.fink.devel/16234
Thanks to Michael Wild for the bug report and patch.


--- NEW FILE: numarray-py.patch ---
diff -ruN --exclude='*~' numarray-1.5.2/Src/libnumarray.ch 
numarray-1.5.2.patched/Src/libnumarray.ch
--- numarray-1.5.2/Src/libnumarray.ch   2006-08-24 20:38:15.000000000 +0200
+++ numarray-1.5.2.patched/Src/libnumarray.ch   2008-04-25 22:49:54.000000000 
+0200
@@ -877,6 +877,7 @@
                if (!buf) return NULL;
        } else {
                buf = Py_None;
+               Py_INCREF(buf);
        }
        
        a = NA_NewAllFromBuffer( nd, dimensions, descr->type_num, buf, 

Index: numarray-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/numarray-py.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- numarray-py.info    9 Jan 2008 22:28:52 -0000       1.9
+++ numarray-py.info    25 Apr 2008 21:11:30 -0000      1.10
@@ -2,13 +2,14 @@
 
 Package: numarray-py%type_pkg[python]
 Version: 1.5.2
-Revision: 1
+Revision: 2
 Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
 Maintainer: Sebastien Maret <[EMAIL PROTECTED]>
 Type: python (2.3 2.4 2.5)
 Depends: python%type_pkg[python] | python%type_pkg[python]-nox
 Source: mirror:sourceforge:numpy/numarray-%v.tar.gz
 Source-MD5: d2ecfc60fe4869c328b872540d04e0f7
+Patch: numarray-py.patch
 CompileScript: <<
  #!/bin/sh -ev
  export USE_LAPACK=1


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to