1
0

Accepting request 843025 from home:cjunghans:branches:devel:languages:python:numeric

- Update to 4.1.4, see 
  https://github.com/espressomd/espresso/blob/4.1.4/NEWS for 
  details
- fix unversioned Obsoletes: statement

OBS-URL: https://build.opensuse.org/request/show/843025
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python3-espressomd?expand=0&rev=24
This commit is contained in:
Christoph Junghans 2020-10-20 19:21:22 +00:00 committed by Git OBS Bridge
parent 213e1ba8a7
commit 2eabc9415a
4 changed files with 18 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13dd998f71547c6c979a33d918b7f83e1a0e1c5f2bf2ddeeb0d1e99a3dcd6008
size 16947336

3
espresso-4.1.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1b68de63755475c5eb3ae8117d8c6d96c8ac36cc0f46dd44417a8e7ebe9242c
size 16950522

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Oct 20 19:03:28 UTC 2020 - Christoph Junghans <junghans@votca.org>
- Update to 4.1.4, see
https://github.com/espressomd/espresso/blob/4.1.4/NEWS for
details
-------------------------------------------------------------------
Tue Sep 8 20:26:00 UTC 2020 - Christoph Junghans <junghans@votca.org>
- fix unversioned Obsoletes: statement
-------------------------------------------------------------------
Fri Aug 21 16:36:20 UTC 2020 - Christoph Junghans <junghans@votca.org>

View File

@ -35,7 +35,7 @@
%define pkgname espresso
%define modname %{pkgname}md
Name: python3-%{modname}
Version: 4.1.3
Version: 4.1.4
Release: 0
Summary: Parallel simulation software for soft matter research
License: GPL-3.0-or-later
@ -63,7 +63,7 @@ BuildRequires: python3-h5py
%else
BuildRequires: boost-devel
%endif
Obsoletes: libEspresso4
Obsoletes: libEspresso4 < 4.1
Requires: python3-numpy
Requires: python3-h5py
# make sure rpm pulls in the right dependency
@ -103,7 +103,7 @@ export HDF5_USE_SHLIB=yes
rm -f %{buildroot}%{_libdir}/lib*.so
%check
# https://github.com/espressomd/espresso/issues/3315
# gh#espressomd/espresso#3315
%ifarch i586
%define testargs ARGS='-E collision_detection'
%endif