Hello community,

here is the log from the commit of package ktouch for openSUSE:Factory checked 
in at 2019-05-15 12:31:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktouch (Old)
 and      /work/SRC/openSUSE:Factory/.ktouch.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktouch"

Wed May 15 12:31:59 2019 rev:104 rq:702301 version:19.04.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktouch/ktouch.changes    2019-04-28 
20:09:56.662549322 +0200
+++ /work/SRC/openSUSE:Factory/.ktouch.new.5148/ktouch.changes  2019-05-15 
12:32:02.776935624 +0200
@@ -1,0 +2,10 @@
+Fri May 10 05:37:17 UTC 2019 - [email protected]
+
+- Update to 19.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.1.php
+- Changes since 19.04.0:
+  * Make QML compilation optional
+
+-------------------------------------------------------------------

Old:
----
  ktouch-19.04.0.tar.xz

New:
----
  ktouch-19.04.1.tar.xz

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

Other differences:
------------------
++++++ ktouch.spec ++++++
--- /var/tmp/diff_new_pack.OWwRx1/_old  2019-05-15 12:32:03.436933805 +0200
+++ /var/tmp/diff_new_pack.OWwRx1/_new  2019-05-15 12:32:03.440933794 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ktouch
-Version:        19.04.0
+Version:        19.04.1
 Release:        0
 Summary:        Touch Typing Tutor
 License:        GPL-2.0-or-later

++++++ ktouch-19.04.0.tar.xz -> ktouch-19.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-19.04.0/CMakeLists.txt 
new/ktouch-19.04.1/CMakeLists.txt
--- old/ktouch-19.04.0/CMakeLists.txt   2019-04-12 02:04:14.000000000 +0200
+++ new/ktouch-19.04.1/CMakeLists.txt   2019-05-07 02:12:36.000000000 +0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "19")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-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}")
 
 
@@ -55,6 +55,8 @@
     XmlGui
 )
 
+option(COMPILE_QML "Precompile QML code" ON)
+
 # 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.04.0/po/zh_CN/ktouch.po 
new/ktouch-19.04.1/po/zh_CN/ktouch.po
--- old/ktouch-19.04.0/po/zh_CN/ktouch.po       2019-04-12 02:04:14.000000000 
+0200
+++ new/ktouch-19.04.1/po/zh_CN/ktouch.po       2019-05-07 02:12:35.000000000 
+0200
@@ -9,8 +9,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-12-14 03:16+0100\n"
-"PO-Revision-Date: 2019-04-09 18:55\n"
-"Last-Translator: guoyunhe <[email protected]>\n"
+"PO-Revision-Date: 2019-05-05 22:35\n"
+"Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-19.04.0/src/CMakeLists.txt 
new/ktouch-19.04.1/src/CMakeLists.txt
--- old/ktouch-19.04.0/src/CMakeLists.txt       2019-04-08 13:59:56.000000000 
+0200
+++ new/ktouch-19.04.1/src/CMakeLists.txt       2019-05-02 12:45:55.000000000 
+0200
@@ -83,7 +83,7 @@
     ktouchcontext.cpp
 )
 
-if (Qt5QuickCompiler_FOUND)
+if (Qt5QuickCompiler_FOUND AND COMPILE_QML)
     qtquick_compiler_add_resources(ktouch_qml_SRCS qml/qml.qrc)
 else ()
     qt5_add_resources(ktouch_qml_SRCS qml/qml.qrc)


Reply via email to