Hello community, here is the log from the commit of package cura-lulzbot for openSUSE:Factory checked in at 2019-02-25 17:52:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cura-lulzbot (Old) and /work/SRC/openSUSE:Factory/.cura-lulzbot.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cura-lulzbot" Mon Feb 25 17:52:20 2019 rev:7 rq:677902 version:3.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/cura-lulzbot/cura-lulzbot.changes 2018-09-26 14:23:56.929871489 +0200 +++ /work/SRC/openSUSE:Factory/.cura-lulzbot.new.28833/cura-lulzbot.changes 2019-02-25 17:52:33.974713614 +0100 @@ -1,0 +2,75 @@ +Wed Feb 20 09:32:24 UTC 2019 - Adrian Schröter <[email protected]> + +- update to 3.6.4 + * T1250: Added list of serial port USB VIDs that will be autodetected by USB printer plugin. + * T1250: For port autodetection, we should use pyserial tools instead of programmer. + * T1250: Commenting out some too verbose log messages. + * Merge branch 'master' into T1250 + * T1250: The minimum set of code that flashes Archim board is now working. + * + * Verifying flash and progress hooks are not implemented yet. + * T1250: Added WordCopy applet and added mor functions to Samba and EEFC Flash. + * T1250: Added classes for SAM-BA and EEFC flash. + * T1250: Added some chips to the chip DB. + * T5129 updating Q start gcode + * T5522 updating tool tip for accel and jerk control for LB printers only + * T5551 updating single tool head start gcode, quiver + * Fix for 9a2a39ab9afc + * Merge branch 'master' into T1250 + * Merge branch 'T5198' + * T5189 Polycast profile addition, move to intermediate + * T5467 fixing job specs background + * T5465 updating file name to dark green + * T5465 adding lulzbot dark theme + * T5198 T5419 fixed support infill layer thickness + * Merge branch 'T5184' + * T5198 removing support infill thickness + * T5072 adding no material and profiles to v3 and evergeen bagworm + * Changed Marlin FW to v1.1.9.34 for all LulzBot printers. + * T1868 adding Q - HS machine, materials, profiles, gcode, extruder + * T1868 adding Q - HS+ machine, materials, profiles, gcode, extruder + * T1868 adding Quiver SL machine, profiles, extruders, gcodes, materials + * T1868 adding Q - SE machine, materials, extruder, profiles + * T4924: Extruder 2 progress bar color changed. + * T4945 removing g21 from start gcode + * T5184 Support Eraser plugin + * T5198: fixed resolve function + * T5043: Custom support plugin + * T5034: fixed transfet of model extruders on multiplication + * T1868 updating start and end gcode for Q + * T5130 updating q end gcode + * T5121 more polycast profiles + * T5121 adding polycast profiles + * adding polycast T5121 + * T5061 adding PVA to q + * adding polydissolve to q T5061 + * T1250: Added more functionality to bossapy. It enters bootloader and reads ChipID now upon trying to flash BIN file. It's still not functioning properly. + * T1250: Added initial (dummy) version of bossa programmer. + +------------------------------------------------------------------- +Wed Jan 9 09:48:45 UTC 2019 - Adrian Schröter <[email protected]> + +- update to version 3.6.1 + https://code.alephobjects.com/w/cura-lulzbot/ + +------------------------------------------------------------------- +Tue Nov 20 15:50:13 UTC 2018 - Adrian Schröter <[email protected]> + +- update to version 3.2.32 + * profile updates + +------------------------------------------------------------------- +Mon Oct 22 06:54:08 UTC 2018 - Adrian Schröter <[email protected]> + +- update to 3.2.29 + * Improved error handling in MarlinSerialProtocol. + * Tested to operate more reliabily with Marlin 1.1.9 with no lock-ups at + * high error rates. + * fixing bridge cooling setting + * More spacing for add machine dialog. + * Dingy PETg profile updates + * adding machine, extruders, materials, profiles, start gcode + * updating alloy 910 temperatures + * updating banded and dingy customer facing names + +------------------------------------------------------------------- Old: ---- cura-lulzbot-3.2.28.obscpio New: ---- cura-lulzbot-3.6.4.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cura-lulzbot.spec ++++++ --- /var/tmp/diff_new_pack.tXayc2/_old 2019-02-25 17:52:37.378711760 +0100 +++ /var/tmp/diff_new_pack.tXayc2/_new 2019-02-25 17:52:37.382711758 +0100 @@ -17,7 +17,7 @@ Name: cura-lulzbot -Version: 3.2.28 +Version: 3.6.4 Release: 0 Summary: 3D printer control software License: AGPL-3.0-only @@ -37,6 +37,7 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: icoutils +BuildRequires: gettext-tools BuildRequires: python3-devel BuildRequires: update-desktop-files BuildRequires: uranium-lulzbot @@ -71,14 +72,16 @@ %patch2 -p1 %build -%cmake -DURANIUM_DIR=/usr/lib/uranium -DURANIUM_SCRIPTS_DIR=/usr/share/uranium/resources/scripts \ - -DCURA_VERSION=%version \ - -DCURA_BUILDTYPE=release +sed -i -e 's,@CURA_VERSION@,%version,' cura/CuraVersion.py.in +sed -i -e 's,@CURA_BUILDTYPE@,release,' cura/CuraVersion.py.in +sed -i -e 's,CuraDebugMode = .*,CuraDebugMode = False,' cura/CuraVersion.py.in +%cmake -DURANIUM_DIR=/usr/lib/uranium -DURANIUM_SCRIPTS_DIR=/usr/share/uranium/resources/scripts -DCURA_DEBUGMODE=OFF make %{?_smp_mflags} %install cd build %make_install +install -m 0644 ../version.json %buildroot/usr/share/cura/ %suse_update_desktop_file cura-lulzbot Graphics 3DGraphics sed -i -e 's,^Exec=.*,Exec=cura-lulzbot %F,' \ -e 's,^#!/usr/bin/env.*,#!/usr/bin/python3,' \ ++++++ _service ++++++ --- /var/tmp/diff_new_pack.tXayc2/_old 2019-02-25 17:52:37.410711743 +0100 +++ /var/tmp/diff_new_pack.tXayc2/_new 2019-02-25 17:52:37.410711743 +0100 @@ -2,8 +2,8 @@ <service mode="disabled" name="obs_scm"> <param name="url">https://code.alephobjects.com/source/cura-lulzbot.git</param> <param name="scm">git</param> - <param name="revision">v3.2.28</param> - <param name="version">3.2.28</param> + <param name="revision">v3.6.4</param> + <param name="version">3.6.4</param> <param name="submodules">disable</param> </service> <service mode="disabled" name="set_version" /> ++++++ cura-lulzbot-3.2.28.obscpio -> cura-lulzbot-3.6.4.obscpio ++++++ /work/SRC/openSUSE:Factory/cura-lulzbot/cura-lulzbot-3.2.28.obscpio /work/SRC/openSUSE:Factory/.cura-lulzbot.new.28833/cura-lulzbot-3.6.4.obscpio differ: char 9, line 1 ++++++ cura-lulzbot.obsinfo ++++++ --- /var/tmp/diff_new_pack.tXayc2/_old 2019-02-25 17:52:37.454711718 +0100 +++ /var/tmp/diff_new_pack.tXayc2/_new 2019-02-25 17:52:37.454711718 +0100 @@ -1,5 +1,5 @@ name: cura-lulzbot -version: 3.2.28 -mtime: 1537478252 -commit: f0614cfae68c71c8b51616302d946ddaf7f59764 +version: 3.6.4 +mtime: 1549572523 +commit: b786e76f5f83a3380a76ad984095913c6accce8f ++++++ fix-build.patch ++++++ --- /var/tmp/diff_new_pack.tXayc2/_old 2019-02-25 17:52:37.462711714 +0100 +++ /var/tmp/diff_new_pack.tXayc2/_new 2019-02-25 17:52:37.462711714 +0100 @@ -18,3 +18,16 @@ set(CURA_INSTALL_PLUGINS_PATH lib/cura) else() set(CURA_INSTALL_PLUGINS_PATH ${CMAKE_INSTALL_LIBDIR}/cura) +diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py +index c4692b0fa..aff922c87 100644 +--- a/cura/CuraApplication.py ++++ b/cura/CuraApplication.py +@@ -227,7 +227,7 @@ class CuraApplication(QtApplication): + except: + try: + self._components_version = json.load(open( +- os.path.join(QtApplication.getInstallPrefix(), "cura-lulzbot","version.json"), "r")) ++ os.path.join(QtApplication.getInstallPrefix(), "share/cura","version.json"), "r")) + except: + self._components_version = {"cura_version": "master"} +
