Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gdcm for openSUSE:Factory checked in at 2021-06-04 22:43:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdcm (Old) and /work/SRC/openSUSE:Factory/.gdcm.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdcm" Fri Jun 4 22:43:48 2021 rev:9 rq:897350 version:3.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/gdcm/gdcm.changes 2020-11-05 21:56:40.187948121 +0100 +++ /work/SRC/openSUSE:Factory/.gdcm.new.1898/gdcm.changes 2021-06-04 22:44:14.055173700 +0200 @@ -1,0 +2,5 @@ +Fri Jun 4 07:05:18 UTC 2021 - Axel Braun <axel.br...@gmx.de> + +- 0002-gcc11-changes.diff added to fix TW build failure + +------------------------------------------------------------------- New: ---- 0002-gcc11-changes.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdcm.spec ++++++ --- /var/tmp/diff_new_pack.04wHpn/_old 2021-06-04 22:44:14.455174141 +0200 +++ /var/tmp/diff_new_pack.04wHpn/_new 2021-06-04 22:44:14.459174146 +0200 @@ -1,7 +1,7 @@ # # spec file for package gdcm # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2019-2020 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -29,6 +29,7 @@ Source0: http://sourceforge.net/projects/gdcm/files/gdcm%203.x/GDCM%20%{version}/%{name}-%{version}.tar.bz2 Patch1: 0001-Fix-build-with-CharLS-2.1.0.patch Patch2: gdcm-2.4.0-usecopyright.patch +Patch3: 0002-gcc11-changes.diff BuildRequires: CharLS-devel >= 2.0 BuildRequires: cmake BuildRequires: docbook5-xsl-stylesheets ++++++ 0002-gcc11-changes.diff ++++++ diff -U 3 -dHrN -- a/Source/MediaStorageAndFileFormat/gdcmImageChangePhotometricInterpretation.h b/Source/MediaStorageAndFileFormat/gdcmImageChangePhotometricInterpretation.h --- a/Source/MediaStorageAndFileFormat/gdcmImageChangePhotometricInterpretation.h 2020-09-24 15:23:00.000000000 +0200 +++ b/Source/MediaStorageAndFileFormat/gdcmImageChangePhotometricInterpretation.h 2021-06-04 09:01:27.948756274 +0200 @@ -16,6 +16,7 @@ #include "gdcmImageToImageFilter.h" #include "gdcmPhotometricInterpretation.h" +#include <limits> namespace gdcm { diff -U 3 -dHrN -- a/Source/MediaStorageAndFileFormat/gdcmImage.cxx b/Source/MediaStorageAndFileFormat/gdcmImage.cxx --- a/Source/MediaStorageAndFileFormat/gdcmImage.cxx 2020-09-24 15:23:00.000000000 +0200 +++ b/Source/MediaStorageAndFileFormat/gdcmImage.cxx 2021-06-04 08:57:06.857815911 +0200 @@ -20,6 +20,7 @@ #include "gdcmFragment.h" #include <iostream> +#include <limits> namespace gdcm {