Hello community,

here is the log from the commit of package kadu for openSUSE:Factory checked in 
at 2015-02-03 11:40:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kadu (Old)
 and      /work/SRC/openSUSE:Factory/.kadu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kadu"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kadu/kadu.changes        2014-12-08 
16:56:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kadu.new/kadu.changes   2015-02-03 
11:40:29.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Jan 30 20:17:12 UTC 2015 - [email protected]
+
+- Added 0001-fix_SDK_DIR.patch to fix buildfailure.
+  * Backport from 
https://gitorious.org/kadu/rakuco-kadu/commit/8185e79cbc6ce3e53006861c8edc0c7b26dc06d8
 
+
+-------------------------------------------------------------------

New:
----
  0001-fix_SDK_DIR.patch

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

Other differences:
------------------
++++++ kadu.spec ++++++
--- /var/tmp/diff_new_pack.wmDeZE/_old  2015-02-03 11:40:30.000000000 +0100
+++ /var/tmp/diff_new_pack.wmDeZE/_new  2015-02-03 11:40:30.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kadu
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012-2014 Mariusz Fik <[email protected]>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -31,6 +31,8 @@
 Source0:        http://download.kadu.im/stable/%{name}-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE enable_external_plugins.patch [email protected]
 Patch0:         enable_external_plugins.patch
+# PATCH-FIX-UPSTREAM 0001-fix_SDK_DIR.patch [email protected] -- fixed 
CMake Buildfailure
+Patch1:         0001-fix_SDK_DIR.patch
 ### 1x - External Plugins ###
 Source09:       
http://download.kadu.im/external-plugins/stable/anonymous_check-1.0-3.tar.bz2
 Source10:       
http://download.kadu.im/external-plugins/stable/kadu_completion-1.0-4.tar.bz2
@@ -309,6 +311,7 @@
 # messagessplitter, mime_tex, networkping, nextinfo, panelkadu, senthistory
 #
 %patch0
+%patch1 -p1
 
 # switch state of internal plugins
 # don't enable mpd since it's not in oss repository

++++++ 0001-fix_SDK_DIR.patch ++++++
Index: kadu-1.2/CMakeLists.txt
===================================================================
--- kadu-1.2.orig/CMakeLists.txt
+++ kadu-1.2/CMakeLists.txt
@@ -221,11 +221,10 @@ macro (kadu_configure_package_config_fil
        elseif ("${_mode}" STREQUAL INSTALL_TREE)
                set (INCLUDE_DIR "${INSTALL_INCLUDE_DIR}")
                set (SDK_DIR "${INSTALL_SDK_DIR}")
-               list (APPEND path_vars INCLUDE_DIR SDK_DIR)
 
                configure_package_config_file ("${_in}" "${_out}"
                        INSTALL_DESTINATION "${INSTALL_CMAKE_DIR}"
-                       PATH_VARS ${path_vars}
+                       PATH_VARS INCLUDE_DIR SDK_DIR
                        NO_SET_AND_CHECK_MACRO 
NO_CHECK_REQUIRED_COMPONENTS_MACRO
                )
        endif ()
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to