[Python-modules-commits] r24318 - in packages/scipy/trunk/debian/patches (2 files)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sat May 11 20:26:38 UTC 2013


    Date: Saturday, May 11, 2013 @ 20:26:36
  Author: jtaylor-guest
Revision: 24318

remove fuzz from patch

Modified:
  packages/scipy/trunk/debian/patches/cap-ld-precision.patch
  packages/scipy/trunk/debian/patches/qhull-lfs.patch

Modified: packages/scipy/trunk/debian/patches/cap-ld-precision.patch
===================================================================
--- packages/scipy/trunk/debian/patches/cap-ld-precision.patch	2013-05-11 19:35:07 UTC (rev 24317)
+++ packages/scipy/trunk/debian/patches/cap-ld-precision.patch	2013-05-11 20:26:36 UTC (rev 24318)
@@ -20,6 +20,8 @@
 +          cls.decimal = 14
 +
      globals()[cls.__name__] = cls
+ 
+ 
 --- a/scipy/linalg/tests/test_basic.py
 +++ b/scipy/linalg/tests/test_basic.py
 @@ -674,13 +674,23 @@ class TestNorm(object):

Modified: packages/scipy/trunk/debian/patches/qhull-lfs.patch
===================================================================
--- packages/scipy/trunk/debian/patches/qhull-lfs.patch	2013-05-11 19:35:07 UTC (rev 24317)
+++ packages/scipy/trunk/debian/patches/qhull-lfs.patch	2013-05-11 20:26:36 UTC (rev 24318)
@@ -5,7 +5,7 @@
 
 --- a/scipy/spatial/setup.py
 +++ b/scipy/spatial/setup.py
-@@ -29,6 +29,9 @@ def configuration(parent_package='', top_path=None):
+@@ -28,6 +28,9 @@ def configuration(parent_package = '', t
      cfg = dict(get_info('lapack_opt'))
      cfg.setdefault('include_dirs', []).extend(inc_dirs)
      cfg.setdefault('define_macros', []).append(('qh_QHpointer','1'))
@@ -15,4 +15,3 @@
      config.add_extension('qhull',
                           sources=['qhull.c'] + qhull_src,
                           **cfg)
-




More information about the Python-modules-commits mailing list