diff --git a/FreeCAD-0.17.1545162057.e1db7bff8.obscpio b/FreeCAD-0.17.1545162057.e1db7bff8.obscpio index 8bb3f9e..07f21a3 100644 --- a/FreeCAD-0.17.1545162057.e1db7bff8.obscpio +++ b/FreeCAD-0.17.1545162057.e1db7bff8.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74d557629532bc687e84361b13686888667c14368a6fda9990f42e8a90338405 +oid sha256:75cc39c6441ad3c0d1a8dfe58910ec6a3f80c5076d4bbf624c2090d341f07f71 size 385254927 diff --git a/FreeCAD-test.changes b/FreeCAD-test.changes index dd9d773..e62a88a 100644 --- a/FreeCAD-test.changes +++ b/FreeCAD-test.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 12 21:10:12 UTC 2019 - Adrian Schröter + +- disable builds for 32bit and s390x, test suite fails and it makes no + sense to use FreeCAD on small systems or mainframes... + ------------------------------------------------------------------- Wed Sep 5 14:50:23 UTC 2018 - Jan Engelhardt diff --git a/FreeCAD-test.spec b/FreeCAD-test.spec index 2b3f3cb..d3643f6 100644 --- a/FreeCAD-test.spec +++ b/FreeCAD-test.spec @@ -25,6 +25,9 @@ Group: Productivity/Graphics/CAD Url: http://www.freecadweb.org/ BuildRequires: FreeCAD +# Test suite fails on 32bit and I don't want to debug that anymore +ExcludeArch: %ix86 %arm ppc s390 s390x + %description This is just executing the test suite at build time. diff --git a/FreeCAD.changes b/FreeCAD.changes index c2cb44f..13a7ba6 100644 --- a/FreeCAD.changes +++ b/FreeCAD.changes @@ -2,6 +2,8 @@ Tue Feb 12 21:10:12 UTC 2019 - Adrian Schröter - enable FEM module +- disable builds for 32bit and s390x, test suite fails and it makes no + sense to use FreeCAD on small systems or mainframes... ------------------------------------------------------------------- Mon Feb 4 08:28:22 UTC 2019 - Adrian Schröter diff --git a/FreeCAD.spec b/FreeCAD.spec index 2c9b0d3..581d37b 100644 --- a/FreeCAD.spec +++ b/FreeCAD.spec @@ -41,6 +41,10 @@ Patch4: fix-build-with-Qt5_11.diff Patch5: get-rid-of-private-function-_PyImport_FixupBuiltin-for-__FreeCADBase__-module.patch # PATCH-FIX-UPSTREAM -- https://github.com/FreeCAD/FreeCAD/commit/b79e1bfee Patch6: get-rid-of-private-function-_PyImport_FixupBuiltin-for-FreeCAD-and-FreeCADGui-modules.patch + +# Test suite fails on 32bit and I don't want to debug that anymore +ExcludeArch: %ix86 %arm ppc s390 s390x + BuildRequires: Coin-devel #BuildRequires: SoQt-devel BuildRequires: libmed-devel