From be46bd0032e98d8bc3cbee9845ccba0c1262003f56ac34f626cc68fa4b215a11 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Sat, 7 Feb 2026 18:47:43 +0100 Subject: [PATCH] update --- gdcm.changes | 5 +++++ gdcm.spec | 13 ++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/gdcm.changes b/gdcm.changes index 0035d76..b068991 100644 --- a/gdcm.changes +++ b/gdcm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 25 08:56:35 UTC 2025 - Axel Braun + +- apply fix for poppler 25.10 build error + ------------------------------------------------------------------- Wed Jul 3 21:16:29 UTC 2024 - Christophe Marin diff --git a/gdcm.spec b/gdcm.spec index 5fe7a75..4af85cc 100644 --- a/gdcm.spec +++ b/gdcm.spec @@ -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/pvrg 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 -- 2.51.1