Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package CSXCAD for openSUSE:Factory checked in at 2025-10-10 17:11:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/CSXCAD (Old) and /work/SRC/openSUSE:Factory/.CSXCAD.new.5300 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "CSXCAD" Fri Oct 10 17:11:33 2025 rev:13 rq:1310523 version:0.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/CSXCAD/CSXCAD.changes 2025-08-05 14:21:11.913016933 +0200 +++ /work/SRC/openSUSE:Factory/.CSXCAD.new.5300/CSXCAD.changes 2025-10-10 17:13:14.431068416 +0200 @@ -1,0 +2,7 @@ +Thu Oct 2 10:10:29 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: ------------------ ++++++ CSXCAD.spec ++++++ --- /var/tmp/diff_new_pack.BaD0Nf/_old 2025-10-10 17:13:14.939089789 +0200 +++ /var/tmp/diff_new_pack.BaD0Nf/_new 2025-10-10 17:13:14.939089789 +0200 @@ -1,7 +1,7 @@ # # spec file for package CSXCAD # -# 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 @@ -27,6 +27,7 @@ Group: Productivity/Scientific/Physics URL: https://openems.de Source0: https://github.com/thliebig/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Patch0: boost.patch # PATCH-FIX-OPENSUSE CSXCAD-octave-AppCSXCAD-load.patch -- Fix AppCSXCAD.sh load Patch3: CSXCAD-octave-AppCSXCAD-load.patch BuildRequires: %{python_module Cython} @@ -44,7 +45,6 @@ BuildRequires: libboost_date_time-devel BuildRequires: libboost_headers-devel BuildRequires: libboost_serialization-devel -BuildRequires: libboost_system-devel BuildRequires: libboost_thread-devel BuildRequires: lzma-devel BuildRequires: octave-devel ++++++ boost.patch ++++++ diff -Nrua CSXCAD-0.6.3.orig/CMakeLists.txt CSXCAD-0.6.3/CMakeLists.txt --- CSXCAD-0.6.3.orig/CMakeLists.txt 2023-10-22 16:26:48.000000000 +0200 +++ CSXCAD-0.6.3/CMakeLists.txt 2025-10-10 11:40:09.608834958 +0200 @@ -120,7 +120,6 @@ # TODO what are the needed libs? find_package(Boost 1.46 COMPONENTS thread - system date_time serialization chrono
