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 2022-06-28 15:21:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cura-lulzbot (Old) and /work/SRC/openSUSE:Factory/.cura-lulzbot.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cura-lulzbot" Tue Jun 28 15:21:54 2022 rev:15 rq:985338 version:3.6.23 Changes: -------- --- /work/SRC/openSUSE:Factory/cura-lulzbot/cura-lulzbot.changes 2021-08-20 16:58:23.650826092 +0200 +++ /work/SRC/openSUSE:Factory/.cura-lulzbot.new.1548/cura-lulzbot.changes 2022-06-28 15:22:08.637921937 +0200 @@ -1,0 +2,5 @@ +Mon Jun 27 14:04:12 UTC 2022 - Adrian Schr??ter <[email protected]> + +- fix startup crash with python 3.10 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cura-lulzbot.spec ++++++ --- /var/tmp/diff_new_pack.Qf382v/_old 2022-06-28 15:22:09.609923388 +0200 +++ /var/tmp/diff_new_pack.Qf382v/_new 2022-06-28 15:22:09.625923412 +0200 @@ -1,7 +1,7 @@ # # spec file for package cura-lulzbot # -# 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 @@ -34,8 +34,8 @@ BuildArch: noarch Provides: cura2-lulzbot Obsoletes: cura2-lulzbot < 3 -Conflicts: cura Conflicts: ModemManager +Conflicts: cura BuildRequires: cmake BuildRequires: fdupes BuildRequires: gcc-c++ ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Qf382v/_old 2022-06-28 15:22:09.661923466 +0200 +++ /var/tmp/diff_new_pack.Qf382v/_new 2022-06-28 15:22:09.661923466 +0200 @@ -1,6 +1,6 @@ <services> <service mode="manual" name="obs_scm"> - <param name="url">https://gitlab.com/lulzbot3d/cura-le/cura-lulzbot</param> + <param name="url">https://gitlab.com/lulzbot3d/cura-le/cura-lulzbot.git</param> <param name="scm">git</param> <param name="revision">3.6.23</param> <param name="version">3.6.23</param> ++++++ cura-lulzbot.obsinfo ++++++ --- /var/tmp/diff_new_pack.Qf382v/_old 2022-06-28 15:22:09.685923501 +0200 +++ /var/tmp/diff_new_pack.Qf382v/_new 2022-06-28 15:22:09.689923508 +0200 @@ -3,4 +3,3 @@ mtime: 1605104823 commit: f3dfdd433619d670d8341b3f4d5c29bc6c48d4ce - ++++++ fix-build.patch ++++++ --- /var/tmp/diff_new_pack.Qf382v/_old 2022-06-28 15:22:09.701923525 +0200 +++ /var/tmp/diff_new_pack.Qf382v/_new 2022-06-28 15:22:09.705923532 +0200 @@ -30,4 +30,18 @@ # 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 +diff --git a/cura/CuraSplashScreen.py b/cura/CuraSplashScreen.py +index 863c5f443..c668ce294 100644 +--- a/cura/CuraSplashScreen.py ++++ b/cura/CuraSplashScreen.py +@@ -44,8 +44,7 @@ class CuraSplashScreen(QSplashScreen): + pass + + def drawContents(self, painter): +- if self._to_stop: +- return ++ return + + painter.save() + painter.setPen(QColor(0, 0, 0, 255))
