Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pulseview for openSUSE:Factory checked in at 2025-10-10 17:11:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pulseview (Old) and /work/SRC/openSUSE:Factory/.pulseview.new.5300 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pulseview" Fri Oct 10 17:11:25 2025 rev:14 rq:1310525 version:0.5.0~20240813 Changes: -------- --- /work/SRC/openSUSE:Factory/pulseview/pulseview.changes 2025-04-11 23:22:37.861783557 +0200 +++ /work/SRC/openSUSE:Factory/.pulseview.new.5300/pulseview.changes 2025-10-10 17:13:10.086885654 +0200 @@ -1,0 +2,6 @@ +Sat Sep 27 18:06:22 UTC 2025 - Arjen de Korte <[email protected]> + +- Boost.System has been header only since Boost 1.69.0 + * add pulseview-boost.patch + +------------------------------------------------------------------- New: ---- pulseview-boost.patch ----------(New B)---------- New:- Boost.System has been header only since Boost 1.69.0 * add pulseview-boost.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pulseview.spec ++++++ --- /var/tmp/diff_new_pack.N21DpE/_old 2025-10-10 17:13:10.602907364 +0200 +++ /var/tmp/diff_new_pack.N21DpE/_new 2025-10-10 17:13:10.602907364 +0200 @@ -1,7 +1,7 @@ # # spec file for package pulseview # -# 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 @@ -24,11 +24,17 @@ Group: Productivity/Scientific/Electronics URL: https://sigrok.org/wiki/PulseView Source0: %{name}-%{version}.tar.xz +%if 0%{?suse_version} >= 1600 +# PATCH-FIX-OPENSUSE -- Boost.System has been header only since Boost 1.69.0 +Patch1: %{name}-boost.patch +%endif BuildRequires: cmake BuildRequires: glib2-devel BuildRequires: libboost_filesystem-devel BuildRequires: libboost_serialization-devel +%if 0%{?suse_version} < 1600 BuildRequires: libboost_system-devel +%endif BuildRequires: libboost_test-devel BuildRequires: libboost_thread-devel BuildRequires: libsigrok-devel >= 0.5.2 ++++++ pulseview-boost.patch ++++++ diff -purN a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt 2024-08-13 22:34:10.000000000 +0200 +++ b/CMakeLists.txt 2025-09-27 20:07:37.674017466 +0200 @@ -183,7 +183,7 @@ else() set(QT_LIBRARIES Qt6::Gui Qt6::Widgets Qt6::Svg) endif() -set(BOOSTCOMPS filesystem serialization system) +set(BOOSTCOMPS filesystem serialization) if(ENABLE_TESTS) list(APPEND BOOSTCOMPS unit_test_framework) endif()
