Hello community, here is the log from the commit of package kdbg for openSUSE:Factory checked in at 2016-02-24 18:43:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdbg (Old) and /work/SRC/openSUSE:Factory/.kdbg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdbg" Changes: -------- --- /work/SRC/openSUSE:Factory/kdbg/kdbg.changes 2015-03-05 18:16:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kdbg.new/kdbg.changes 2016-02-24 18:43:01.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Feb 24 11:23:42 UTC 2016 - [email protected] + +- Add fix-build-with-cmake-3_4_3.diff. Include the files containing + the functions used by the CMake code. + +------------------------------------------------------------------- New: ---- fix-build-with-cmake-3_4_3.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdbg.spec ++++++ --- /var/tmp/diff_new_pack.sQm7I7/_old 2016-02-24 18:43:02.000000000 +0100 +++ /var/tmp/diff_new_pack.sQm7I7/_new 2016-02-24 18:43:02.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package kdbg # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +24,8 @@ Group: Development/Tools/Debuggers Url: http://www.kdbg.org/ Source0: %{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM fix-build-with-cmake-3_4_3.diff -- Include files containing the functions used by the build system +Patch0: fix-build-with-cmake-3_4_3.diff Patch1: susepatches.diff BuildRequires: fdupes %if 0%{?suse_version} >= 1310 @@ -52,6 +54,7 @@ %lang_package %prep %setup -q +%patch0 -p1 %patch1 -p1 %build ++++++ fix-build-with-cmake-3_4_3.diff ++++++ diff --git a/kdbg/CMakeLists.txt b/kdbg/CMakeLists.txt index fba8fb6..d398d58 100644 --- a/kdbg/CMakeLists.txt +++ b/kdbg/CMakeLists.txt @@ -4,6 +4,8 @@ add_subdirectory(typetables) include_directories(${KDE4_INCLUDES} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ) include(CheckFunctionExists) +include(CheckIncludeFiles) +include(CheckLibraryExists) CHECK_INCLUDE_FILES(pty.h HAVE_PTY_H) CHECK_INCLUDE_FILES(libutil.h HAVE_LIBUTIL_H)
