SHA256
1
0
forked from pool/cmake

Accepting request 440576 from home:mathletic:branches:devel:tools:building

Update to CMake 3.7

OBS-URL: https://build.opensuse.org/request/show/440576
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=273
This commit is contained in:
Hrvoje Senjan
2016-11-16 12:51:15 +00:00
committed by Git OBS Bridge
parent 5184b98e47
commit ad5557f8e2
12 changed files with 72 additions and 96 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Nov 15 23:42:45 UTC 2016 - foss@grueninger.de
- update to CMake 3.7.0
* CMake now supports Cross Compiling for Android with simple
toolchain files.
* The Ninja generator learned to conditionally support Fortran
when using a ninja tool that has the necessary features.
* The try_compile() command source file signature now honors
configuration-specific flags in the generated test project.
* CTest now supports test fixtures through the new FIXTURES_SETUP,
FIXTURES_CLEANUP and FIXTURES_REQUIRED test properties. When using
regular expressions or rerun-failed to limit the tests to be run,
a fixtures setup and cleanup tests will automatically be added to
the execution set if any test requires that fixture.
* Vim support files cmake-indent.vim, cmake-syntax.vim, and
cmake-help.vim have been removed in favor of the files now
provided from the vim-cmake-syntax project.
full changelog: https://blog.kitware.com/cmake-3-7-0-available-for-download/
- drop patch cmake-version-in-generated-files.patch as it is part of 3.7.0
- update patch cmake-fix-ruby-test.patch
-------------------------------------------------------------------
Tue Nov 15 08:23:14 UTC 2016 - alarrosa@suse.com