SHA256
1
0
forked from pool/cmake

Accepting request 25201 from devel:tools:building

Copy from devel:tools:building/cmake based on submit request 25201 from user puzel

OBS-URL: https://build.opensuse.org/request/show/25201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=31
This commit is contained in:
OBS User autobuild
2009-11-27 18:17:43 +00:00
committed by Git OBS Bridge
parent 1b72792db1
commit 62709b794b
8 changed files with 32 additions and 407 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Nov 27 14:00:50 CET 2009 - puzel@suse.cz
- update to cmake-2.8.0
- noteworthy changes sice 2.6.4:
- cmake-gui supports multi-state values options.
- CMake now has cmake --build command that can build any CMake generated
project from the command line.
- CTest supports running tests in parallel with a -j N option.
- It is now possible to use DESTDIR in CPack for any CMake based projects
giving more flexibility on the final path names.
- Depend scanning is now much faster with makefiles.
- Many FindQt4 improvements to stay working with current Qt releases
- FindBoost has been updated to work with the most recent boost releases.
- see /usr/share/doc/packages/cmake/Changelog for all changes
- drop ibm-java-paths.diff, cmake-2.6.0-use_shared_python_lib.patch and
cmake-2.6.0-use_intree_xmlrpc.patch - fixed upstream
-------------------------------------------------------------------
Mon May 4 13:35:13 CEST 2009 - puzel@suse.cz