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:
parent
13f04485c0
commit
1fdba91875
@ -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
|
||||
version: 4.4.1
|
||||
mtime: 1573138935
|
||||
commit: bd767606172d35fe89f5179e5d316c8df0dd5f3a
|
||||
version: 4.6.1
|
||||
mtime: 1587728692
|
||||
commit: 4e3deeba043fac7b96a2dc7947f41cde6ce3b8d6
|
||||
|
||||
|
4
_service
4
_service
@ -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" />
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user