Hello community,

here is the log from the commit of package encfs for openSUSE:Factory checked 
in at 2018-01-23 13:52:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/encfs (Old)
 and      /work/SRC/openSUSE:Factory/.encfs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "encfs"

Tue Jan 23 13:52:57 2018 rev:39 rq:568219 version:1.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/encfs/encfs.changes      2017-08-24 
18:45:26.256231224 +0200
+++ /work/SRC/openSUSE:Factory/.encfs.new/encfs.changes 2018-01-23 
13:52:58.169669977 +0100
@@ -1,0 +2,5 @@
+Wed Jan 17 15:13:10 UTC 2018 - fv...@suse.com
+
+- Fix combination of os_has_tinyxml and use_cmake_macro
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ encfs.spec ++++++
--- /var/tmp/diff_new_pack.WR5QWV/_old  2018-01-23 13:52:59.593603456 +0100
+++ /var/tmp/diff_new_pack.WR5QWV/_new  2018-01-23 13:52:59.597603269 +0100
@@ -112,7 +112,12 @@
 
 %build
 %if %{use_cmake_macro}
-%cmake
+%cmake \
+%if %{os_has_tinyxml2}
+ -DUSE_INTERNAL_TINYXML:BOOL=OFF
+%else
+ -DUSE_INTERNAL_TINYXML:BOOL=ON
+%endif
 %else
 mkdir build
 cd build
@@ -141,10 +146,12 @@
  -DCMAKE_MODULES_INSTALL_DIR=%{_datadir}/cmake/Modules \
 %if %{os_has_tinyxml2}
  -DUSE_INTERNAL_TINYXML:BOOL=OFF
+%else
+ -DUSE_INTERNAL_TINYXML:BOOL=ON
+%endif
 %endif
 
 make %{?_smp_mflags} VERBOSE=1
-%endif
 
 %install
 %cmake_install


Reply via email to