Hello community,

here is the log from the commit of package python-mpi4py for openSUSE:Factory 
checked in at 2017-01-29 10:37:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mpi4py (Old)
 and      /work/SRC/openSUSE:Factory/.python-mpi4py.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mpi4py"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mpi4py/python-mpi4py.changes      
2017-01-25 23:36:15.977835446 +0100
+++ /work/SRC/openSUSE:Factory/.python-mpi4py.new/python-mpi4py.changes 
2017-02-03 18:57:50.669771875 +0100
@@ -1,0 +2,5 @@
+Wed Jan 25 08:57:15 UTC 2017 - jeng...@inai.de
+
+- Update description. Drop redundant %clean.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-mpi4py.spec ++++++
--- /var/tmp/diff_new_pack.z6sgGi/_old  2017-02-03 18:57:51.081714021 +0100
+++ /var/tmp/diff_new_pack.z6sgGi/_new  2017-02-03 18:57:51.085713459 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mpi4py
 #
-# Copyright (c) 2013-2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 %define modname mpi4py
 Name:           python-%{modname}
 Version:        2.0.0
-Release:        1
-License:        BSD-2-Clause
+Release:        0
 Summary:        MPI for Python
-Url:            https://bitbucket.org/mpi4py/mpi4py
+License:        BSD-2-Clause
 Group:          Development/Libraries/Python
+Url:            https://bitbucket.org/mpi4py/mpi4py
 Source0:        
https://bitbucket.org/%{modname}/%{modname}/downloads/%{modname}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  openmpi-devel
@@ -34,9 +35,9 @@
 %py_requires
 
 %description
-This package provides MPI support for Python scripting in parallel
+This package provides Message Passing Interface support for Python scripting 
in parallel
 environments. It is constructed on top of the MPI-1/MPI-2
-specification, but provides an object oriented interface which closely
+specification, but provides an object-oriented interface which closely
 follows the MPI-2 C++ bindings.
 
 This module supports point-to-point (send, receive) and collective
@@ -47,7 +48,7 @@
 arrays, etc.), blocking/nonbloking/persistent point-to-point,
 collective and one-sided (put, get, accumulate) communications are
 fully supported, as well as parallel I/O (blocking and nonbloking,
-collective and noncollective read and write operations using explicit
+collective and non-collective read and write operations using explicit
 file offsets, individual file pointers and shared file
 pointers).
 
@@ -79,9 +80,6 @@
 mv %{buildroot}%{python_sitearch}/%{modname}/include/%{modname} 
%{buildroot}/%{_includedir}
 %fdupes -s %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc LICENSE.rst


Reply via email to