Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package orthanc-wsi for openSUSE:Factory checked in at 2026-04-20 16:14:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/orthanc-wsi (Old) and /work/SRC/openSUSE:Factory/.orthanc-wsi.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "orthanc-wsi" Mon Apr 20 16:14:21 2026 rev:17 rq:1348219 version:3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/orthanc-wsi/orthanc-wsi.changes 2025-12-15 12:04:23.206444544 +0100 +++ /work/SRC/openSUSE:Factory/.orthanc-wsi.new.11940/orthanc-wsi.changes 2026-04-20 16:14:32.713233904 +0200 @@ -1,0 +2,5 @@ +Thu Apr 16 11:47:53 UTC 2026 - Axel Braun <[email protected]> + +- cassert.diff added to fix build for TW + +------------------------------------------------------------------- New: ---- cassert.diff ----------(New B)---------- New: - cassert.diff added to fix build for TW ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ orthanc-wsi.spec ++++++ --- /var/tmp/diff_new_pack.s6OWph/_old 2026-04-20 16:14:33.549268351 +0200 +++ /var/tmp/diff_new_pack.s6OWph/_new 2026-04-20 16:14:33.553268516 +0200 @@ -1,8 +1,8 @@ # # spec file for package orthanc-wsi # -# Copyright (c) 2025 SUSE LLC and contributors -# Copyright (c) 2019-2025 Dr. Axel Braun +# Copyright (c) 2026 SUSE LLC and contributors +# Copyright (c) 2019-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,6 +31,7 @@ Source3: https://orthanc.uclouvain.be/downloads/third-party-downloads/WSI/popper-2.11.8.min.js.gz Source11: orthanc-wsi-readme.SUSE Patch0: framework.patch +Patch1: cassert.diff BuildRequires: boost-devel BuildRequires: cmake ++++++ cassert.diff ++++++ diff -rU 3 a/Framework/Inputs/DicomPyramidLevel.cpp b/Framework/Inputs/DicomPyramidLevel.cpp --- a/Framework/Inputs/DicomPyramidLevel.cpp 2025-11-06 19:33:17.000000000 +0100 +++ b/Framework/Inputs/DicomPyramidLevel.cpp 2026-04-16 13:46:23.158878865 +0200 @@ -31,6 +31,8 @@ #include <boost/lexical_cast.hpp> +#include <cassert> + namespace OrthancWSI { DicomPyramidLevel::TileContent& DicomPyramidLevel::GetTileContent(unsigned int tileX,
