Hello community, here is the log from the commit of package openEMS for openSUSE:Factory checked in at 2018-01-23 13:53:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openEMS (Old) and /work/SRC/openSUSE:Factory/.openEMS.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openEMS" Tue Jan 23 13:53:15 2018 rev:8 rq:568423 version:0.0.35 Changes: -------- --- /work/SRC/openSUSE:Factory/openEMS/openEMS.changes 2018-01-16 09:41:59.826737955 +0100 +++ /work/SRC/openSUSE:Factory/.openEMS.new/openEMS.changes 2018-01-23 13:53:16.252825205 +0100 @@ -1,0 +2,5 @@ +Wed Jan 17 11:08:07 UTC 2018 - [email protected] + +- Fix boost build dependencies (boo#1062789) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openEMS.spec ++++++ --- /var/tmp/diff_new_pack.k4wWrK/_old 2018-01-23 13:53:17.236779239 +0100 +++ /var/tmp/diff_new_pack.k4wWrK/_new 2018-01-23 13:53:17.236779239 +0100 @@ -1,7 +1,7 @@ # # spec file for package openEMS # -# Copyright (c) 2017 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 @@ -40,15 +40,18 @@ Patch6: 0006-Add-missing-return-statement.patch BuildRequires: CSXCAD-devel -BuildRequires: boost-devel BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: hdf5-devel -BuildRequires: libboost_chrono1_66_0-devel -BuildRequires: libboost_date_time1_66_0-devel -BuildRequires: libboost_serialization1_66_0-devel -BuildRequires: libboost_system1_66_0-devel -BuildRequires: libboost_thread1_66_0-devel +%if %{suse_version} >= 1500 +BuildRequires: libboost_chrono-devel +BuildRequires: libboost_date_time-devel +BuildRequires: libboost_serialization-devel +BuildRequires: libboost_system-devel +BuildRequires: libboost_thread-devel +%else +BuildRequires: boost-devel +%endif BuildRequires: octave-devel BuildRequires: python3-vtk BuildRequires: sz2-devel
