Hello community, here is the log from the commit of package kolor-manager for openSUSE:Factory checked in at 2015-02-01 12:30:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kolor-manager (Old) and /work/SRC/openSUSE:Factory/.kolor-manager.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kolor-manager" Changes: -------- --- /work/SRC/openSUSE:Factory/kolor-manager/kolor-manager.changes 2014-05-14 10:39:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kolor-manager.new/kolor-manager.changes 2015-02-01 12:30:48.000000000 +0100 @@ -1,0 +2,7 @@ +Fri Jan 30 22:02:23 UTC 2015 - [email protected] + +- Added 0001-fix_CMakeLists.patch, as the INCLUDES breaks building on + cmake3. Found solution from gentoo. + https://www.mail-archive.com/[email protected]/msg90105.html + +------------------------------------------------------------------- New: ---- 0001-fix_CMakeLists.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kolor-manager.spec ++++++ --- /var/tmp/diff_new_pack.nRESd6/_old 2015-02-01 12:30:49.000000000 +0100 +++ /var/tmp/diff_new_pack.nRESd6/_new 2015-02-01 12:30:49.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package kolor-manager # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010-2014 Kai-Uwe Behrmann <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -41,6 +41,8 @@ Version: 1.0.2 Release: 0 Source: %{name}-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM 0001-fix_CMakeLists.patch [email protected] +Patch0: 0001-fix_CMakeLists.patch Requires: oyranos BuildRequires: libXcm-devel >= 0.5.3 @@ -71,6 +73,7 @@ %prep %setup -n %{name}-%{version} -q +%patch0 -p1 %build %cmake_kde4 ++++++ 0001-fix_CMakeLists.patch ++++++ Index: kolor-manager-1.0.2/information/CMakeLists.txt =================================================================== --- kolor-manager-1.0.2.orig/information/CMakeLists.txt +++ kolor-manager-1.0.2/information/CMakeLists.txt @@ -3,7 +3,6 @@ find_package(KDE4 REQUIRED) include_directories(${KDE4_INCLUDES} ${kolor_manager_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) -INCLUDE( "../settings") set(kminfo_PART_SRCS kminfo.cpp -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
