Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cura-engine for openSUSE:Factory checked in at 2023-05-07 18:54:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cura-engine (Old) and /work/SRC/openSUSE:Factory/.cura-engine.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cura-engine" Sun May 7 18:54:33 2023 rev:13 rq:1085249 version:4.13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cura-engine/cura-engine.changes 2022-02-09 20:41:03.258642089 +0100 +++ /work/SRC/openSUSE:Factory/.cura-engine.new.1533/cura-engine.changes 2023-05-07 18:54:39.784152174 +0200 @@ -1,0 +2,5 @@ +Tue May 2 08:45:11 UTC 2023 - Bjørn Lie <[email protected]> + +- Add add-missing-include.patch: Add missing include <cstdint> + +------------------------------------------------------------------- New: ---- add-missing-include.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cura-engine.spec ++++++ --- /var/tmp/diff_new_pack.ou5Hja/_old 2023-05-07 18:54:40.644156972 +0200 +++ /var/tmp/diff_new_pack.ou5Hja/_new 2023-05-07 18:54:40.648156995 +0200 @@ -1,7 +1,7 @@ # # spec file for package cura-engine # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,6 +28,8 @@ Source1: CuraEngine.1 # X-OPENSUSE-PATCH fix-build.patch follow openSUSE policies Patch1: fix-build.patch +# PATCH-FIX-UPSTREAM add-missing-include.patch -- Add missing include <cstdint> +Patch2: add-missing-include.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: gmock @@ -48,7 +50,7 @@ %prep %setup -q -n CuraEngine-%sversion -%patch1 -p1 +%autopatch -p1 # the test is hardcoding the version number sed -i -e 's,"master","%{version}",' tests/GCodeExportTest.cpp ++++++ add-missing-include.patch ++++++ Index: CuraEngine-4.13.1/src/utils/math.h =================================================================== --- CuraEngine-4.13.1.orig/src/utils/math.h +++ CuraEngine-4.13.1/src/utils/math.h @@ -4,6 +4,7 @@ #ifndef UTILS_MATH_H #define UTILS_MATH_H +#include <cstdint> #include <cmath>
