SHA256
1
0
forked from pool/cura-engine
Stefan Brüns 2020-06-07 18:42:22 +00:00 committed by Git OBS Bridge
parent 13f04485c0
commit 1fdba91875
6 changed files with 21 additions and 22 deletions

View File

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

3
CuraEngine-4.6.1.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44c8e42e8a35f65ba5b47b87b39e5e0a14834481c8b2c3808ed3e92111b2293b
size 5429773

View File

@ -1,5 +1,5 @@
name: CuraEngine
version: 4.4.1
mtime: 1573138935
commit: bd767606172d35fe89f5179e5d316c8df0dd5f3a
version: 4.6.1
mtime: 1587728692
commit: 4e3deeba043fac7b96a2dc7947f41cde6ce3b8d6

View File

@ -2,8 +2,8 @@
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/Ultimaker/CuraEngine.git</param>
<param name="scm">git</param>
<param name="revision">v4.4.1</param>
<param name="version">4.4.1</param>
<param name="revision">4.6.1</param>
<param name="version">4.6.1</param>
</service>
<service mode="disabled" name="set_version" />

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jun 7 03:21:34 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to version 4.6.1
Release notes:
* https://github.com/Ultimaker/Cura/releases/tag/4.6.1
* https://github.com/Ultimaker/Cura/releases/tag/4.6.0
* https://github.com/Ultimaker/Cura/releases/tag/4.5.0
- Clean up spec file
-------------------------------------------------------------------
Thu Jan 2 14:04:22 UTC 2020 - Adrian Schröter <adrian@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package cura-engine
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: cura-engine
Version: 4.4.1
Version: 4.6.1
Release: 0
Summary: 3D printer control software
License: AGPL-3.0-only
@ -27,14 +27,8 @@ Source0: CuraEngine-%{version}.tar.xz
Source1: CuraEngine.1
# X-OPENSUSE-PATCH fix-build.patch follow openSUSE policies
Patch1: fix-build.patch
# On TW/Factory or Leap/SLE 15 use latest gcc, gcc6 otherwise
%if 0%{?suse_version} < 1500
BuildRequires: gcc6-c++
#!BuildIgnore: libgcc_s1
%else
BuildRequires: gcc-c++
%endif
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: gmock
BuildRequires: gtest
BuildRequires: libArcus-devel
@ -54,15 +48,10 @@ It is part of the larger project called "Cura".
sed -i -e 's,"master","%{version}",' tests/GCodeExportTest.cpp
%build
%if 0%{?suse_version} < 1500
export CC=gcc-6
export CXX=g++-6
%endif
# make sure lib_CuraEngine is statically build and linked
%cmake -DCURA_ENGINE_VERSION=%version \
-DCMAKE_POSITION_INDEPENDENT_CODE="true" \
-DBUILD_SHARED_LIBS="false" \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTS=ON
%make_jobs