Hello community,

here is the log from the commit of package elektra for openSUSE:Factory checked 
in at 2018-01-16 09:43:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elektra (Old)
 and      /work/SRC/openSUSE:Factory/.elektra.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "elektra"

Tue Jan 16 09:43:10 2018 rev:4 rq:565779 version:0.8.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/elektra/elektra.changes  2017-11-22 
11:21:40.978964067 +0100
+++ /work/SRC/openSUSE:Factory/.elektra.new/elektra.changes     2018-01-16 
09:43:11.639376542 +0100
@@ -1,0 +2,5 @@
+Mon Jan 15 12:00:00 UTC 2018 - k...@gmx.de
+
+- Augeas: Fix internal inconsistency (git#c93b4175 
patch-fix-augeas-config.patch)
+
+-------------------------------------------------------------------

New:
----
  patch-fix-augeas-config.patch

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

Other differences:
------------------
++++++ elektra.spec ++++++
--- /var/tmp/diff_new_pack.sI52DE/_old  2018-01-16 09:43:12.483337038 +0100
+++ /var/tmp/diff_new_pack.sI52DE/_new  2018-01-16 09:43:12.491336663 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package elektra
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -66,6 +66,7 @@
 #BuildRequires:  python
 #BuildRequires:  python-devel
 #BuildRequires:  swig
+Patch:          patch-fix-augeas-config.patch
 
 Summary:        A key/value pair database to store software configurations
 License:        BSD-3-Clause
@@ -169,6 +170,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 export SUSE_ASNEEDED=0

++++++ patch-fix-augeas-config.patch ++++++
diff --git a/src/plugins/augeas/CMakeLists.txt 
b/src/plugins/augeas/CMakeLists.txt
index b4c9c7c15..dc29fa864 100644
--- a/src/plugins/augeas/CMakeLists.txt
+++ b/src/plugins/augeas/CMakeLists.txt
@@ -23,6 +23,9 @@ if (DEPENDENCY_PHASE)
        else (LIBAUGEAS_FOUND)
                remove_plugin (augeas "libaugeas not found (libaugeas-dev >= 
0.16 needed)")
        endif ()
+
+       set (AUGEAS_PLUGIN_INCLUDE_DIRS ${LIBAUGEAS_INCLUDE_DIR} 
${LIBXML2_INCLUDE_DIR})
+       set (AUGEAS_PLUGIN_LIBRARIES ${LIBAUGEAS_LIBRARIES} 
${LIBXML2_LIBRARIES})
 endif ()
 
 add_plugin(augeas
@@ -32,16 +35,14 @@ add_plugin(augeas
        ADD_TEST
        INSTALL_TEST_DATA
        INCLUDE_DIRECTORIES
-               ${LIBAUGEAS_INCLUDE_DIR}
-               ${LIBXML2_INCLUDE_DIR}
+               ${AUGEAS_PLUGIN_INCLUDE_DIRS}
        COMPILE_DEFINITIONS
                "${LIBAUGEAS_COMPILE_DEFINITIONS}"
        LINK_ELEKTRA
                elektra-meta
                elektra-proposal
        LINK_LIBRARIES
-               ${LIBAUGEAS_LIBRARIES}
-               ${LIBXML2_LIBRARIES}
+               ${AUGEAS_PLUGIN_LIBRARIES}
        )
 
 if (ADDTESTING_PHASE)

Reply via email to