Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openEMS for openSUSE:Factory checked in at 2025-10-03 15:45:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openEMS (Old) and /work/SRC/openSUSE:Factory/.openEMS.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openEMS" Fri Oct 3 15:45:49 2025 rev:15 rq:1308819 version:0.0.36 Changes: -------- --- /work/SRC/openSUSE:Factory/openEMS/openEMS.changes 2025-08-05 14:21:13.697091494 +0200 +++ /work/SRC/openSUSE:Factory/.openEMS.new.11973/openEMS.changes 2025-10-03 15:47:08.517810018 +0200 @@ -1,0 +2,7 @@ +Fri Oct 3 08:05:36 UTC 2025 - Ana Guerrero <[email protected]> + +- Remove BuildRequires on libboost_system-devel, + removed on boost 1.89 (bsc#1249599) + * Add patch boost.patch + +------------------------------------------------------------------- New: ---- boost.patch ----------(New B)---------- New: removed on boost 1.89 (bsc#1249599) * Add patch boost.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openEMS.spec ++++++ --- /var/tmp/diff_new_pack.kHEEjt/_old 2025-10-03 15:47:09.137835993 +0200 +++ /var/tmp/diff_new_pack.kHEEjt/_new 2025-10-03 15:47:09.141836161 +0200 @@ -1,7 +1,7 @@ # # spec file for package openEMS # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,6 +34,7 @@ Patch4: 0004-Add-correct-instruction-about-Octave-and-MATLAB-pack.patch # PATCH-FIX-UPSTREAM 0001-fix-cython-import.patch -- fix cython import Patch5: 0001-fix-cython-import.patch +Patch6: boost.patch BuildRequires: %{python_module CSXCAD} BuildRequires: %{python_module Cython} BuildRequires: %{python_module h5py} @@ -49,7 +50,6 @@ BuildRequires: libboost_chrono-devel BuildRequires: libboost_date_time-devel BuildRequires: libboost_serialization-devel -BuildRequires: libboost_system-devel BuildRequires: libboost_thread-devel BuildRequires: octave-devel BuildRequires: python-rpm-macros ++++++ boost.patch ++++++ diff -Nrua openEMS-0.0.36.orig/CMakeLists.txt openEMS-0.0.36/CMakeLists.txt --- openEMS-0.0.36.orig/CMakeLists.txt +++ openEMS-0.0.36/CMakeLists.txt @@ -123,7 +123,6 @@ # boost find_package(Boost 1.46 COMPONENTS thread - system date_time serialization chrono
