forked from pool/cmake
Accepting request 746617 from home:fcrozat:branches:devel:tools:building
(add bug numbers from SLE15 changelog, to allow cmake update in 15SP2) - Allow %cmake_build to handle parameters (bsc#1091864) warning for now (bsc#1129024) - update to 3.12.4 (bsc#1127105): OBS-URL: https://build.opensuse.org/request/show/746617 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=384
This commit is contained in:
parent
bcf63726cc
commit
2a375164bb
@ -171,7 +171,7 @@ Fri Mar 15 05:20:57 UTC 2019 - Christoph G <foss@grueninger.de>
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 00:52:40 UTC 2019 - Simon Lees <sflees@suse.de>
|
||||
|
||||
- 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 <dcermak@suse.com>
|
||||
@ -213,7 +213,7 @@ Tue Jan 29 09:57:18 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
- 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 [<jobs>]
|
||||
and -j [<jobs>] options to specify a parallel build level.
|
||||
* add_compile_definitions() command was added to set preprocessor
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user