Hello community, here is the log from the commit of package ktouch for openSUSE:Factory checked in at 2013-03-14 14:10:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ktouch (Old) and /work/SRC/openSUSE:Factory/.ktouch.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ktouch", Maintainer is "ktouch" Changes: -------- --- /work/SRC/openSUSE:Factory/ktouch/ktouch.changes 2013-02-04 20:49:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ktouch.new/ktouch.changes 2013-03-14 14:11:00.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Mar 2 15:41:01 UTC 2013 - [email protected] + +- Update to 4.10.1 + * Contains bug fixes. See http://www.kde.org/announcements/ + for more information + +------------------------------------------------------------------- Old: ---- ktouch-4.10.0.tar.xz New: ---- ktouch-4.10.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ktouch.spec ++++++ --- /var/tmp/diff_new_pack.2Wa60w/_old 2013-03-14 14:12:08.000000000 +0100 +++ /var/tmp/diff_new_pack.2Wa60w/_new 2013-03-14 14:12:08.000000000 +0100 @@ -17,7 +17,7 @@ Name: ktouch -Version: 4.10.0 +Version: 4.10.1 Release: 0 Summary: Touch Typing Tutor License: GPL-2.0+ ++++++ ktouch-4.10.0.tar.xz -> ktouch-4.10.1.tar.xz ++++++ Files old/ktouch-4.10.0/doc/index.cache.bz2 and new/ktouch-4.10.1/doc/index.cache.bz2 differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktouch-4.10.0/src/bindings/utils.cpp new/ktouch-4.10.1/src/bindings/utils.cpp --- old/ktouch-4.10.0/src/bindings/utils.cpp 2013-01-23 22:53:44.000000000 +0100 +++ new/ktouch-4.10.1/src/bindings/utils.cpp 2013-03-01 07:46:24.000000000 +0100 @@ -33,7 +33,7 @@ return QScriptValue(""); } - if (context->argumentCount() == 0) + if (context->argumentCount() > 1) { kWarning() << "expected one argument, got more"; } @@ -61,7 +61,7 @@ return QScriptValue(""); } - if (context->argumentCount() == 0) + if (context->argumentCount() > 1) { kWarning() << "expected one argument, got more"; } @@ -87,7 +87,7 @@ return QScriptValue(""); } - if (context->argumentCount() == 0) + if (context->argumentCount() > 1) { kWarning() << "expected one argument, got more"; } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
