1
0
2021-09-04 20:35:25 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:0ed16d299f58d0da08ad425ee39029b8c86b9e62a956d0ec2c145f796d21aab8 oid sha256:d8cd4d3504ff808a75ef7774276847dbc512d68ec5d2d919cb33d9015b0f3534
size 4338188 size 4338188

View File

@@ -1,6 +1,6 @@
<services> <services>
<service name="obs_scm" mode="disabled"> <service name="obs_scm" mode="manual">
<param name="url">https://code.alephobjects.com/diffusion/CTE/cura-engine.git</param> <param name="url">https://gitlab.com/lulzbot3d/cura-le/cura-engine-le</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="revision">v3.6.21</param> <param name="revision">v3.6.21</param>
<param name="version">3.6.21</param> <param name="version">3.6.21</param>
@@ -12,5 +12,5 @@
<param name="file">*.tar</param> <param name="file">*.tar</param>
<param name="compression">xz</param> <param name="compression">xz</param>
</service> </service>
<service mode="disabled" name="set_version" /> <service mode="manual" name="set_version" />
</services> </services>

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 30 08:51:54 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- aarch64 is not supported in this old version. Please use regular
cura-engine instead.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 11 05:38:03 UTC 2019 - Adrian Schröter <adrian@suse.de> Fri Oct 11 05:38:03 UTC 2019 - Adrian Schröter <adrian@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package cura-engine-lulzbot # spec file for package cura-engine-lulzbot
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@ Summary: 3D printer control software
License: AGPL-3.0-only License: AGPL-3.0-only
Group: Hardware/Printing Group: Hardware/Printing
Conflicts: cura-engine Conflicts: cura-engine
Url: https://code.alephobjects.com/diffusion/CTE/cura-engine.git URL: https://code.alephobjects.com/diffusion/CTE/cura-engine.git
Source0: CuraEngine-%{version}.tar.xz Source0: CuraEngine-%{version}.tar.xz
Source1: CuraEngine.1 Source1: CuraEngine.1
# X-OPENSUSE-PATCH fix-build.patch for new libArcus # X-OPENSUSE-PATCH fix-build.patch for new libArcus
@@ -40,8 +40,8 @@ BuildRequires: cmake
BuildRequires: cppunit-devel BuildRequires: cppunit-devel
BuildRequires: libArcus-devel BuildRequires: libArcus-devel
BuildRequires: stb-devel BuildRequires: stb-devel
# No 32bit support anymore # No 32bit support anymore. aarch64 support was added later (please use regular cura-engine for aarch64)
ExcludeArch: %ix86 %arm ExcludeArch: %ix86 %arm aarch64
%description %description
CuraEngine is an engine for processing 3D models CuraEngine is an engine for processing 3D models