Hello community,

here is the log from the commit of package colord-kde for openSUSE:Factory 
checked in at 2016-02-24 18:43:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/colord-kde (Old)
 and      /work/SRC/openSUSE:Factory/.colord-kde.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "colord-kde"

Changes:
--------
--- /work/SRC/openSUSE:Factory/colord-kde/colord-kde.changes    2013-07-22 
16:38:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.colord-kde.new/colord-kde.changes       
2016-02-24 18:43:03.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb 24 13:03:36 UTC 2016 - [email protected]
+
+- Add colord-cmake34.patch. Include files containing the
+  functions used by the build system.
+
+-------------------------------------------------------------------

New:
----
  colord-cmake34.patch

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

Other differences:
------------------
++++++ colord-kde.spec ++++++
--- /var/tmp/diff_new_pack.wuXASQ/_old  2016-02-24 18:43:04.000000000 +0100
+++ /var/tmp/diff_new_pack.wuXASQ/_new  2016-02-24 18:43:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package colord-kde
 #
-# Copyright (c) 2012 SUSE LINUX Products 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
@@ -23,6 +23,8 @@
 Version:        0.3.0
 Release:        0
 Source0:        
ftp://ftp.kde.org/pub/kde/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM colord-cmake34.patch -- Include files containing the 
functions used by the build system
+Patch0:         colord-cmake34.patch
 Url:            
https://projects.kde.org/projects/playground/graphics/colord-kde
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libcolord-devel
@@ -38,6 +40,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %cmake_kde4 -d build

++++++ colord-cmake34.patch ++++++
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index e61794c..13677fa 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -1,3 +1,4 @@
+include(CheckIncludeFiles)
 include(CheckTypeSize)
 include(FindPkgConfig)
 

Reply via email to