Hello community,

here is the log from the commit of package knetwalk for openSUSE:Factory 
checked in at 2017-01-18 21:52:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knetwalk (Old)
 and      /work/SRC/openSUSE:Factory/.knetwalk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "knetwalk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/knetwalk/knetwalk.changes        2016-12-17 
10:45:37.446430989 +0100
+++ /work/SRC/openSUSE:Factory/.knetwalk.new/knetwalk.changes   2017-01-18 
21:52:05.177341683 +0100
@@ -1,0 +2,7 @@
+Sat Jan 14 08:59:23 UTC 2017 - lbeltr...@kde.org
+
+- - Update to KDE Applications 16.12.1
+   * KDE Applications 16.12.1 
+   * https://www.kde.org/announcements/announce-applications-16.12.1.php
+
+-------------------------------------------------------------------

Old:
----
  knetwalk-16.12.0.tar.xz

New:
----
  knetwalk-16.12.1.tar.xz

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

Other differences:
------------------
++++++ knetwalk.spec ++++++
--- /var/tmp/diff_new_pack.uZgAv6/_old  2017-01-18 21:52:05.737262481 +0100
+++ /var/tmp/diff_new_pack.uZgAv6/_new  2017-01-18 21:52:05.737262481 +0100
@@ -17,10 +17,10 @@
 
 
 Name:           knetwalk
-Version:        16.12.0
+Version:        16.12.1
 Release:        0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        Puzzle game
 License:        GPL-2.0+

++++++ knetwalk-16.12.0.tar.xz -> knetwalk-16.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knetwalk-16.12.0/src/qml/logic.js 
new/knetwalk-16.12.1/src/qml/logic.js
--- old/knetwalk-16.12.0/src/qml/logic.js       2016-05-12 12:06:20.000000000 
+0200
+++ new/knetwalk-16.12.1/src/qml/logic.js       2017-01-03 23:52:40.000000000 
+0100
@@ -20,6 +20,7 @@
 var cableComponent = Qt.createComponent("Cable.qml");
 var canvasComponent = Qt.createComponent("CanvasItem.qml");
 var cells = []
+var nodes = []
 
 function overlaySize() {
     var size = (width > height)? height - border : width - border;
@@ -58,6 +59,7 @@
         node.spriteKey = cell.type;
         node.anchors.fill = cell;
         node.anchors.margins = cell.width / 10;
+        nodes[cell]=node;
     }
 }
 
@@ -78,6 +80,7 @@
     cells[index].sprite = cable;
     if (type != "none"){
         cells[index].type = type;
+        nodes[cells[index]].spriteKey = type;
     }
 }
 


Reply via email to