Hello community,

here is the log from the commit of package ktouch for openSUSE:Factory checked 
in at 2017-09-11 16:21:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktouch (Old)
 and      /work/SRC/openSUSE:Factory/.ktouch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktouch"

Mon Sep 11 16:21:55 2017 rev:84 rq:522615 version:17.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktouch/ktouch.changes    2017-08-28 
15:08:47.699340132 +0200
+++ /work/SRC/openSUSE:Factory/.ktouch.new/ktouch.changes       2017-09-11 
16:22:54.683686833 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:28 CEST 2017 - [email protected]
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+-------------------------------------------------------------------

Old:
----
  ktouch-17.08.0.tar.xz

New:
----
  ktouch-17.08.1.tar.xz

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

Other differences:
------------------
++++++ ktouch.spec ++++++
--- /var/tmp/diff_new_pack.2mO1KE/_old  2017-09-11 16:22:55.239608757 +0200
+++ /var/tmp/diff_new_pack.2mO1KE/_new  2017-09-11 16:22:55.243608196 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:           ktouch
-Version:        17.08.0
+Version:        17.08.1
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++++++ ktouch-17.08.0.tar.xz -> ktouch-17.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-17.08.0/CMakeLists.txt 
new/ktouch-17.08.1/CMakeLists.txt
--- old/ktouch-17.08.0/CMakeLists.txt   2017-08-11 02:29:30.000000000 +0200
+++ new/ktouch-17.08.1/CMakeLists.txt   2017-09-05 02:26:24.000000000 +0200
@@ -6,7 +6,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
 set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "0")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-17.08.0/org.kde.ktouch.appdata.xml 
new/ktouch-17.08.1/org.kde.ktouch.appdata.xml
--- old/ktouch-17.08.0/org.kde.ktouch.appdata.xml       2017-08-08 
20:10:42.000000000 +0200
+++ new/ktouch-17.08.1/org.kde.ktouch.appdata.xml       2017-09-02 
11:28:22.000000000 +0200
@@ -63,7 +63,7 @@
   <summary xml:lang="tr">On Parmak Öğretici</summary>
   <summary xml:lang="uk">Навчання комп’ютерного набору</summary>
   <summary xml:lang="x-test">xxTouch Typing Tutorxx</summary>
-  <summary xml:lang="zh-CN">打字教程</summary>
+  <summary xml:lang="zh-CN">触摸打字教程</summary>
   <summary xml:lang="zh-TW">觸摸輸入輔助教學</summary>
   <description>
     <p>KTouch is a typewriter trainer for learning to touch type. It provides 
you with text to train on and adjusts to different levels depending on how good 
you are. It displays your keyboard and indicates which key to press next and 
which is the correct finger to use. You learn typing with all fingers, step by 
step, without having to look down at the keyboard to find your keys. It is 
convenient for all ages and the perfect typing tutor for schools, universities, 
and personal use. KTouch ships with dozens of different courses in many 
languages and a comfortable course editor. Different keyboard layouts are 
supported and new user-defined layouts can be created. During training, KTouch 
collects comprehensive statistical information to help you or your teacher to 
analyze your progress.</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-17.08.0/org.kde.ktouch.desktop 
new/ktouch-17.08.1/org.kde.ktouch.desktop
--- old/ktouch-17.08.0/org.kde.ktouch.desktop   2017-08-08 20:10:42.000000000 
+0200
+++ new/ktouch-17.08.1/org.kde.ktouch.desktop   2017-09-02 11:28:22.000000000 
+0200
@@ -69,7 +69,7 @@
 GenericName[vi]=Trình dạy Gõ Bàn phím
 GenericName[xh]=Umbuyekisi wokufundiweyo Obamba Echwetheza
 GenericName[x-test]=xxTouch Typing Tutorxx
-GenericName[zh_CN]=打字教程
+GenericName[zh_CN]=触摸打字教程
 GenericName[zh_TW]=觸摸輸入輔助教學
 Terminal=false
 Name=KTouch
@@ -159,4 +159,5 @@
 Comment[tr]=Tuşlara bakmadan yazmayı öğrenin
 Comment[uk]=Вчимося набирати текст, не дивлячись на клавіатуру
 Comment[x-test]=xxLearn typing without looking for keysxx
+Comment[zh_CN]=学习不使用键盘来打字
 Categories=Qt;KDE;Education;X-KDE-Edu-Misc;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-17.08.0/po/nl/ktouch.po 
new/ktouch-17.08.1/po/nl/ktouch.po
--- old/ktouch-17.08.0/po/nl/ktouch.po  2017-08-11 02:29:30.000000000 +0200
+++ new/ktouch-17.08.1/po/nl/ktouch.po  2017-09-05 02:26:23.000000000 +0200
@@ -6,7 +6,7 @@
 # Rinse de Vries <[email protected]>, 2001-2008.
 # Bram Schoenmakers <[email protected]>, 2005, 2006.
 # Kristof Bal <[email protected]>, 2009.
-# Freek de Kruijf <[email protected]>, 2009, 2010, 2011, 2012, 2014, 2015.
+# Freek de Kruijf <[email protected]>, 2009, 2010, 2011, 2012, 2014, 2015, 
2017.
 # Jaap Woldringh <[email protected]>, 2008, 2009, 2010, 2011.
 # Jaap Woldringh <[email protected]>, 2012, 2013, 2016.
 msgid ""
@@ -14,8 +14,8 @@
 "Project-Id-Version: ktouch\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-06-16 03:02+0200\n"
-"PO-Revision-Date: 2016-12-02 10:44+0100\n"
-"Last-Translator: Jaap Woldringh <[email protected]>\n"
+"PO-Revision-Date: 2017-09-04 09:33+0100\n"
+"Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: Dutch <[email protected]>\n"
 "Language: nl\n"
 "MIME-Version: 1.0\n"
@@ -459,7 +459,7 @@
 #: src/main.cpp:46
 #, kde-format
 msgid "Current maintainer"
-msgstr "Huidige onderhoud"
+msgstr "Huidige onderhouder"
 
 #: src/main.cpp:47
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-17.08.0/po/zh_CN/ktouch.po 
new/ktouch-17.08.1/po/zh_CN/ktouch.po
--- old/ktouch-17.08.0/po/zh_CN/ktouch.po       2017-08-11 02:29:30.000000000 
+0200
+++ new/ktouch-17.08.1/po/zh_CN/ktouch.po       2017-09-05 02:26:23.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-06-16 03:02+0200\n"
-"PO-Revision-Date: 2017-08-05 09:35-0400\n"
+"PO-Revision-Date: 2017-08-31 05:20-0400\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -112,7 +112,7 @@
 #: src/editor/lessontexteditor.cpp:79
 #, kde-format
 msgid "Text files (*.txt)"
-msgstr ""
+msgstr "文本文件 (*.txt)"
 
 #: src/editor/lessontexteditor.cpp:88
 #, kde-format
@@ -208,7 +208,7 @@
 #: src/editor/resourceeditor.cpp:289
 #, kde-format
 msgid "XML files (*.xml)"
-msgstr ""
+msgstr "XML 文件 (*.xml)"
 
 #: src/editor/resourceeditor.cpp:233
 #, kde-format
@@ -1201,7 +1201,7 @@
 #: src/ui/trainingconfigwidget.ui:82
 #, kde-format
 msgid "Ret&urn"
-msgstr ""
+msgstr "返回(&U)"
 
 #. i18n: ectx: property (text), widget (QRadioButton, kcfg_NextLineWithSpace)
 #: src/ui/trainingconfigwidget.ui:89


Reply via email to