2 Commits

3 changed files with 2 additions and 22 deletions

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
Fri Nov 14 11:10:29 CET 2025 - Arvin Schnell <aschnell@suse.com>
- Fix build with boost 1.90 Beta 1
* Add boost-static-assert.patch
-------------------------------------------------------------------
Sat Jan 18 05:50:51 UTC 2025 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package Coin4
# spec file for package Coin
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,8 +29,6 @@ URL: https://github.com/coin3d/coin/wiki
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}

View File

@@ -1,12 +0,0 @@
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>