diff --git a/0001-Fix-build-with-gcc13.patch b/0001-Fix-build-with-gcc13.patch new file mode 100644 index 0000000..bcdc9b3 --- /dev/null +++ b/0001-Fix-build-with-gcc13.patch @@ -0,0 +1,10 @@ +--- 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 + #include ++#include + #include + + #include "E57Exception.h" diff --git a/FreeCAD.changes b/FreeCAD.changes index 8811cbc..730f5ed 100644 --- a/FreeCAD.changes +++ b/FreeCAD.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 27 09:49:49 UTC 2023 - Adrian Schröter + +- Fix build with gcc 13 + 0001-Fix-build-with-gcc13.patch + ------------------------------------------------------------------- Thu Jan 26 00:01:42 UTC 2023 - Stefan Brüns diff --git a/FreeCAD.spec b/FreeCAD.spec index 0931ce8..3a017b8 100644 --- a/FreeCAD.spec +++ b/FreeCAD.spec @@ -50,6 +50,8 @@ Patch5: 0001-FEM-add-missing-include.patch 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