Hello community,

here is the log from the commit of package ktimer for openSUSE:Factory checked 
in at 2017-05-24 16:48:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktimer (Old)
 and      /work/SRC/openSUSE:Factory/.ktimer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktimer"

Wed May 24 16:48:58 2017 rev:72 rq:496005 version:17.04.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktimer/ktimer.changes    2017-05-16 
14:36:50.713184043 +0200
+++ /work/SRC/openSUSE:Factory/.ktimer.new/ktimer.changes       2017-05-24 
16:49:00.889982714 +0200
@@ -1,0 +2,10 @@
+Wed May 17 20:37:04 CEST 2017 - [email protected]
+
+- Update to 17.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.1.php
+- Changes since 17.04.0:
+  * Handle CMake policy CMP0063 more elegantly
+
+-------------------------------------------------------------------

Old:
----
  ktimer-17.04.0.tar.xz

New:
----
  ktimer-17.04.1.tar.xz

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

Other differences:
------------------
++++++ ktimer.spec ++++++
--- /var/tmp/diff_new_pack.8COkXH/_old  2017-05-24 16:49:01.497897102 +0200
+++ /var/tmp/diff_new_pack.8COkXH/_new  2017-05-24 16:49:01.501896538 +0200
@@ -18,7 +18,7 @@
 %bcond_without lang
 
 Name:           ktimer
-Version:        17.04.0
+Version:        17.04.1
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++++++ ktimer-17.04.0.tar.xz -> ktimer-17.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktimer-17.04.0/CMakeLists.txt 
new/ktimer-17.04.1/CMakeLists.txt
--- old/ktimer-17.04.0/CMakeLists.txt   2017-04-14 02:12:31.000000000 +0200
+++ new/ktimer-17.04.1/CMakeLists.txt   2017-05-09 02:18:19.000000000 +0200
@@ -6,12 +6,8 @@
 find_package (ECM 5.10.0 REQUIRED NO_MODULE)
 set (CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
-if (POLICY CMP0063)
-    cmake_policy(SET CMP0063 NEW)
-endif()
-
 include(KDEInstallDirs)
-include(KDECompilerSettings)
+include(KDECompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 include(ECMInstallIcons)
 include(ECMAddAppIcon)


Reply via email to