SHA256
1
0
forked from pool/cmake

- Update to version 3.0.2

* No changes to the GUI

- Update to version 3.0.2
   * ExternalProject: Avoid infinite loop on file download
     hash mismatch
   * CMP0047: Fix CMAKE_COMPILER_IS_GNU(CC|CXX) in OLD behavior
   * CMP0022: Fix version documented to support 
     LINK_PUBLIC/LINK_PRIVATE
   * cmListFileLexer: Fix lexing of single '[' character (#15092)
   * Fix finding binutils when cross-compiling with Clang
   * QtAutogen: Use the basename for resource files.
   * QtAutogen: Fix use of multiple ui files in a single target.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=176
This commit is contained in:
Ismail Dönmez
2014-09-12 17:05:25 +00:00
committed by Git OBS Bridge
parent 855b52a6ae
commit 2eaa9529bb
6 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Sep 12 16:59:17 UTC 2014 - idonmez@suse.com
- Update to version 3.0.2
* ExternalProject: Avoid infinite loop on file download
hash mismatch
* CMP0047: Fix CMAKE_COMPILER_IS_GNU(CC|CXX) in OLD behavior
* CMP0022: Fix version documented to support
LINK_PUBLIC/LINK_PRIVATE
* cmListFileLexer: Fix lexing of single '[' character (#15092)
* Fix finding binutils when cross-compiling with Clang
* QtAutogen: Use the basename for resource files.
* QtAutogen: Fix use of multiple ui files in a single target.
-------------------------------------------------------------------
Mon Sep 1 08:06:59 UTC 2014 - tchvatal@suse.com