Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cura-lulzbot for openSUSE:Factory checked in at 2021-08-20 16:57:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cura-lulzbot (Old) and /work/SRC/openSUSE:Factory/.cura-lulzbot.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cura-lulzbot" Fri Aug 20 16:57:57 2021 rev:14 rq:913287 version:3.6.23 Changes: -------- --- /work/SRC/openSUSE:Factory/cura-lulzbot/cura-lulzbot.changes 2021-04-29 22:52:40.318089103 +0200 +++ /work/SRC/openSUSE:Factory/.cura-lulzbot.new.1899/cura-lulzbot.changes 2021-08-20 16:58:23.650826092 +0200 @@ -1,0 +2,6 @@ +Fri Aug 20 09:04:34 UTC 2021 - Adrian Schr??ter <[email protected]> + +- fix dependency error +- fix startup on factory + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cura-lulzbot.spec ++++++ --- /var/tmp/diff_new_pack.aIYA95/_old 2021-08-20 16:58:25.262823843 +0200 +++ /var/tmp/diff_new_pack.aIYA95/_new 2021-08-20 16:58:25.262823843 +0200 @@ -53,6 +53,7 @@ # dependency scripts do not find qtquickcontrols automatically Requires: libqt5-qtquickcontrols Requires: libqt5-qtquickcontrols2 +Requires: python3-Arcus Requires: python3-numpy Requires: python3-opengl Requires: python3-power ++++++ cura-lulzbot-3.6.23.obscpio ++++++ /work/SRC/openSUSE:Factory/cura-lulzbot/cura-lulzbot-3.6.23.obscpio /work/SRC/openSUSE:Factory/.cura-lulzbot.new.1899/cura-lulzbot-3.6.23.obscpio differ: char 28, line 1 ++++++ fix-build.patch ++++++ --- /var/tmp/diff_new_pack.aIYA95/_old 2021-08-20 16:58:25.362823721 +0200 +++ /var/tmp/diff_new_pack.aIYA95/_new 2021-08-20 16:58:25.366823715 +0200 @@ -18,3 +18,15 @@ set(CURA_INSTALL_PLUGINS_PATH lib/cura) else() set(CURA_INSTALL_PLUGINS_PATH ${CMAKE_INSTALL_LIBDIR}/cura) +diff --git a/cura_app.py b/cura_app.py +index 35212be5d..5b587559f 100644 +--- a/cura_app.py ++++ b/cura_app.py +@@ -42,7 +42,6 @@ import faulthandler + if Platform.isLinux(): # Needed for platform.linux_distribution, which is not available on Windows and OSX + # For Ubuntu: https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/941826 + +- linux_distro_name = platform.linux_distribution()[0].lower() + # TODO: Needs a "if X11_GFX == 'nvidia'" here. The workaround is only needed on Ubuntu+NVidia drivers. Other drivers are not affected, but fine with this fix. + import ctypes + from ctypes.util import find_library
