From 3fb6e76b0387120492f81e6de4a64234f860551a Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Thu, 11 Sep 2025 10:55:15 +0000 Subject: [PATCH] gdcm/3.3.0 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- gdcm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gdcm.yaml b/gdcm.yaml index 3fa1cf74995..06deba482a7 100644 --- a/gdcm.yaml +++ b/gdcm.yaml @@ -1,7 +1,7 @@ package: name: gdcm - version: "3.1.0" - epoch: 1 + version: "3.3.0" + epoch: 0 description: "Grassroots DICOM Gdcm, Cross-platform DICOM implementation library for C++" copyright: - license: BSD-3-Clause @@ -17,7 +17,7 @@ pipeline: with: repository: https://github.com/malaterre/GDCM tag: v${{package.version}} - expected-commit: 917a96c8f4d63f2a30ac3a52f31d90127c2d6607 + expected-commit: 3ec8a08b25b04b8fae9eb54ce1548c7847f54fc0 # This patch Fixes "missing header" # Without the header, leads to compilation failures since upstream code uses std::numeric_limits functions.