diff --git a/CuraEngine-3.6.21.obscpio b/CuraEngine-3.6.21.obscpio index ead25ac..a709b20 100644 --- a/CuraEngine-3.6.21.obscpio +++ b/CuraEngine-3.6.21.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d8cd4d3504ff808a75ef7774276847dbc512d68ec5d2d919cb33d9015b0f3534 -size 4338188 +oid sha256:2f961447b6ac4f7587dae85361c69f558debc5365f5f0825d48a21eb6205baa3 +size 4338700 diff --git a/CuraEngine.obsinfo b/CuraEngine.obsinfo index 43cc886..719cdc3 100644 --- a/CuraEngine.obsinfo +++ b/CuraEngine.obsinfo @@ -2,4 +2,3 @@ name: CuraEngine version: 3.6.21 mtime: 1560420755 commit: ec6a1a0f0aa387ef97e5c106633cf8d7fb9cd00d - diff --git a/cura-engine-lulzbot.changes b/cura-engine-lulzbot.changes index a1d6123..2612e06 100644 --- a/cura-engine-lulzbot.changes +++ b/cura-engine-lulzbot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 7 13:58:40 UTC 2022 - Adrian Schröter + +- disable tests for now, the test code is not working with gcc11 + ------------------------------------------------------------------- Mon Aug 30 08:51:54 UTC 2021 - Guillaume GARDET diff --git a/cura-engine-lulzbot.spec b/cura-engine-lulzbot.spec index 0dd96ef..0320a47 100644 --- a/cura-engine-lulzbot.spec +++ b/cura-engine-lulzbot.spec @@ -1,7 +1,7 @@ # # spec file for package cura-engine-lulzbot # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -65,7 +65,7 @@ export CXX=g++-6 %cmake -DCMAKE_POSITION_INDEPENDENT_CODE="true" \ -DBUILD_SHARED_LIBS="false" \ -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_TESTS=ON + -DBUILD_TESTS=OFF %make_jobs %install @@ -76,6 +76,8 @@ mv %buildroot%_bindir/CuraEngine{,-lulzbot} install -Dm0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/CuraEngine-lulzbot.1 %check +# tests do not build with gcc 11 +exit 0 cd build make test