Hello community,

here is the log from the commit of package ktouch for openSUSE:Factory checked 
in at 2019-11-13 13:21:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktouch (Old)
 and      /work/SRC/openSUSE:Factory/.ktouch.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktouch"

Wed Nov 13 13:21:54 2019 rev:110 rq:746942 version:19.08.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktouch/ktouch.changes    2019-11-07 
23:15:57.264497179 +0100
+++ /work/SRC/openSUSE:Factory/.ktouch.new.2990/ktouch.changes  2019-11-13 
13:22:04.999307584 +0100
@@ -1,0 +2,10 @@
+Thu Nov  7 23:13:22 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.3.php
+- Changes since 19.08.2:
+  * Disable QML Precompilation by Default
+
+-------------------------------------------------------------------

Old:
----
  ktouch-19.08.2.tar.xz
  ktouch-19.08.2.tar.xz.sig

New:
----
  ktouch-19.08.3.tar.xz
  ktouch-19.08.3.tar.xz.sig

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

Other differences:
------------------
++++++ ktouch.spec ++++++
--- /var/tmp/diff_new_pack.e7Jcdf/_old  2019-11-13 13:22:06.019308646 +0100
+++ /var/tmp/diff_new_pack.e7Jcdf/_new  2019-11-13 13:22:06.023308651 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ktouch
-Version:        19.08.2
+Version:        19.08.3
 Release:        0
 Summary:        Touch Typing Tutor
 License:        GPL-2.0-or-later


++++++ ktouch-19.08.2.tar.xz -> ktouch-19.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-19.08.2/CMakeLists.txt 
new/ktouch-19.08.3/CMakeLists.txt
--- old/ktouch-19.08.2/CMakeLists.txt   2019-10-08 02:09:34.000000000 +0200
+++ new/ktouch-19.08.3/CMakeLists.txt   2019-11-05 05:03:00.000000000 +0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "19")
 set (KDE_APPLICATIONS_VERSION_MINOR "08")
-set (KDE_APPLICATIONS_VERSION_MICRO "2")
+set (KDE_APPLICATIONS_VERSION_MICRO "3")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 
@@ -59,7 +59,7 @@
     IconThemes
 )
 
-option(COMPILE_QML "Precompile QML code" ON)
+option(COMPILE_QML "Precompile QML code" OFF)
 
 # enable QML debugging for debug builds
 set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DQT_QML_DEBUG")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-19.08.2/po/cs/ktouch.po 
new/ktouch-19.08.3/po/cs/ktouch.po
--- old/ktouch-19.08.2/po/cs/ktouch.po  2019-10-08 02:09:32.000000000 +0200
+++ new/ktouch-19.08.3/po/cs/ktouch.po  2019-11-05 05:02:57.000000000 +0100
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2015, 2017.
+# Vít Pelčák <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2015, 2017, 2019.
 # Tomáš Chvátal <[email protected]>, 2012.
 #
 msgid ""
@@ -8,15 +8,15 @@
 "Project-Id-Version: ktouch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:42+0200\n"
-"PO-Revision-Date: 2017-02-27 14:00+0100\n"
-"Last-Translator: Vít Pelčák <[email protected]>\n"
+"PO-Revision-Date: 2019-10-25 16:49+0200\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.08.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -572,7 +572,7 @@
 #, kde-format
 msgctxt "Statistics on lesson:"
 msgid "Lesson:"
-msgstr ""
+msgstr "Lekce:"
 
 #: src/qml/common/LearningProgressChart.qml:96
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-19.08.2/po/zh_CN/ktouch.po 
new/ktouch-19.08.3/po/zh_CN/ktouch.po
--- old/ktouch-19.08.2/po/zh_CN/ktouch.po       2019-10-08 02:09:33.000000000 
+0200
+++ new/ktouch-19.08.3/po/zh_CN/ktouch.po       2019-11-05 05:02:58.000000000 
+0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:42+0200\n"
-"PO-Revision-Date: 2019-09-05 09:55\n"
+"PO-Revision-Date: 2019-10-09 10:11\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to