Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Coin4 for openSUSE:Factory checked in at 2025-11-18 15:38:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Coin4 (Old) and /work/SRC/openSUSE:Factory/.Coin4.new.2061 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Coin4" Tue Nov 18 15:38:38 2025 rev:4 rq:1318315 version:4.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/Coin4/Coin4.changes 2025-01-19 21:49:53.399690097 +0100 +++ /work/SRC/openSUSE:Factory/.Coin4.new.2061/Coin4.changes 2025-11-18 15:39:55.475669024 +0100 @@ -1,0 +2,6 @@ +Fri Nov 14 11:10:29 CET 2025 - Arvin Schnell <[email protected]> + +- Fix build with boost 1.90 Beta 1 + * Add boost-static-assert.patch + +------------------------------------------------------------------- New: ---- boost-static-assert.patch ----------(New B)---------- New:- Fix build with boost 1.90 Beta 1 * Add boost-static-assert.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Coin4.spec ++++++ --- /var/tmp/diff_new_pack.j5Z7wU/_old 2025-11-18 15:39:56.295703567 +0100 +++ /var/tmp/diff_new_pack.j5Z7wU/_new 2025-11-18 15:39:56.295703567 +0100 @@ -1,7 +1,7 @@ # -# spec file for package Coin +# spec file for package Coin4 # -# 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 @@ -29,6 +29,8 @@ Source0: https://github.com/coin3d/coin/releases/download/v%{version}/coin-%{version}-src.tar.gz # PATCH-FIX-OPENSUSE -- direct GLX usage causes problems on Wayland (taken from Fedora) Patch2: coin-no_glx.patch +# PATCH-FIX-UPSTREAM -- https://github.com/coin3d/coin/pull/590 +Patch3: boost-static-assert.patch BuildRequires: c++_compiler BuildRequires: cmake %if %{with docs} ++++++ boost-static-assert.patch ++++++ See https://github.com/coin3d/coin/pull/590 --- a/testsuite/TestSuiteMisc.h 2025-11-14 08:32:11.053416591 +0100 +++ b/testsuite/TestSuiteMisc.h 2025-11-14 08:32:27.570074057 +0100 @@ -36,6 +36,7 @@ #include <string> #include <ostream> #include <boost/lexical_cast.hpp> +#include <boost/static_assert.hpp> #include <Inventor/SbBasic.h> #include <Inventor/SbTypeInfo.h>
