Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package orthanc-stl for openSUSE:Factory 
checked in at 2026-04-20 16:14:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orthanc-stl (Old)
 and      /work/SRC/openSUSE:Factory/.orthanc-stl.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orthanc-stl"

Mon Apr 20 16:14:17 2026 rev:4 rq:1348218 version:1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/orthanc-stl/orthanc-stl.changes  2025-09-11 
14:47:13.631800295 +0200
+++ /work/SRC/openSUSE:Factory/.orthanc-stl.new.11940/orthanc-stl.changes       
2026-04-20 16:14:31.041165006 +0200
@@ -1,0 +2,11 @@
+Fri Apr 17 07:18:45 UTC 2026 - Axel Braun <[email protected]>
+
+- math.diff added to fix build error with framework 1.12.11
+  some cleanup of spec file
+
+-------------------------------------------------------------------
+Wed Dec 10 15:09:16 UTC 2025 - Axel Braun <[email protected]>
+
+- patch out libboost-system to fix build error
+
+-------------------------------------------------------------------

New:
----
  math.diff

----------(New B)----------
  New:
- math.diff added to fix build error with framework 1.12.11
  some cleanup of spec file
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ orthanc-stl.spec ++++++
--- /var/tmp/diff_new_pack.47CvGx/_old  2026-04-20 16:14:32.173211652 +0200
+++ /var/tmp/diff_new_pack.47CvGx/_new  2026-04-20 16:14:32.177211817 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package orthanc-stl
 #
-# Copyright (c) 2025 SUSE LLC and contributors
-# Copyright (c) 2025 Dr. Axel Braun <[email protected]>
+# Copyright (c) 2026 SUSE LLC and contributors
+# Copyright (c) 2025-2026 Dr. Axel Braun <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,14 +31,11 @@
 Source4:        
https://orthanc.uclouvain.be/downloads/third-party-downloads/STL/three-84.js.gz
 Source5:        
https://orthanc.uclouvain.be/downloads/third-party-downloads/STL/Online3DViewer-0.12.0.tar.gz
 Source6:        
https://orthanc.uclouvain.be/downloads/linux-standard-base/%{name}/%{version}/dist.zip
+Patch0:         math.diff
 
 BuildRequires:  cmake
-%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200
-BuildRequires:  gcc13-c++
-%else
-BuildRequires:  gcc-c++
-%endif
 BuildRequires:  dcmtk-devel
+BuildRequires:  gcc-c++
 BuildRequires:  googletest-devel
 BuildRequires:  jsoncpp-devel
 BuildRequires:  libboost_atomic-devel >= 1.66
@@ -47,18 +44,11 @@
 BuildRequires:  libboost_iostreams-devel >= 1.66
 BuildRequires:  libboost_locale-devel >= 1.66
 BuildRequires:  libboost_regex-devel >= 1.66
-%if 0%{?suse_version} <= 1600
-BuildRequires:  libboost_system-devel >= 1.66
-%endif
 BuildRequires:  libboost_thread-devel >= 1.66
 BuildRequires:  libcurl-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  orthanc-devel
 BuildRequires:  orthanc-source
-# Only needed for Leap 15.6
-%if 0%{?suse_version} == 1500
-BuildRequires:  python311
-%endif
 BuildRequires:  unzip
 BuildRequires:  vtk-devel
 BuildRequires:  zlib-devel
@@ -71,7 +61,7 @@
 plugin to provide support for DICOM STL in Orthanc (Encapsulated 3D 
Manufacturing Model IODs)
 
 %prep
-%autosetup -p2 -n OrthancSTL-%{version}
+%autosetup -p1 -n OrthancSTL-%{version}
 
 #OrthancPlugins may ask for additional files to be loaded
 #Putting them into this folder prevents download of sources from the web
@@ -83,11 +73,10 @@
 mkdir -p JavaScriptLibraries/
 unzip %{S:6} -d JavaScriptLibraries
 
+# boost komponente system entfernen
+sed -i 's/\(find_package([^)]* \)system\(.*\)/\1\2/g' CMakeLists.txt
+
 %build
-%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200
-export CC=gcc-13
-export CXX=g++-13
-%endif
 
 %cmake .. \
        -DALLOW_DOWNLOADS=OFF \

++++++ math.diff ++++++
# HG changeset patch
# User Sebastien Jodogne <[email protected]>
# Date 1776144488 -7200
# Node ID 58085d105a0bd4a4a89c627419e73172a0771e34
# Parent  07fd10c2605811722430bf33019f149430763a79
fix build with framework 1.12.11

diff -r 07fd10c26058 -r 58085d105a0b Sources/StructureSetGeometry.cpp
--- a/Sources/StructureSetGeometry.cpp  Fri Jan 02 15:12:38 2026 +0100
+++ b/Sources/StructureSetGeometry.cpp  Tue Apr 14 07:28:08 2026 +0200
@@ -29,6 +29,7 @@
 #include <OrthancException.h>
 
 #include <list>
+#include <math.h>
 
 
 bool StructureSetGeometry::LookupProjectionIndex(size_t& index,

Reply via email to