Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package insighttoolkit for openSUSE:Factory checked in at 2023-04-11 13:51:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/insighttoolkit (Old) and /work/SRC/openSUSE:Factory/.insighttoolkit.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "insighttoolkit" Tue Apr 11 13:51:57 2023 rev:16 rq:1078387 version:5.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/insighttoolkit/insighttoolkit.changes 2023-01-26 14:01:12.337060954 +0100 +++ /work/SRC/openSUSE:Factory/.insighttoolkit.new.19717/insighttoolkit.changes 2023-04-11 13:52:05.399684226 +0200 @@ -1,0 +2,6 @@ +Mon Apr 10 21:28:42 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Add add-missing-includes.patch: Add missing #include <cstdint>. + Now exposed by gcc 13. + +------------------------------------------------------------------- New: ---- add-missing-includes.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ insighttoolkit.spec ++++++ --- /var/tmp/diff_new_pack.7VxwXC/_old 2023-04-11 13:52:06.039687934 +0200 +++ /var/tmp/diff_new_pack.7VxwXC/_new 2023-04-11 13:52:06.043687957 +0200 @@ -43,6 +43,9 @@ License: Apache-2.0 URL: https://www.itk.org Source: https://github.com/InsightSoftwareConsortium/ITK/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM add-missing-includes.patch -- Add missing #include <cstdint> +Patch: add-missing-includes.patch + BuildRequires: CastXML-devel BuildRequires: bison BuildRequires: cmake ++++++ add-missing-includes.patch ++++++ Index: ITK-5.3.0/Modules/Filtering/MathematicalMorphology/include/itkMathematicalMorphologyEnums.h =================================================================== --- ITK-5.3.0.orig/Modules/Filtering/MathematicalMorphology/include/itkMathematicalMorphologyEnums.h +++ ITK-5.3.0/Modules/Filtering/MathematicalMorphology/include/itkMathematicalMorphologyEnums.h @@ -20,6 +20,7 @@ #include <iostream> #include "ITKMathematicalMorphologyExport.h" +#include <cstdint> namespace itk