From 8368bd44dc7b1954e19d77b9da5dd03f246cf2cf0552a4746ce76e8ccb7c4ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 7 Jul 2022 08:56:34 +0000 Subject: [PATCH 1/3] lulzbot OBS-URL: https://build.opensuse.org/package/show/science/cura-engine-lulzbot?expand=0&rev=77 --- cura-engine-lulzbot.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cura-engine-lulzbot.spec b/cura-engine-lulzbot.spec index 0dd96ef..b16a280 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 @@ -38,7 +38,7 @@ BuildRequires: gcc-c++ %endif BuildRequires: cmake BuildRequires: cppunit-devel -BuildRequires: libArcus-devel +BuildRequires: libArcus-lulzbot-devel BuildRequires: stb-devel # No 32bit support anymore. aarch64 support was added later (please use regular cura-engine for aarch64) ExcludeArch: %ix86 %arm aarch64 From 5bd4dd68a1837fdd22a841f44dc79198e4aadf5ca0841211a47346a77d1542ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 7 Oct 2022 13:59:37 +0000 Subject: [PATCH 2/3] fix OBS-URL: https://build.opensuse.org/package/show/science/cura-engine-lulzbot?expand=0&rev=78 --- CuraEngine-3.6.21.obscpio | 4 ++-- CuraEngine.obsinfo | 1 - cura-engine-lulzbot.changes | 5 +++++ cura-engine-lulzbot.spec | 4 +++- 4 files changed, 10 insertions(+), 4 deletions(-) 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 b16a280..127ea74 100644 --- a/cura-engine-lulzbot.spec +++ b/cura-engine-lulzbot.spec @@ -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 From 1c402a6e129583c81f35c88f8481ae877a2fd0059bf37beee42b860cab3d6b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 7 Oct 2022 14:01:04 +0000 Subject: [PATCH 3/3] ups OBS-URL: https://build.opensuse.org/package/show/science/cura-engine-lulzbot?expand=0&rev=79 --- cura-engine-lulzbot.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura-engine-lulzbot.spec b/cura-engine-lulzbot.spec index 127ea74..0320a47 100644 --- a/cura-engine-lulzbot.spec +++ b/cura-engine-lulzbot.spec @@ -38,7 +38,7 @@ BuildRequires: gcc-c++ %endif BuildRequires: cmake BuildRequires: cppunit-devel -BuildRequires: libArcus-lulzbot-devel +BuildRequires: libArcus-devel BuildRequires: stb-devel # No 32bit support anymore. aarch64 support was added later (please use regular cura-engine for aarch64) ExcludeArch: %ix86 %arm aarch64