[pypar] Update to 2.1.5_108.

Susi Lehtola jussilehtola at fedoraproject.org
Sat Feb 2 00:16:38 UTC 2013


commit 61198a8df4f5d99f5919666bec600fbf20c2e8c6
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Sat Feb 2 02:16:34 2013 +0200

    Update to 2.1.5_108.

 .gitignore        |    1 +
 pypar-mpich.patch |   12 ++++++------
 pypar.spec        |   11 +++++++----
 sources           |    2 +-
 4 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed678fc..d07e777 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pypar-2.1.4_94.tgz
+/pypar-2.1.5_108.tgz
diff --git a/pypar-mpich.patch b/pypar-mpich.patch
index 805fd62..8968f25 100644
--- a/pypar-mpich.patch
+++ b/pypar-mpich.patch
@@ -1,16 +1,16 @@
-diff -up pypar_2.1.4_94/source/pypar.py.orig pypar_2.1.4_94/source/pypar.py
---- pypar_2.1.4_94/source/pypar.py.orig	2009-12-20 06:46:05.000000000 +0200
-+++ pypar_2.1.4_94/source/pypar.py	2011-11-17 13:02:19.385697586 +0200
+diff -up pypar_2.1.5_108/source/pypar.py.orig pypar_2.1.5_108/source/pypar.py
+--- pypar_2.1.5_108/source/pypar.py.orig	2011-11-17 12:49:47.000000000 +0200
++++ pypar_2.1.5_108/source/pypar.py	2013-02-02 02:16:01.256359253 +0200
 @@ -857,12 +857,6 @@ else:
           MAX, MIN, SUM, PROD, LAND, BAND,\
           LOR, BOR, LXOR, BXOR
  
--    # Work around bug in OpenMPI (December 2009): 
+-    # Work around bug in OpenMPI (December 2009):
 -    # https://bugs.launchpad.net/ubuntu/+source/petsc4py/+bug/232036
 -    from ctypes import *
--    mpi = CDLL('libmpi.so.0', RTLD_GLOBAL)
+-    CDLL('libmpi.so', RTLD_GLOBAL)
 -    # End work around
 -
      # Initialise MPI with cmd line (needed by MPICH/Linux)
-     init(sys.argv) 
+     init(sys.argv)
  
diff --git a/pypar.spec b/pypar.spec
index 72b1f6e..b600fb0 100644
--- a/pypar.spec
+++ b/pypar.spec
@@ -1,13 +1,13 @@
 %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		pypar
-Version:	2.1.4_94
-Release:	7%{?dist}.1
+Version:	2.1.5_108
+Release:	1%{?dist}
 Summary:	Parallel programming with Python
 Group:		Development/Libraries
 License:	GPLv2+
-URL:		http://sourceforge.net/projects/pypar
-Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz
+URL:		http://code.google.com/p/pypar/
+Source0:	http://pypar.googlecode.com/files/pypar-%{version}.tgz
 # Get rid of OpenMPI specific stuff
 Patch0:		pypar-mpich.patch
 
@@ -157,6 +157,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/mpich2/Pypar*.egg-info
 
 %changelog
+* Sat Feb 02 2013 Susi Lehtola <jussilehtola at fedoraproject.org> - 2.1.5_108-1
+- Update to 2.1.5_108.
+
 * Fri Nov 02 2012 Jussi Lehtola <jussilehtola at fedoraproject.org> - 2.1.4_94-7.1
 - Bump due to MPICH2 update.
 
diff --git a/sources b/sources
index 4f60da0..c4d1ca8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ee3e2170fa3927a292eb8a067165ebc  pypar-2.1.4_94.tgz
+7a1f28327d2a3b679f9455c843d850b8  pypar-2.1.5_108.tgz


More information about the scm-commits mailing list