Hello community,

here is the log from the commit of package ktouch for openSUSE:Factory checked 
in at 2013-05-16 17:50:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktouch (Old)
 and      /work/SRC/openSUSE:Factory/.ktouch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktouch"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktouch/ktouch.changes    2013-04-18 
10:34:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ktouch.new/ktouch.changes       2013-05-16 
17:50:45.000000000 +0200
@@ -1,0 +2,8 @@
+Sat May  4 17:00:26 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+-------------------------------------------------------------------

Old:
----
  ktouch-4.10.2.tar.xz

New:
----
  ktouch-4.10.3.tar.xz

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

Other differences:
------------------
++++++ ktouch.spec ++++++
--- /var/tmp/diff_new_pack.4TBa8C/_old  2013-05-16 17:50:46.000000000 +0200
+++ /var/tmp/diff_new_pack.4TBa8C/_new  2013-05-16 17:50:46.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           ktouch
-Version:        4.10.2
+Version:        4.10.3
 Release:        0
 Summary:        Touch Typing Tutor
 License:        GPL-2.0+

++++++ ktouch-4.10.2.tar.xz -> ktouch-4.10.3.tar.xz ++++++
Files old/ktouch-4.10.2/doc/index.cache.bz2 and 
new/ktouch-4.10.3/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktouch-4.10.2/src/declarativeitems/traininglinecore.cpp 
new/ktouch-4.10.3/src/declarativeitems/traininglinecore.cpp
--- old/ktouch-4.10.2/src/declarativeitems/traininglinecore.cpp 2013-03-01 
07:46:24.000000000 +0100
+++ new/ktouch-4.10.3/src/declarativeitems/traininglinecore.cpp 2013-05-03 
06:38:14.000000000 +0200
@@ -276,11 +276,12 @@
     for (int i = 0; i < newText.length(); i++)
     {
         const QString character(newText.at(i));
-        const bool characterIsCorrect = character == 
m_referenceLine.at(actualLength + i);
+        const QString referenceCharacter(m_referenceLine.at(actualLength + i));
+        const bool characterIsCorrect = character == referenceCharacter;
 
         if (m_trainingStats)
         {
-            m_trainingStats->logCharacter(character, characterIsCorrect? 
TrainingStats::CorrectCharacter: TrainingStats::IncorrectCharacter);
+            m_trainingStats->logCharacter(referenceCharacter, 
characterIsCorrect? TrainingStats::CorrectCharacter: 
TrainingStats::IncorrectCharacter);
         }
 
         correct = correct && characterIsCorrect;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to