Hello community,

here is the log from the commit of package uranium-lulzbot for openSUSE:Factory 
checked in at 2018-09-26 14:23:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uranium-lulzbot (Old)
 and      /work/SRC/openSUSE:Factory/.uranium-lulzbot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uranium-lulzbot"

Wed Sep 26 14:23:46 2018 rev:6 rq:638244 version:3.2.28

Changes:
--------
--- /work/SRC/openSUSE:Factory/uranium-lulzbot/uranium-lulzbot.changes  
2018-08-06 11:54:52.085305877 +0200
+++ /work/SRC/openSUSE:Factory/.uranium-lulzbot.new/uranium-lulzbot.changes     
2018-09-26 14:23:49.133883889 +0200
@@ -1,0 +2,6 @@
+Tue Sep 25 14:44:31 UTC 2018 - Adrian Schröter <[email protected]>
+
+- update to version 3.2.28
+  * fixing rotation and duplicate model selection
+
+-------------------------------------------------------------------

Old:
----
  Uranium-3.2.24.obscpio

New:
----
  Uranium-3.2.28.obscpio

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

Other differences:
------------------
++++++ uranium-lulzbot.spec ++++++
--- /var/tmp/diff_new_pack.KjBGg6/_old  2018-09-26 14:23:49.725882947 +0200
+++ /var/tmp/diff_new_pack.KjBGg6/_new  2018-09-26 14:23:49.725882947 +0200
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           uranium-lulzbot
 Conflicts:      uranium
-Version:        3.2.24
+Version:        3.2.28
 Release:        0
 Summary:        3D printer control software: python UI stack
 License:        AGPL-3.0-only

++++++ Uranium-3.2.24.obscpio -> Uranium-3.2.28.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Uranium-3.2.24/plugins/Tools/CameraTool/CameraTool.py 
new/Uranium-3.2.28/plugins/Tools/CameraTool/CameraTool.py
--- old/Uranium-3.2.24/plugins/Tools/CameraTool/CameraTool.py   2018-08-03 
13:16:48.000000000 +0200
+++ new/Uranium-3.2.28/plugins/Tools/CameraTool/CameraTool.py   2018-08-15 
20:00:21.000000000 +0200
@@ -108,7 +108,7 @@
     def rotateEvent(self, event):
         if MouseEvent.RightButton in event.buttons:  # rightbutton
             return True
-        elif MouseEvent.LeftButton in event.buttons and self._shift_is_active 
is True:  # shift -> leftbutton
+        elif MouseEvent.LeftButton in event.buttons and self._space_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

++++++ Uranium.obsinfo ++++++
--- /var/tmp/diff_new_pack.KjBGg6/_old  2018-09-26 14:23:49.989882527 +0200
+++ /var/tmp/diff_new_pack.KjBGg6/_new  2018-09-26 14:23:49.989882527 +0200
@@ -1,5 +1,5 @@
 name: Uranium
-version: 3.2.24
-mtime: 1533295008
-commit: d1a8d0dd9b183e73a68319d30d01393889ec07b1
+version: 3.2.28
+mtime: 1534356021
+commit: 50a3c8834c0080bf22036cd35e9b7eb85b66d486
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.KjBGg6/_old  2018-09-26 14:23:50.005882501 +0200
+++ /var/tmp/diff_new_pack.KjBGg6/_new  2018-09-26 14:23:50.005882501 +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.24</param>
-    <param name="version">3.2.24</param>
+    <param name="revision">v3.2.28</param>
+    <param name="version">3.2.28</param>
   </service>
   <service mode="disabled" name="set_version" />
 


Reply via email to