Hello community,

here is the log from the commit of package uranium-lulzbot for openSUSE:Factory 
checked in at 2018-08-06 11:54:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uranium-lulzbot (Old)
 and      /work/SRC/openSUSE:Factory/.uranium-lulzbot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uranium-lulzbot"

Mon Aug  6 11:54:49 2018 rev:5 rq:627595 version:3.2.24

Changes:
--------
--- /work/SRC/openSUSE:Factory/uranium-lulzbot/uranium-lulzbot.changes  
2018-07-22 23:04:29.580924895 +0200
+++ /work/SRC/openSUSE:Factory/.uranium-lulzbot.new/uranium-lulzbot.changes     
2018-08-06 11:54:52.085305877 +0200
@@ -1,0 +2,6 @@
+Mon Aug  6 06:57:15 UTC 2018 - adr...@suse.de
+
+- update to version 3.2.24
+  * rotate tool updates
+
+-------------------------------------------------------------------

Old:
----
  Uranium-3.2.23.obscpio

New:
----
  Uranium-3.2.24.obscpio

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

Other differences:
------------------
++++++ uranium-lulzbot.spec ++++++
--- /var/tmp/diff_new_pack.bE570I/_old  2018-08-06 11:54:53.373308114 +0200
+++ /var/tmp/diff_new_pack.bE570I/_new  2018-08-06 11:54:53.373308114 +0200
@@ -18,7 +18,7 @@
 
 Name:           uranium-lulzbot
 Conflicts:      uranium
-Version:        3.2.23
+Version:        3.2.24
 Release:        0
 Summary:        3D printer control software: python UI stack
 License:        AGPL-3.0-only

++++++ Uranium-3.2.23.obscpio -> Uranium-3.2.24.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Uranium-3.2.23/plugins/Tools/CameraTool/CameraTool.py 
new/Uranium-3.2.24/plugins/Tools/CameraTool/CameraTool.py
--- old/Uranium-3.2.23/plugins/Tools/CameraTool/CameraTool.py   2018-06-15 
12:26:33.000000000 +0200
+++ new/Uranium-3.2.24/plugins/Tools/CameraTool/CameraTool.py   2018-08-03 
13:16:48.000000000 +0200
@@ -98,8 +98,6 @@
     def moveEvent(self, event):
         if MouseEvent.MiddleButton in event.buttons:  # mousewheel
             return True
-        elif MouseEvent.LeftButton in event.buttons and self._shift_is_active 
is True:  # shift -> leftbutton
-            return True
         elif MouseEvent.RightButton in event.buttons and self._shift_is_active 
is True:  # shift -> rightbutton
             return True
 
@@ -110,7 +108,7 @@
     def rotateEvent(self, event):
         if MouseEvent.RightButton in event.buttons:  # rightbutton
             return True
-        elif MouseEvent.LeftButton in event.buttons and self._space_is_active 
is True:  # shift -> leftbutton
+        elif MouseEvent.LeftButton in event.buttons and self._shift_is_active 
is True:  # shift -> leftbutton
             return True
 
     ##  Calls the zoomaction method for the mousewheel event, mouseMoveEvent 
(in combo with alt or space) and when the plus or minus keys are used
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Uranium-3.2.23/plugins/Tools/RotateTool/RotateTool.py 
new/Uranium-3.2.24/plugins/Tools/RotateTool/RotateTool.py
--- old/Uranium-3.2.23/plugins/Tools/RotateTool/RotateTool.py   2018-06-15 
12:26:33.000000000 +0200
+++ new/Uranium-3.2.24/plugins/Tools/RotateTool/RotateTool.py   2018-08-03 
13:16:48.000000000 +0200
@@ -371,6 +371,11 @@
 
         Selection.applyOperation(SetTransformOperation, None, Quaternion(), 
None)
 
+        self._X_angle = 0
+        self._Z_angle = 0
+        self._Y_angle = 0
+        self.propertyChanged.emit()
+
     ##  Initialise and start a LayFlatOperation
     #
     #   Note: The LayFlat functionality is mostly used for 3d printing and 
should probably be moved into the Cura project

++++++ Uranium.obsinfo ++++++
--- /var/tmp/diff_new_pack.bE570I/_old  2018-08-06 11:54:53.645308587 +0200
+++ /var/tmp/diff_new_pack.bE570I/_new  2018-08-06 11:54:53.645308587 +0200
@@ -1,5 +1,5 @@
 name: Uranium
-version: 3.2.23
-mtime: 1529058393
-commit: 3f3055868ba5b9ffe82b5efdb89ffecd873e8bd6
+version: 3.2.24
+mtime: 1533295008
+commit: d1a8d0dd9b183e73a68319d30d01393889ec07b1
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.bE570I/_old  2018-08-06 11:54:53.665308621 +0200
+++ /var/tmp/diff_new_pack.bE570I/_new  2018-08-06 11:54:53.665308621 +0200
@@ -3,8 +3,8 @@
     <param 
name="url">https://code.alephobjects.com/diffusion/U/uranium.git</param>
     <param name="scm">git</param>
     <param name="filename">Uranium</param>
-    <param name="revision">v3.2.23</param>
-    <param name="version">3.2.23</param>
+    <param name="revision">v3.2.24</param>
+    <param name="version">3.2.24</param>
   </service>
   <service mode="disabled" name="set_version" />
 


Reply via email to