Hello community, here is the log from the commit of package python-espressopp for openSUSE:Factory checked in at 2019-01-24 14:14:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-espressopp (Old) and /work/SRC/openSUSE:Factory/.python-espressopp.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-espressopp" Thu Jan 24 14:14:43 2019 rev:5 rq:667882 version:2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-espressopp/python-espressopp.changes 2018-07-18 22:56:44.334403958 +0200 +++ /work/SRC/openSUSE:Factory/.python-espressopp.new.28833/python-espressopp.changes 2019-01-24 14:14:45.711269115 +0100 @@ -1,0 +2,6 @@ +Tue Jan 22 20:10:28 UTC 2019 - Todd R <[email protected]> + +- Use license tag +- Various dependency and spec file formatting cleanups + +------------------------------------------------------------------- Old: ---- espressopp-2.0.tar.gz New: ---- _constraints v2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-espressopp.spec ++++++ --- /var/tmp/diff_new_pack.vgkY8P/_old 2019-01-24 14:14:47.563266974 +0100 +++ /var/tmp/diff_new_pack.vgkY8P/_new 2019-01-24 14:14:47.567266969 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-espressopp # -# Copyright (c) 2017-2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -33,10 +33,10 @@ Version: 2.0 Release: 0 Summary: Parallel simulation software for soft matter research -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Scientific/Chemistry Url: http://www.espresso-pp.de/ -Source0: https://github.com/%{modname}/%{modname}/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz +Source0: https://github.com/%{modname}/%{modname}/archive/v%{version}.tar.gz # PATCH-FIX-UPSTREAM 229.patch: fix build with boost-1.67 Patch0: https://github.com/espressopp/espressopp/pull/229.patch @@ -51,16 +51,25 @@ %else BuildRequires: boost-devel >= 1.58.0 %endif -BuildRequires: cmake -BuildRequires: gcc-c++ BuildRequires: %{mpiver} BuildRequires: %{mpiver}-devel +BuildRequires: cmake +BuildRequires: gcc-c++ Requires: %{mpiver} BuildRequires: pkg-config BuildRequires: python-devel BuildRequires: python-mpi4py-devel Requires: python-mpi4py BuildRequires: pkgconfig(fftw3) +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_filesystem-devel >= 1.58.0 +BuildRequires: libboost_mpi-devel >= 1.58.0 +BuildRequires: libboost_python-devel >= 1.58.0 +BuildRequires: libboost_serialization-devel >= 1.58.0 +BuildRequires: libboost_system-devel >= 1.58.0 +%else +BuildRequires: boost-devel >= 1.58.0 +%endif Requires: python-h5py BuildRequires: python-h5py @@ -87,7 +96,7 @@ %build source %{_libdir}/mpi/gcc/%{mpiver}/bin/mpivars.sh -%{cmake} -DWITH_RC_FILES=OFF -DEXTERNAL_BOOST=ON -DEXTERNAL_MPI4PY=ON +%cmake -DWITH_RC_FILES=OFF -DEXTERNAL_BOOST=ON -DEXTERNAL_MPI4PY=ON #no parallel build to save memory make @@ -99,8 +108,8 @@ #LD_LIBRARY_PATH='%{buildroot}/%{_libdir}::%{_libdir}/mpi/gcc/%{mpiver}/%{_lib}' make -C build test CTEST_OUTPUT_ON_FAILURE=1 %files -%defattr(-,root,root,-) -%doc AUTHORS NEWS README.md COPYING +%license COPYING +%doc AUTHORS NEWS README.md %{python_sitearch}/%{modname} %{python_sitearch}/_%{modname}.so ++++++ _constraints ++++++ <?xml version="1.0"?> <constraints> <hardware> <physicalmemory> <size unit="G">4</size> </physicalmemory> <disk> <size unit="G">2</size> </disk> </hardware> <sandbox>kvm</sandbox> <hostlabel exclude="true">SLOW_CPU</hostlabel> </constraints>
