1
0

Accepting request 638248 from science

- update to version 3.2.28
  * version update only
  * obsoletes fix-build.patch

OBS-URL: https://build.opensuse.org/request/show/638248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cura-engine-lulzbot?expand=0&rev=6
This commit is contained in:
2018-09-26 12:23:55 +00:00
committed by Git OBS Bridge
7 changed files with 15 additions and 27 deletions

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
name: CuraEngine
version: 3.2.24
version: 3.2.28
mtime: 1532278266
commit: f00c2ca766046222d8ae92a09000410a4bbdb61e

View File

@@ -2,8 +2,8 @@
<service name="obs_scm" mode="disabled">
<param name="url">https://code.alephobjects.com/diffusion/CTE/cura-engine.git</param>
<param name="scm">git</param>
<param name="revision">v3.2.24</param>
<param name="version">3.2.24</param>
<param name="revision">v3.2.28</param>
<param name="version">3.2.28</param>
<param name="submodules">disable</param>
<param name="filename">CuraEngine</param>
</service>

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 25 14:52:06 UTC 2018 - Adrian Schröter <adrian@suse.de>
- update to version 3.2.28
* version update only
* obsoletes fix-build.patch
-------------------------------------------------------------------
Mon Aug 6 07:04:14 UTC 2018 - adrian@suse.de

View File

@@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: cura-engine-lulzbot
Version: 3.2.24
Version: 3.2.28
Release: 0
Summary: 3D printer control software
License: AGPL-3.0-only
@@ -26,7 +26,6 @@ Conflicts: cura-engine
Url: https://code.alephobjects.com/diffusion/CTE/cura-engine.git
Source0: CuraEngine-%{version}.tar.xz
Source1: CuraEngine.1
Patch1: fix-build.patch
%if 0%{?suse_version} < 1500
BuildRequires: gcc6-c++
#!BuildIgnore: libgcc_s1
@@ -45,7 +44,6 @@ This is the LulzBot variation of the engine.
%prep
%setup -q -n CuraEngine-%version
%patch1 -p1
%build
%if 0%{?suse_version} < 1500

View File

@@ -1,17 +0,0 @@
diff --git a/src/settings/SettingRegistry.cpp b/src/settings/SettingRegistry.cpp
index 7c4be40d..cff696a6 100644
--- a/src/settings/SettingRegistry.cpp
+++ b/src/settings/SettingRegistry.cpp
@@ -35,12 +35,6 @@ std::string SettingRegistry::toString(rapidjson::Type type)
}
-SettingConfig::SettingConfig(std::string key, std::string label)
-: SettingContainer(key, label)
-{
-// std::cerr << key << std::endl; // debug output to show all frontend registered settings...
-}
-
bool SettingRegistry::settingExists(std::string key) const
{
return setting_key_to_config.find(key) != setting_key_to_config.end();