diff --git a/cmake.changes b/cmake.changes index 834712f..17b1b3e 100644 --- a/cmake.changes +++ b/cmake.changes @@ -171,7 +171,7 @@ Fri Mar 15 05:20:57 UTC 2019 - Christoph G ------------------------------------------------------------------- Thu Mar 14 00:52:40 UTC 2019 - Simon Lees -- Allow %cmake_build to handle parameters +- Allow %cmake_build to handle parameters (bsc#1091864) ------------------------------------------------------------------- Mon Feb 25 13:53:26 UTC 2019 - Dan Čermák @@ -213,7 +213,7 @@ Tue Jan 29 09:57:18 UTC 2019 - Tomáš Chvátal - Rename %make_jobs to %cmake_build to inline with other lang macros like meson, also since we are not just using make it is less confusing this way. Keep the %make_jobs as compat wrapper with - warning for now + warning for now (bsc#1129024) ------------------------------------------------------------------- Tue Jan 15 01:57:19 UTC 2019 - seanlew@opensuse.org @@ -264,7 +264,7 @@ Thu Nov 22 04:33:14 UTC 2018 - sean@suspend.net ------------------------------------------------------------------- Fri Nov 09 14:59:33 UTC 2018 - sean@suspend.net -- update to 3.12.4: +- update to 3.12.4 (bsc#1127105): * Cmake(1) build tool (cmake--build) gained --parallel [] and -j [] options to specify a parallel build level. * add_compile_definitions() command was added to set preprocessor diff --git a/cmake.spec b/cmake.spec index 1a353f1..cef71b3 100644 --- a/cmake.spec +++ b/cmake.spec @@ -30,10 +30,11 @@ Version: 3.15.4 Release: 0 %if %{with gui} Summary: CMake graphical user interface +License: BSD-3-Clause %else Summary: Cross-platform make system -%endif License: BSD-3-Clause +%endif URL: https://www.cmake.org/ Source0: https://www.cmake.org/files/v%{shortversion}/cmake-%{version}.tar.gz Source1: cmake.macros