Hello community,

here is the log from the commit of package kturtle for openSUSE:Factory
checked in at Fri Sep 9 12:08:03 CEST 2011.



--------
--- kturtle/kturtle.changes     2011-07-22 20:27:05.000000000 +0200
+++ /mounts/work_src_done/STABLE/kturtle/kturtle.changes        2011-09-07 
14:49:38.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Sep  1 23:26:22 CEST 2011 - [email protected]
+
+- update to 4.7.1
+  * Bugfixes over KDE 4.7.0
+  *  see http://kde.org/announcements/changelogs/changelog4_7_0to4_7_1.php for 
details
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  kturtle-4.7.0.tar.bz2

New:
----
  kturtle-4.7.1.tar.bz2

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

Other differences:
------------------
++++++ kturtle.spec ++++++
--- /var/tmp/diff_new_pack.AyPrO9/_old  2011-09-09 12:07:56.000000000 +0200
+++ /var/tmp/diff_new_pack.AyPrO9/_new  2011-09-09 12:07:56.000000000 +0200
@@ -41,7 +41,7 @@
 Group:          Amusements/Teaching/Mathematics
 Summary:        Logo Programming Environment
 Url:            http://edu.kde.org
-Version:        4.7.0
+Version:        4.7.1
 Release:        1
 Source0:        %{name}-%version.tar.bz2
 Patch0:         4_6_BRANCH.diff

++++++ kturtle-4.7.0.tar.bz2 -> kturtle-4.7.1.tar.bz2 ++++++
Files old/kturtle-4.7.0/doc/index.cache.bz2 and 
new/kturtle-4.7.1/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kturtle-4.7.0/src/interpreter/executer.cpp 
new/kturtle-4.7.1/src/interpreter/executer.cpp
--- old/kturtle-4.7.0/src/interpreter/executer.cpp      2011-05-20 
22:34:22.000000000 +0200
+++ new/kturtle-4.7.1/src/interpreter/executer.cpp      2011-09-01 
22:47:32.000000000 +0200
@@ -449,7 +449,7 @@
 }
 void Executer::executeIf(TreeNode* node) {
 //     kDebug() << "called";  // method name is appended by kDebug
-       QString id = 
QString("__%1_%2").arg(node->token()->look()).arg((long)node);
+       QString id = 
QString("__%1_%2").arg(node->token()->look()).arg((quintptr)node);
        if (currentVariableTable()->contains(id)) {
                currentVariableTable()->remove(id);
                return;
@@ -472,7 +472,7 @@
 }
 void Executer::executeRepeat(TreeNode* node) {
 //     kDebug() << "called";  // method name is appended by kDebug
-       QString id = 
QString("__%1_%2").arg(node->token()->look()).arg((long)node);
+       QString id = 
QString("__%1_%2").arg(node->token()->look()).arg((quintptr)node);
 
        if(breaking) {
                breaking = false;
@@ -504,7 +504,7 @@
        // so we do the following on every call to executeWhile:
        //     exec scope, exec expression, exec scope, exec expression, ...
 
-       QString id = 
QString("__%1_%2").arg(node->token()->look()).arg((long)node);
+       QString id = 
QString("__%1_%2").arg(node->token()->look()).arg((quintptr)node);
 
        if (breaking) {
                // We hit a break command while executing the scope
@@ -553,7 +553,7 @@
                firstIteration = true;
        }
 
-       QString id = 
QString("__%1_%2").arg(node->token()->look()).arg((long)node);
+       QString id = 
QString("__%1_%2").arg(node->token()->look()).arg((quintptr)node);
 
        if(breaking) {
                breaking = false;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kturtle-4.7.0/src/kturtle.desktop 
new/kturtle-4.7.1/src/kturtle.desktop
--- old/kturtle-4.7.0/src/kturtle.desktop       2011-05-20 22:34:22.000000000 
+0200
+++ new/kturtle-4.7.1/src/kturtle.desktop       2011-08-22 15:24:37.000000000 
+0200
@@ -56,6 +56,7 @@
 Name[ta]=KTurtle
 Name[tg]=KСангпушт
 Name[tr]=KTurtle
+Name[ug]=KTurtle
 Name[uk]=KTurtle
 Name[vi]=KTurtle
 Name[x-test]=xxKTurtlexx


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to