Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cura-engine for openSUSE:Factory checked in at 2022-02-09 20:39:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cura-engine (Old) and /work/SRC/openSUSE:Factory/.cura-engine.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cura-engine" Wed Feb 9 20:39:43 2022 rev:12 rq:952910 version:4.13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cura-engine/cura-engine.changes 2021-04-29 22:52:49.838046708 +0200 +++ /work/SRC/openSUSE:Factory/.cura-engine.new.1898/cura-engine.changes 2022-02-09 20:41:03.258642089 +0100 @@ -1,0 +2,16 @@ +Sun Feb 6 21:52:59 UTC 2022 - Stefan Br??ns <[email protected]> + +- Update to version 4.13.1 + Release notes: + * https://github.com/Ultimaker/Cura/releases/tag/4.13.1 + +------------------------------------------------------------------- +Thu Jan 27 12:47:12 UTC 2022 - Guillaume GARDET <[email protected]> + +- Update to version 4.13.0 + Release notes: + * https://github.com/Ultimaker/Cura/releases/tag/4.13.0 +- Refresh patch: + * fix-build.patch + +------------------------------------------------------------------- Old: ---- cura-engine-4.9.0.tar.gz New: ---- cura-engine-4.13.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cura-engine.spec ++++++ --- /var/tmp/diff_new_pack.fitoaA/_old 2022-02-09 20:41:03.850643506 +0100 +++ /var/tmp/diff_new_pack.fitoaA/_new 2022-02-09 20:41:03.858643525 +0100 @@ -1,7 +1,7 @@ # # spec file for package cura-engine # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,8 @@ Name: cura-engine -%define sversion 4.9 -Version: 4.9.0 +%define sversion 4.13.1 +Version: 4.13.1 Release: 0 Summary: 3D printer control software License: AGPL-3.0-only ++++++ CuraEngine.1 ++++++ --- /var/tmp/diff_new_pack.fitoaA/_old 2022-02-09 20:41:03.898643621 +0100 +++ /var/tmp/diff_new_pack.fitoaA/_new 2022-02-09 20:41:03.902643630 +0100 @@ -1,26 +1,200 @@ -.TH CURAENGINE "1" "DATE" "CuraEngine VERSION" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. +.TH CURAENGINE "1" "February 2022" "CuraEngine " "User Commands" .SH NAME -CuraEngine \- manual page for CuraEngine VERSION -.SH SYNOPSIS -.B CuraEngine -[\fIOPTION\fR]... \fI-o OUTPUT \fR\fIMODEL\fR... +CuraEngine \- manual page for CuraEngine .SH DESCRIPTION -The CuraEngine is a C++ console application for 3D printing GCode -generation. It has been made as a better and faster alternative to the old -Skeinforge engine. -.TP -Example: CuraEngine -o <output.gcode> <model.stl> -.TP -\fB\-h\fR -Help -.TP +Cura_SteamEngine version 4.13.1 +Copyright \(co 2021 Ultimaker +.PP +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +.PP +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. +.PP +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. +.PP +usage: +CuraEngine help +.IP +Show this help message +.PP +CuraEngine connect <host>[:<port>] [\-j <settings.def.json>] +.HP +\fB\-\-connect\fR <host>[:<port>] +.IP +Connect to <host> via a command socket, +instead of passing information via the command line +.HP \fB\-v\fR -Version information -.TP -\fB\-s\fR -Settings key value -.TP -\fB\-m\fR -Size +.IP +Increase the verbose level (show log messages). +.HP +\fB\-m\fR<thread_count> +.IP +Set the desired number of threads. Supports only a single digit. +.PP +CuraEngine slice [\-v] [\-p] [\-j <settings.json>] [\-s <settingkey>=<value>] [\-g] [\-e<extruder_nr>] [\-o <output.gcode>] [\-l <model.stl>] [\-\-next] +.HP +\fB\-v\fR +.IP +Increase the verbose level (show log messages). +.HP +\fB\-m\fR<thread_count> +.IP +Set the desired number of threads. +.HP +\fB\-p\fR +.IP +Log progress information. +.HP +\fB\-j\fR +.IP +Load settings.def.json file to register all settings and their defaults. +.HP +\fB\-s\fR <setting>=<value> +.IP +Set a setting to a value for the last supplied object, +extruder train, or general settings. +.HP +\fB\-l\fR <model_file> +.IP +Load an STL model. +.HP +\fB\-g\fR +.IP +Switch setting focus to the current mesh group only. +Used for one\-at\-a\-time printing. +.HP +\fB\-e\fR<extruder_nr> +.IP +Switch setting focus to the extruder train with the given number. +.HP +\fB\-\-next\fR +.IP +Generate gcode for the previously supplied mesh group and append that to +the gcode of further models for one\-at\-a\-time printing. +.HP +\fB\-o\fR <output_file> +.IP +Specify a file to which to write the generated gcode. +.PP +The settings are appended to the last supplied object: +CuraEngine slice [general settings] +.HP +\fB\-g\fR [current group settings] +.HP +\fB\-e0\fR [extruder train 0 settings] +.HP +\fB\-l\fR obj_inheriting_from_last_extruder_train.stl [object settings] +.HP +\fB\-\-next\fR [next group settings] +.IP +\&... etc. +.PP +In order to load machine definitions from custom locations, you need to create the environment variable CURA_ENGINE_SEARCH_PATH, which should contain all search paths delimited by a (semi\-)colon. +.PP +Cura_SteamEngine version 4.13.1 +Copyright \(co 2021 Ultimaker +.PP +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +.PP +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. +.PP +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. +[ERROR] Unknown command: \fB\-\-version\fR +[ERROR] Command called: +[ERROR] CuraEngine [ERROR] \fB\-\-version\fR [ERROR] +.PP +usage: +CuraEngine help +.IP +Show this help message +.PP +CuraEngine connect <host>[:<port>] [\-j <settings.def.json>] +.HP +\fB\-\-connect\fR <host>[:<port>] +.IP +Connect to <host> via a command socket, +instead of passing information via the command line +.HP +\fB\-v\fR +.IP +Increase the verbose level (show log messages). +.HP +\fB\-m\fR<thread_count> +.IP +Set the desired number of threads. Supports only a single digit. +.PP +CuraEngine slice [\-v] [\-p] [\-j <settings.json>] [\-s <settingkey>=<value>] [\-g] [\-e<extruder_nr>] [\-o <output.gcode>] [\-l <model.stl>] [\-\-next] +.HP +\fB\-v\fR +.IP +Increase the verbose level (show log messages). +.HP +\fB\-m\fR<thread_count> +.IP +Set the desired number of threads. +.HP +\fB\-p\fR +.IP +Log progress information. +.HP +\fB\-j\fR +.IP +Load settings.def.json file to register all settings and their defaults. +.HP +\fB\-s\fR <setting>=<value> +.IP +Set a setting to a value for the last supplied object, +extruder train, or general settings. +.HP +\fB\-l\fR <model_file> +.IP +Load an STL model. +.HP +\fB\-g\fR +.IP +Switch setting focus to the current mesh group only. +Used for one\-at\-a\-time printing. +.HP +\fB\-e\fR<extruder_nr> +.IP +Switch setting focus to the extruder train with the given number. +.HP +\fB\-\-next\fR +.IP +Generate gcode for the previously supplied mesh group and append that to +the gcode of further models for one\-at\-a\-time printing. +.HP +\fB\-o\fR <output_file> +.IP +Specify a file to which to write the generated gcode. +.PP +The settings are appended to the last supplied object: +CuraEngine slice [general settings] +.HP +\fB\-g\fR [current group settings] +.HP +\fB\-e0\fR [extruder train 0 settings] +.HP +\fB\-l\fR obj_inheriting_from_last_extruder_train.stl [object settings] +.HP +\fB\-\-next\fR [next group settings] +.IP +\&... etc. .PP +In order to load machine definitions from custom locations, you need to create the environment variable CURA_ENGINE_SEARCH_PATH, which should contain all search paths delimited by a (semi\-)colon. ++++++ cura-engine-4.9.0.tar.gz -> cura-engine-4.13.1.tar.gz ++++++ ++++ 8849 lines of diff (skipped) ++++++ fix-build.patch ++++++ --- /var/tmp/diff_new_pack.fitoaA/_old 2022-02-09 20:41:04.130644176 +0100 +++ /var/tmp/diff_new_pack.fitoaA/_new 2022-02-09 20:41:04.134644185 +0100 @@ -2,15 +2,15 @@ index 2717e987..edd2a93c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -54,7 +54,6 @@ endif() - if(NOT DEFINED LIB_SUFFIX) - set(LIB_SUFFIX "") +@@ -61,7 +61,6 @@ if(SET_RPATH) + if(NOT DEFINED LIB_SUFFIX) + set(LIB_SUFFIX "") + endif() +- set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}") endif() --set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}") set(CURA_ENGINE_VERSION "master" CACHE STRING "Version name of Cura") - -@@ -101,10 +100,6 @@ if (ENABLE_MORE_COMPILER_OPTIMIZATION_FLAGS AND NOT (CMAKE_BUILD_TYPE_UPPER MATC +@@ -109,10 +108,6 @@ if (ENABLE_MORE_COMPILER_OPTIMIZATION_FL endif() endif ()
