forked from pool/Coin4
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c80f5a3dba | |||
| 7ffbb847c4 | |||
| 445362f14d | |||
| 5ec0e050cc |
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to version 4.0.3:
|
||||
* For details, see
|
||||
https://github.com/coin3d/coin/blob/v4.0.3/NEWS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 6 09:06:22 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package Coin
|
||||
# spec file for package Coin4
|
||||
#
|
||||
# Copyright (c) 2024 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
|
||||
@@ -20,7 +20,7 @@
|
||||
%bcond_with docs
|
||||
|
||||
Name: Coin4
|
||||
Version: 4.0.2
|
||||
Version: 4.0.3
|
||||
Release: 0
|
||||
Summary: Scene-graph based retain-mode 3D graphics library
|
||||
License: BSD-3-Clause
|
||||
@@ -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>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd6bce1efedfdbc8a914bc11a10dd319a16d19c3ccc6979faf5c85e5e94a416e
|
||||
size 7160869
|
||||
3
coin-4.0.3-src.tar.gz
Normal file
3
coin-4.0.3-src.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66e3f381401f98d789154eb00b2996984da95bc401ee69cc77d2a72ed86dfda8
|
||||
size 13099754
|
||||
Reference in New Issue
Block a user