Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6dce26e73b | |||
| 63691ccf26 | |||
| 4da2537ada |
11
boost.patch
Normal file
11
boost.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -159,7 +159,7 @@
|
||||
if( NOT $ENV{BOOST_LIBRARYDIR} STREQUAL "" )
|
||||
set(Boost_LIBRARY_DIRS $ENV{BOOST_LIBRARYDIR})
|
||||
endif()
|
||||
-find_package(Boost COMPONENTS filesystem system REQUIRED)
|
||||
+find_package(Boost COMPONENTS filesystem REQUIRED)
|
||||
|
||||
message(STATUS "found boost version: ${Boost_VERSION}")
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 11:39:24 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>
|
||||
|
||||
- Remove BuildRequires on libboost_system-devel,
|
||||
removed on boost 1.89 (bsc#1249599)
|
||||
* Add patch boost.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 29 13:12:02 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package collada-dom
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -26,10 +26,10 @@ License: MIT
|
||||
URL: https://github.com/rdiankov/collada-dom
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Patch0: silence-warnings.patch
|
||||
Patch1: boost.patch
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libboost_filesystem-devel
|
||||
BuildRequires: libboost_system-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(uriparser)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
|
||||
Reference in New Issue
Block a user