Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2019-03-19 11:08:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and      /work/SRC/openSUSE:Factory/.cmake.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmake"

Tue Mar 19 11:08:12 2019 rev:159 rq:685029 version:3.13.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes      2019-02-28 
21:34:07.753720847 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new.28833/cmake.changes   2019-03-19 
11:08:14.998096375 +0100
@@ -1,0 +2,5 @@
+Thu Mar 14 00:52:40 UTC 2019 - Simon Lees <[email protected]>
+
+- Allow %cmake_build to handle parameters
+
+-------------------------------------------------------------------

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

Other differences:
------------------
cmake.spec: same change


++++++ cmake.macros ++++++
--- /var/tmp/diff_new_pack.D8S2ps/_old  2019-03-19 11:08:16.150096111 +0100
+++ /var/tmp/diff_new_pack.D8S2ps/_new  2019-03-19 11:08:16.150096111 +0100
@@ -42,12 +42,15 @@
         -DCMAKE_INSTALL_DO_STRIP:BOOL=OFF \\\
         -DCMAKE_MODULES_INSTALL_DIR=%{_datadir}/cmake/Modules
 
-%cmake_build \
+%__builder_verbose \
 %if "%__builder" == "%__make" \
-    %__make %{?_smp_mflags} VERBOSE=1 \
+    %{?_make_output_sync} VERBOSE=1 \\\
 %else \
-    ninja -v %{?_smp_mflags} \
-%endif
+    -v \\\
+%endif \
+%{nil}
+
+%cmake_build %__builder \\%__builder_verbose %{?_smp_mflags}
 
 %make_jobs \
     echo "Deprecated %%make_jobs macro used, please use %%cmake_build" \


Reply via email to