Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package FreeCAD for openSUSE:Factory checked in at 2023-03-27 18:17:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/FreeCAD (Old) and /work/SRC/openSUSE:Factory/.FreeCAD.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "FreeCAD" Mon Mar 27 18:17:31 2023 rev:42 rq:1074633 version:0.20.2 Changes: -------- --- /work/SRC/openSUSE:Factory/FreeCAD/FreeCAD.changes 2023-01-26 14:13:36.461280964 +0100 +++ /work/SRC/openSUSE:Factory/.FreeCAD.new.31432/FreeCAD.changes 2023-03-27 18:17:32.683506943 +0200 @@ -1,0 +2,6 @@ +Mon Mar 27 09:49:49 UTC 2023 - Adrian Schröter <adr...@suse.de> + +- Fix build with gcc 13 + 0001-Fix-build-with-gcc13.patch + +------------------------------------------------------------------- New: ---- 0001-Fix-build-with-gcc13.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ FreeCAD.spec ++++++ --- /var/tmp/diff_new_pack.eJWhh7/_old 2023-03-27 18:17:34.067514246 +0200 +++ /var/tmp/diff_new_pack.eJWhh7/_new 2023-03-27 18:17:34.071514267 +0200 @@ -50,6 +50,8 @@ Patch6: 0001-Revert-unused-parameter-warning-change.patch # PATCH-FIX-UPSTREAM Patch7: 0001-FEM-femmesh-fix-AttributeError-module-numpy-has-no-a.patch +# PATCH-FIX-OPENSUSE submitted upstream here: https://github.com/FreeCAD/FreeCAD/pull/9077 +Patch8: 0001-Fix-build-with-gcc13.patch # Test suite fails on 32bit and I don't want to debug that anymore ExcludeArch: %ix86 %arm ppc s390 s390x ++++++ 0001-Fix-build-with-gcc13.patch ++++++ --- a/src/3rdParty/libE57Format/include/E57Format.h +++ b/src/3rdParty/libE57Format/include/E57Format.h 2023-03-27 09:59:08.143013765 +0200 @@ -33,6 +33,7 @@ #include <cfloat> #include <memory> +#include <cstdint> #include <vector> #include "E57Exception.h"