Hello community, here is the log from the commit of package kraft for openSUSE:Factory checked in at 2015-10-30 13:43:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kraft (Old) and /work/SRC/openSUSE:Factory/.kraft.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kraft" Changes: -------- --- /work/SRC/openSUSE:Factory/kraft/kraft.changes 2015-10-14 16:44:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kraft.new/kraft.changes 2015-10-30 13:43:48.000000000 +0100 @@ -1,0 +2,6 @@ +Sat Oct 17 10:05:41 UTC 2015 - [email protected] + +- Patch fix_dup_custom_targets.diff added to not add multiple custom + targets, fixes building Tumbleweed. + +------------------------------------------------------------------- New: ---- fix_dup_custom_targets.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kraft.spec ++++++ --- /var/tmp/diff_new_pack.x64HbD/_old 2015-10-30 13:43:48.000000000 +0100 +++ /var/tmp/diff_new_pack.x64HbD/_new 2015-10-30 13:43:48.000000000 +0100 @@ -26,6 +26,8 @@ License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Office/Other Source0: kraft-%{version}.tar.xz +Patch0: fix_dup_custom_targets.diff + BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} @@ -67,6 +69,7 @@ %prep %setup -q +%patch0 -p1 %build mkdir build ++++++ fix_dup_custom_targets.diff ++++++ diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a7e5e1..bbfdc4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,7 @@ project(kraft) cmake_minimum_required(VERSION 2.6) set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/ ${CMAKE_MODULE_PATH} ) +set_property(GLOBAL PROPERTY ALLOW_DUPLICATE_CUSTOM_TARGETS true) find_package(KDE4 4.4.0 REQUIRED) find_package(KdepimLibs REQUIRED)
