Hello community,

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

Package is "kaffeine"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kaffeine/kaffeine.changes        2016-01-08 
15:23:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kaffeine.new/kaffeine.changes   2016-02-24 
18:43:05.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb 24 11:47:17 UTC 2016 - [email protected]
+
+- Add kaffeine-cmake34.patch. Include files containing the
+  functions used by the build system.
+
+-------------------------------------------------------------------

New:
----
  kaffeine-cmake34.patch

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

Other differences:
------------------
++++++ kaffeine.spec ++++++
--- /var/tmp/diff_new_pack.H6llsg/_old  2016-02-24 18:43:06.000000000 +0100
+++ /var/tmp/diff_new_pack.H6llsg/_new  2016-02-24 18:43:06.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kaffeine
 #
-# Copyright (c) 2013 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
@@ -43,6 +43,8 @@
 Patch7:         kaffeine-gcc47.patch
 # PATCH-FEATURE-UPSTREAM support_for_sundtek_tv_tuners.patch boo#827097 -- Add 
support for Sundtek DVB Devices
 Patch8:         support_for_sundtek_tv_tuners.patch
+#PATCH-FIX-UPSTREAM kaffeine-cmake34.patch -- Include files containing the 
functions used by the build system
+Patch9:         kaffeine-cmake34.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  libkde4-devel
@@ -79,6 +81,7 @@
 %patch6 -p1
 %patch7
 %patch8 -p1
+%patch9 -p1
 
 %build
 %cmake_kde4 -d build

++++++ kaffeine-cmake34.patch ++++++
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d803558..a94b676 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,6 +11,8 @@ if(DEFINED QT_VERSION_MAJOR)
   add_definitions(-DQT_STRICT_ITERATORS)
 endif(DEFINED QT_VERSION_MAJOR)
 
+include(CheckIncludeFiles)
+
 check_include_files(${CMAKE_CURRENT_SOURCE_DIR}/include/frontend.h HAVE_DVB)
 
 if(NOT HAVE_DVB)

Reply via email to