Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2018-05-25 21:34:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and      /work/SRC/openSUSE:Factory/.cmake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmake"

Fri May 25 21:34:33 2018 rev:147 rq:611479 version:3.11.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2018-05-22 
16:58:04.808700727 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes     2018-05-25 
21:34:35.733873075 +0200
@@ -1,0 +2,5 @@
+Sun May 20 22:53:46 UTC 2018 - f...@grueninger.de
+
+- Use libuv provided by CMake for Leap 42.3.
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes      2018-05-22 
16:58:04.844699418 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2018-05-25 
21:34:35.993863666 +0200
@@ -1,0 +2,5 @@
+Sun May 20 22:54:17 UTC 2018 - f...@grueninger.de
+
+- Use libuv provided by CMake for Leap 42.3 and SLE 12.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cmake-gui.spec ++++++
--- /var/tmp/diff_new_pack.pzSK3m/_old  2018-05-25 21:34:37.121822846 +0200
+++ /var/tmp/diff_new_pack.pzSK3m/_new  2018-05-25 21:34:37.121822846 +0200
@@ -37,7 +37,13 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libarchive-devel >= 3.0.2
 BuildRequires:  libexpat-devel
-BuildRequires:  libuv-devel
+# exclude for SLE 12 and Leap 42.x
+%if 0%{?suse_version} == 1315
+%define system_libuv OFF
+%else
+BuildRequires:  libuv-devel >= 1.10
+%define system_libuv ON
+%endif
 BuildRequires:  openssl-devel
 # this is commented as it would create dependancy cycle between jsoncpp and 
cmake
 #if 0%{?suse_version} > 1320
@@ -89,7 +95,7 @@
     --verbose \
     --qt-gui \
     -- \
-    -DCMAKE_USE_SYSTEM_LIBRARY_LIBUV=ON
+    -DCMAKE_USE_SYSTEM_LIBRARY_LIBUV=%{system_libuv}
 make VERBOSE=1 %{?_smp_mflags}
 
 %install

++++++ cmake.spec ++++++
--- /var/tmp/diff_new_pack.pzSK3m/_old  2018-05-25 21:34:37.141822122 +0200
+++ /var/tmp/diff_new_pack.pzSK3m/_new  2018-05-25 21:34:37.145821978 +0200
@@ -50,7 +50,13 @@
 BuildRequires:  libcurl-devel
 %endif
 BuildRequires:  libexpat-devel
-BuildRequires:  libuv-devel
+# exclude for SLE 12 and Leap 42.x
+%if 0%{?suse_version} == 1315
+%define system_libuv OFF
+%else
+BuildRequires:  libuv-devel >= 1.10
+%define system_libuv ON
+%endif
 BuildRequires:  ncurses-devel
 # this is commented as it would create dependancy cycle between jsoncpp and 
cmake
 #if 0%{?suse_version} > 1320
@@ -90,7 +96,7 @@
     --verbose \
     --no-qt-gui \
     -- \
-    -DCMAKE_USE_SYSTEM_LIBRARY_LIBUV=ON
+    -DCMAKE_USE_SYSTEM_LIBRARY_LIBUV=%{system_libuv}
 make VERBOSE=1 %{?_smp_mflags}
 
 %install




Reply via email to