Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package uranium-lulzbot for openSUSE:Factory 
checked in at 2021-04-29 22:46:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uranium-lulzbot (Old)
 and      /work/SRC/openSUSE:Factory/.uranium-lulzbot.new.1947 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uranium-lulzbot"

Thu Apr 29 22:46:00 2021 rev:12 rq:865299 version:3.6.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/uranium-lulzbot/uranium-lulzbot.changes  
2019-08-16 15:51:53.333564930 +0200
+++ 
/work/SRC/openSUSE:Factory/.uranium-lulzbot.new.1947/uranium-lulzbot.changes    
    2021-04-29 22:52:38.362097813 +0200
@@ -1,0 +2,19 @@
+Fri Oct 11 05:39:42 UTC 2019 - Adrian Schr??ter <[email protected]>
+
+- update to version 3.6.21
+  * no changes except version
+- fix_qt5.12.patch became obsolete
+
+-------------------------------------------------------------------
+Mon Oct  7 11:48:35 UTC 2019 - Adrian Schr??ter <[email protected]>
+
+- update to version 3.6.20
+  * no changes except version
+
+-------------------------------------------------------------------
+Thu Sep  5 08:30:25 UTC 2019 - Adrian Schr??ter <[email protected]>
+
+- update to version 3.6.19
+  * no changes except version
+
+-------------------------------------------------------------------

Old:
----
  Uranium-3.6.18.obscpio
  fix_qt5.12.patch

New:
----
  Uranium-3.6.21.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ uranium-lulzbot.spec ++++++
--- /var/tmp/diff_new_pack.INcArD/_old  2021-04-29 22:52:39.002094963 +0200
+++ /var/tmp/diff_new_pack.INcArD/_new  2021-04-29 22:52:39.006094946 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package uranium-lulzbot
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,14 @@
 
 Name:           uranium-lulzbot
 Conflicts:      uranium
-Version:        3.6.18
+Version:        3.6.21
 Release:        0
 Summary:        3D printer control software: python UI stack
 License:        AGPL-3.0-only
 Group:          Development/Libraries/C and C++
-Url:            https://code.alephobjects.com/diffusion/U/uranium.git
+URL:            https://code.alephobjects.com/diffusion/U/uranium.git
 Source0:        Uranium-%{version}.tar.xz
 Patch1:         fix-build.patch
-# PATCH-FIX-OPENSUSE fix Qt 5.12 with current python qt snapshot
-Patch2:         fix_qt5.12.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  python3-devel >= 3.5.0
@@ -43,7 +41,6 @@
 %prep
 %setup -q -n Uranium-%version
 %patch1 -p1
-%patch2 -p1
 
 %build
 CFLAGS="%{optflags}"

++++++ Uranium-3.6.18.obscpio -> Uranium-3.6.21.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Uranium-3.6.18/UM/Qt/Bindings/i18nCatalogProxy.py 
new/Uranium-3.6.21/UM/Qt/Bindings/i18nCatalogProxy.py
--- old/Uranium-3.6.18/UM/Qt/Bindings/i18nCatalogProxy.py       2019-05-16 
11:08:15.000000000 +0200
+++ new/Uranium-3.6.21/UM/Qt/Bindings/i18nCatalogProxy.py       2019-09-30 
22:09:11.000000000 +0200
@@ -86,9 +86,9 @@
     #   \todo Move this to a more generic place so more things can use it.
     def _wrapFunction(self, engine, this_object, function):
         # JavaScript code that wraps the Python method call in a closure
-        wrap_js = """function(this_object) {{
+        wrap_js = """(function(this_object) {{
             return function({args}) {{ return this_object.{function}({args}) }}
-        }}"""
+        }})"""
 
         # Get the function name and argument list.
         function_name = function.__name__
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Uranium-3.6.18/UM/Settings/DefinitionContainer.py 
new/Uranium-3.6.21/UM/Settings/DefinitionContainer.py
--- old/Uranium-3.6.18/UM/Settings/DefinitionContainer.py       2019-05-16 
11:08:15.000000000 +0200
+++ new/Uranium-3.6.21/UM/Settings/DefinitionContainer.py       2019-09-30 
22:09:11.000000000 +0200
@@ -177,7 +177,7 @@
             value = getattr(definition, property_name)
             if value is None and property_name == "value":
                 value = getattr(definition, "default_value")
-                if key in ["machine_start_gcode", "machine_end_gcode", 
"machine_wipe_gcode", "machine_level_x_axis_gcode",
+                if key in ["machine_start_gcode", "machine_end_gcode", 
"machine_wipe_gcode","machine_abort_gcode", "machine_level_x_axis_gcode",
                            "machine_extruder_start_code", 
"machine_extruder_end_code"]:
                     value_from_file = getattr(definition, 
"default_value_from_file")
                     if value_from_file != None:

++++++ Uranium.obsinfo ++++++
--- /var/tmp/diff_new_pack.INcArD/_old  2021-04-29 22:52:39.282093716 +0200
+++ /var/tmp/diff_new_pack.INcArD/_new  2021-04-29 22:52:39.282093716 +0200
@@ -1,5 +1,5 @@
 name: Uranium
-version: 3.6.18
-mtime: 1557997695
-commit: 33df88a7414375ac924ac761113baa48d2ced2b4
+version: 3.6.21
+mtime: 1569874151
+commit: 54d911edd2551c5875c554928896122835a0dd6c
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.INcArD/_old  2021-04-29 22:52:39.298093645 +0200
+++ /var/tmp/diff_new_pack.INcArD/_new  2021-04-29 22:52:39.302093628 +0200
@@ -1,12 +1,12 @@
 <services>
-  <service name="obs_scm" mode="disabled">
-    <param 
name="url">https://code.alephobjects.com/diffusion/U/uranium.git</param>
+  <service name="obs_scm" mode="manual">
+    <param name="url">https://gitlab.com/lulzbot3d/cura-le/uranium</param>
     <param name="scm">git</param>
     <param name="filename">Uranium</param>
-    <param name="revision">v3.6.18</param>
-    <param name="version">3.6.18</param>
+    <param name="revision">v3.6.21</param>
+    <param name="version">3.6.21</param>
   </service>
-  <service mode="disabled" name="set_version" />
+  <service mode="manual" name="set_version" />
 
   <service mode="buildtime" name="tar" />
   <service mode="buildtime" name="recompress">

Reply via email to