diff --git a/openscad.changes b/openscad.changes index 596d018..962f40d 100644 --- a/openscad.changes +++ b/openscad.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 6 12:05:11 UTC 2020 - Guillaume GARDET + +- openGL is required but Arm uses openGL ES, so exclude %arm + and aarch64 + ------------------------------------------------------------------- Fri Oct 2 08:10:59 UTC 2020 - Dirk Stoecker diff --git a/openscad.spec b/openscad.spec index 70bf207..eba26e5 100644 --- a/openscad.spec +++ b/openscad.spec @@ -51,6 +51,8 @@ BuildRequires: pkgconfig(Qt5OpenGL) BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libzip) +# With v2019.05, openGL is required but Arm uses openGL ES +ExcludeArch: %arm aarch64 %description OpenSCAD is a software for creating solid 3D CAD objects. It does not