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 2024-10-20 10:04:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/orthanc-wsi (Old) and /work/SRC/openSUSE:Factory/.orthanc-wsi.new.26871 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "orthanc-wsi" Sun Oct 20 10:04:55 2024 rev:10 rq:1208950 version:2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/orthanc-wsi/orthanc-wsi.changes 2023-07-18 21:55:19.142693734 +0200 +++ /work/SRC/openSUSE:Factory/.orthanc-wsi.new.26871/orthanc-wsi.changes 2024-10-20 10:05:07.253586406 +0200 @@ -1,0 +2,13 @@ +Sat Oct 19 06:53:37 UTC 2024 - Axel Braun <axel.braun@gmx.de> + +- Version 2.1 + * Support of sparse encoding of tiles in OpenSlide (notably for MIRAX format) + * OrthancWSIDicomizer supports plain TIFF, besides hierarchical TIFF + * New option: "--force-openslide" to force the use of OpenSlide on TIFF-like files + * New option: "--padding" to control deep zoom of plain PNG/JPEG/TIFF images over IIIF + * Added support for DICOM tag "Recommended Absent Pixel CIELab" (0048,0015) + * Force version of Mirador to 3.3.0 + * In the IIIF manifest, reverse the order of the "sizes" field, which + seems to fix compatibility with Mirador v4.0.0-alpha + +------------------------------------------------------------------- Old: ---- OrthancWSI-2.0.tar.gz New: ---- OrthancWSI-2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ orthanc-wsi.spec ++++++ --- /var/tmp/diff_new_pack.yRqYoH/_old 2024-10-20 10:05:09.045660667 +0200 +++ /var/tmp/diff_new_pack.yRqYoH/_new 2024-10-20 10:05:09.045660667 +0200 @@ -1,8 +1,8 @@ # # spec file for package orthanc-wsi # -# Copyright (c) 2023 SUSE LLC -# Copyright (c) 2019-2023 Dr. Axel Braun +# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2019-2024 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,10 +21,10 @@ Summary: Whole Slide Imaging for Orthanc License: AGPL-3.0-or-later Group: Productivity/Graphics/Viewers -Version: 2.0 +Version: 2.1 Release: 0 URL: https://orthanc-server.com -Source0: https://www.orthanc-server.com/downloads/get.php?path=/whole-slide-imaging/OrthancWSI-%{version}.tar.gz +Source0: https://orthanc.uclouvain.be/downloads/sources/%{name}/OrthancWSI-%{version}.tar.gz Source1: openlayers-3.19.0-dist.zip Source11: orthanc-wsi-readme.SUSE @@ -32,7 +32,11 @@ BuildRequires: curl-devel BuildRequires: dcmtk BuildRequires: dcmtk-devel +%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200 +BuildRequires: gcc13-c++ +%else BuildRequires: gcc-c++ +%endif BuildRequires: jsoncpp-devel BuildRequires: libboost_date_time-devel >= 1.66 BuildRequires: libboost_filesystem-devel >= 1.66 @@ -68,7 +72,7 @@ - Another command-line tool that converts a DICOM series stored inside Orthanc, to a standard hierarchical TIFF image. %prep -%setup -q -n OrthancWSI-%{version} +%autosetup -n OrthancWSI-%{version} #OrthanPlugin may ask for additional files to be loaded #Putting them into this folder prevents download of sources from the web @@ -77,6 +81,10 @@ cp %{S:1} ViewerPlugin/ThirdPartyDownloads/. %build +%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200 +export CC=gcc-13 +export CXX=g++-13 +%endif # build the applications cd Applications ++++++ OrthancWSI-2.0.tar.gz -> OrthancWSI-2.1.tar.gz ++++++ ++++ 5494 lines of diff (skipped)