Hello community,

here is the log from the commit of package openlmi-networking for 
openSUSE:Factory checked in at 2016-01-21 23:43:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openlmi-networking (Old)
 and      /work/SRC/openSUSE:Factory/.openlmi-networking.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openlmi-networking"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openlmi-networking/openlmi-networking.changes    
2015-03-25 10:01:30.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.openlmi-networking.new/openlmi-networking.changes   
    2016-01-22 01:09:25.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Jan 19 09:12:49 UTC 2016 - kkae...@suse.com
+
+- NetworkManager changed include directory layout
+  0001-Adapt-to-new-NetworkManager-include-directory-layout.patch
+
+-------------------------------------------------------------------

New:
----
  0001-Adapt-to-new-NetworkManager-include-directory-layout.patch

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

Other differences:
------------------
++++++ openlmi-networking.spec ++++++
--- /var/tmp/diff_new_pack.4VK8FB/_old  2016-01-22 01:09:26.000000000 +0100
+++ /var/tmp/diff_new_pack.4VK8FB/_new  2016-01-22 01:09:26.000000000 +0100
@@ -35,6 +35,9 @@
 # PATCH-FIX-UPSTREAM cim-schema 2.40.0 adds new interfaces
 Patch4:         AddIPProtocolEndpoint_RemoveIPProtocolEndpoint.patch 
 
+# PATCH-FIX-OPENSUSE
+Patch5:         0001-Adapt-to-new-NetworkManager-include-directory-layout.patch
+
 # Upstream name has been changed from cura-networking to openlmi-networking
 Provides:       cura-networking%{?_isa} = %{version}-%{release}
 Obsoletes:      cura-networking < 0.0.5-1
@@ -78,6 +81,7 @@
 %patch2 -p1
 %endif
 %patch4 -p1
+%patch5 -p1
 
 %build
 %cmake

++++++ 0001-Adapt-to-new-NetworkManager-include-directory-layout.patch ++++++
>From c5ed50ef195391c14f869af04c7200d23b170c99 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkae...@suse.de>
Date: Tue, 19 Jan 2016 10:10:11 +0100
Subject: [PATCH] Adapt to new NetworkManager include directory layout

Latest NetworkManager seems to have moved include files from
/usr/include to /usr/include/NetworkManager.
---
 src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9b3f8c4be731..a654437e8011 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -46,7 +46,7 @@ add_library(${LIBRARY_NAME} SHARED
 
 include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMPI_INCLUDE_DIR}
     ${KONKRETCMPI_INCLUDE_DIR} ${DBUSGLIB_INCLUDE_DIRS} ${GLIB_INCLUDE_DIRS}
-    ${NM_INCLUDE_DIR} ${UUID_INCLUDE_DIR} ${OPENLMI_INCLUDE_DIR}
+    ${NM_INCLUDE_DIRS} ${UUID_INCLUDE_DIR} ${OPENLMI_INCLUDE_DIR}
 )
 
 target_link_libraries(${LIBRARY_NAME} ${KONKRETCMPI_LIBRARIES} 
${DBUSGLIB_LIBRARIES}
-- 
2.7.0


Reply via email to