forked from pool/cura-engine
Accepting request 812253 from home:StefanBruens:branches:science
- 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 OBS-URL: https://build.opensuse.org/request/show/812253 OBS-URL: https://build.opensuse.org/package/show/science/cura-engine?expand=0&rev=47
This commit is contained in:
@@ -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
3
CuraEngine-4.6.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:44c8e42e8a35f65ba5b47b87b39e5e0a14834481c8b2c3808ed3e92111b2293b
|
||||||
|
size 5429773
|
@@ -1,5 +1,5 @@
|
|||||||
name: CuraEngine
|
name: CuraEngine
|
||||||
version: 4.4.1
|
version: 4.6.1
|
||||||
mtime: 1573138935
|
mtime: 1587728692
|
||||||
commit: bd767606172d35fe89f5179e5d316c8df0dd5f3a
|
commit: 4e3deeba043fac7b96a2dc7947f41cde6ce3b8d6
|
||||||
|
|
||||||
|
4
_service
4
_service
@@ -2,8 +2,8 @@
|
|||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/Ultimaker/CuraEngine.git</param>
|
<param name="url">https://github.com/Ultimaker/CuraEngine.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v4.4.1</param>
|
<param name="revision">4.6.1</param>
|
||||||
<param name="version">4.4.1</param>
|
<param name="version">4.6.1</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version" />
|
<service mode="disabled" name="set_version" />
|
||||||
|
|
||||||
|
@@ -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>
|
Thu Jan 2 14:04:22 UTC 2020 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cura-engine
|
# 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
|
# 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
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cura-engine
|
Name: cura-engine
|
||||||
Version: 4.4.1
|
Version: 4.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: 3D printer control software
|
Summary: 3D printer control software
|
||||||
License: AGPL-3.0-only
|
License: AGPL-3.0-only
|
||||||
@@ -27,14 +27,8 @@ Source0: CuraEngine-%{version}.tar.xz
|
|||||||
Source1: CuraEngine.1
|
Source1: CuraEngine.1
|
||||||
# X-OPENSUSE-PATCH fix-build.patch follow openSUSE policies
|
# X-OPENSUSE-PATCH fix-build.patch follow openSUSE policies
|
||||||
Patch1: fix-build.patch
|
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: cmake
|
||||||
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gmock
|
BuildRequires: gmock
|
||||||
BuildRequires: gtest
|
BuildRequires: gtest
|
||||||
BuildRequires: libArcus-devel
|
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
|
sed -i -e 's,"master","%{version}",' tests/GCodeExportTest.cpp
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?suse_version} < 1500
|
|
||||||
export CC=gcc-6
|
|
||||||
export CXX=g++-6
|
|
||||||
%endif
|
|
||||||
# make sure lib_CuraEngine is statically build and linked
|
# make sure lib_CuraEngine is statically build and linked
|
||||||
%cmake -DCURA_ENGINE_VERSION=%version \
|
%cmake -DCURA_ENGINE_VERSION=%version \
|
||||||
-DCMAKE_POSITION_INDEPENDENT_CODE="true" \
|
-DCMAKE_POSITION_INDEPENDENT_CODE="true" \
|
||||||
-DBUILD_SHARED_LIBS="false" \
|
-DBUILD_SHARED_LIBS="false" \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
|
||||||
-DBUILD_TESTS=ON
|
-DBUILD_TESTS=ON
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user