update to cmake-2.8.2

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=63
This commit is contained in:
2010-07-21 12:27:51 +00:00
committed by Git OBS Bridge
parent ae16a43f86
commit 8a240d0415
8 changed files with 56 additions and 32 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Jul 20 20:33:49 UTC 2010 - puzel@novell.com
- update to cmake-2.8.2
- notable changes:
- CPack: Add native BZip2 support
- ExternalProject: Support .zip and .bz2 archives, MD5 verification
- GetPrerequisites: Provide an override hook
- Recognize ARM ABI/EABI with GNU compilers
- Recognize Clang compiler
- Search basic directories on "Generic" platform
- Support compression with 'cmake -E tar'
- a lot of bugfixes
-------------------------------------------------------------------
Thu Jun 10 16:24:47 UTC 2010 - dimstar@opensuse.org
- Fix build on Fedora, by not using defaultdocdir. It does not
match the forced installation path on configure.
-------------------------------------------------------------------
Thu Jun 3 16:03:36 UTC 2010 - dimstar@opensuse.org
- No fdupes on non-suse platforms and SLE10.
-------------------------------------------------------------------
Tue May 18 12:17:02 UTC 2010 - puzel@novell.com