Hello community,

here is the log from the commit of package ktouch for openSUSE:Factory checked 
in at 2015-05-11 18:32:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2015-03-11 
09:53:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ktouch.new/ktouch.changes       2015-05-11 
18:32:33.000000000 +0200
@@ -1,0 +2,22 @@
+Sat Apr 11 13:22:55 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.0
+   * KDE Applications 15.04.0
+   * https://www.kde.org/announcements/announce-applications-15.04.0.php
+
+
+-------------------------------------------------------------------
+Sat Mar 21 18:19:44 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.03.95
+   * KDE Applications 15.04 RC
+
+
+-------------------------------------------------------------------
+Sun Mar  8 12:49:49 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.03.80
+   * KDE Applications 15.04 Beta
+
+
+-------------------------------------------------------------------

Old:
----
  ktouch-14.12.3.tar.xz

New:
----
  ktouch-15.04.0.tar.xz

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

Other differences:
------------------
++++++ ktouch.spec ++++++
--- /var/tmp/diff_new_pack.QP2ZnB/_old  2015-05-11 18:32:34.000000000 +0200
+++ /var/tmp/diff_new_pack.QP2ZnB/_new  2015-05-11 18:32:34.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           ktouch
-Version:        14.12.3
+Version:        15.04.0
 Release:        0
 Summary:        Touch Typing Tutor
 License:        GPL-2.0+

++++++ ktouch-14.12.3.tar.xz -> ktouch-15.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-14.12.3/src/editor/resourceeditor.cpp 
new/ktouch-15.04.0/src/editor/resourceeditor.cpp
--- old/ktouch-14.12.3/src/editor/resourceeditor.cpp    2015-02-21 
07:37:50.000000000 +0100
+++ new/ktouch-15.04.0/src/editor/resourceeditor.cpp    2015-02-21 
03:12:59.000000000 +0100
@@ -534,7 +534,7 @@
 
         if (testCourse->source() == DataIndex::UserResource &&  
testCourse->id() == course.id())
         {
-            switch (KMessageBox::questionYesNoCancel(this, i18n("The selected 
course is already present as an user course."), QString(),
+            switch (KMessageBox::questionYesNoCancel(this, i18n("The selected 
course is already present as a user course."), QString(),
                                                KGuiItem(i18n("Import as new 
course"), "dialog-ok"),
                                                KStandardGuiItem::overwrite(),
                                                KStandardGuiItem::cancel()
@@ -597,7 +597,7 @@
 
         if (testKeyboardLayout->source() == DataIndex::UserResource &&  
testKeyboardLayout->id() == keyboardLayout.id())
         {
-            switch (KMessageBox::questionYesNoCancel(this, i18n("The selected 
keyboard layout is already present as an user keyboard layout."), QString(),
+            switch (KMessageBox::questionYesNoCancel(this, i18n("The selected 
keyboard layout is already present as a user keyboard layout."), QString(),
                                                KGuiItem(i18n("Import as new 
keyboard layout"), "dialog-ok"),
                                                KStandardGuiItem::overwrite(),
                                                KStandardGuiItem::cancel()


Reply via email to