forked from pool/Coin4
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c80f5a3dba | |||
| 7ffbb847c4 | |||
| 445362f14d | |||
| 5ec0e050cc |
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -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 @@ 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}
|
||||
|
||||
12
boost-static-assert.patch
Normal file
12
boost-static-assert.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user