Hello community,

here is the log from the commit of package kradio for openSUSE:Factory checked 
in at 2014-01-29 07:15:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kradio (Old)
 and      /work/SRC/openSUSE:Factory/.kradio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kradio"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kradio/kradio.changes    2013-02-17 
17:03:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kradio.new/kradio.changes       2014-01-29 
07:15:19.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Jan  2 00:48:20 UTC 2014 - [email protected]
+- added patches:
+  * explicitly_add_qtcore_includes.patch: fixes build with newer
+    kdelibs versions, as includes are now prefered without qtmodule
+
+-------------------------------------------------------------------

New:
----
  explicitly_add_qtcore_includes.patch

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

Other differences:
------------------
++++++ kradio.spec ++++++
--- /var/tmp/diff_new_pack.RUpi9j/_old  2014-01-29 07:15:19.000000000 +0100
+++ /var/tmp/diff_new_pack.RUpi9j/_new  2014-01-29 07:15:19.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kradio
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,9 @@
 Source:         
http://sourceforge.net/projects/kradio/files/kradio/%{version}/kradio4-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE suse_docdir.patch -- Use openSUSE default doc directory
 Patch0:         suse_docdir.patch
+# PATCH-FIX-OPENSUSE explicitly_add_qtcore_includes.patch -- fixes build with 
newer kdelibs versions, as includes
+# are now prefered without qtmodule
+Patch1:         explicitly_add_qtcore_includes.patch
 BuildRequires:  boost-devel
 BuildRequires:  fdupes
 BuildRequires:  libkde4-devel
@@ -64,6 +67,7 @@
 %prep
 %setup -q -n kradio4-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %cmake_kde4 -d build

++++++ explicitly_add_qtcore_includes.patch ++++++
diff -Naur kradio4-4.0.7.orig/CMakeLists.txt kradio4-4.0.7/CMakeLists.txt
--- kradio4-4.0.7.orig/CMakeLists.txt   2013-01-26 18:34:23.000000000 +0100
+++ kradio4-4.0.7/CMakeLists.txt        2014-01-02 01:44:05.693052048 +0100
@@ -55,6 +55,7 @@
 )
 
 INCLUDE_DIRECTORIES(
+    ${QT_QTCORE_INCLUDE_DIR}
     ${KDE4_INCLUDE_DIR}
     ${QT_INCLUDE_DIR}
     ${Boost_INCLUDE_DIRS}
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to