Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gdcm for openSUSE:Factory checked in at 2025-12-28 19:20:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdcm (Old) and /work/SRC/openSUSE:Factory/.gdcm.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdcm" Sun Dec 28 19:20:30 2025 rev:22 rq:1324572 version:3.0.24 Changes: -------- --- /work/SRC/openSUSE:Factory/gdcm/gdcm.changes 2024-07-22 17:15:05.094264334 +0200 +++ /work/SRC/openSUSE:Factory/.gdcm.new.1928/gdcm.changes 2025-12-28 19:21:12.667858019 +0100 @@ -1,0 +2,5 @@ +Thu Dec 25 08:56:35 UTC 2025 - Axel Braun <[email protected]> + +- apply fix for poppler 25.10 build error + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdcm.spec ++++++ --- /var/tmp/diff_new_pack.54uyIq/_old 2025-12-28 19:21:13.187879370 +0100 +++ /var/tmp/diff_new_pack.54uyIq/_new 2025-12-28 19:21:13.191879535 +0100 @@ -1,8 +1,8 @@ # # spec file for package gdcm # -# Copyright (c) 2024 SUSE LLC -# Copyright (c) 2019-2024 Dr. Axel Braun +# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2019-2025 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -139,10 +139,13 @@ rm -rf Utilities/rle rm -rf Utilities/wxWidgets +# build fails with poppler 25.10, currently only TW +%if 0%{?suse_version} > 1600 +sed -i 's:getLength:size:' Applications/Cxx/{gdcminfo.cxx,gdcmpdf.cxx} +%endif + %build -##%if 0%{?sle_version} >= 150400 && 0%{?is_opensuse} -##export CXX=g++-11 -## %endif + %if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200 export CC=gcc-13 export CXX=g++-13
