SHA256
1
0
forked from pool/cmake

Accepting request 231323 from KDE:Unstable:Frameworks

Update to 3.0.0~rc4

OBS-URL: https://build.opensuse.org/request/show/231323
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=146
This commit is contained in:
2014-04-25 10:14:37 +00:00
committed by Git OBS Bridge
parent bfdd57c284
commit 6551cd2887
6 changed files with 70 additions and 7 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Apr 24 23:08:48 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 3.0.0~rc4
* Revise and format policy CMP0025 and CMP0047 docs
* Do not warn by default when policy CMP0025 or CMP0047 is not set
* CMakeDetermineVSServicePack: Format documentation
* CMakeDetermineVSServicePack: Match versions more robustly
* CMakeDetermineVSServicePack: Add VS 11 update 4
* Fortran: Detect pointer size on Intel archs with PGI (#14870)
* CMakeRCInformation: Do not mention 'Fortran' in documentation
* CMakeRCInformation: Recognize 'windres' tools with '.' in name (#14865)
* Drop /lib32 and /lib64 from link directories and RPATH (#14875)
* cmArchiveWrite: Handle NULL error string (#14882)
* Policies: omit warnings about unset policies when they are
actually set to NEW
* Qt4Macros: Make QT4_CREATE_MOC_COMMAND a function
* create_test_sourcelist: Initialize variable at declaration
* Help: Fix typo in cmake-qt manual.
-------------------------------------------------------------------
Wed Apr 23 17:15:17 UTC 2014 - dmueller@suse.com
@@ -7,6 +27,13 @@ Wed Apr 23 17:15:17 UTC 2014 - dmueller@suse.com
build cycle
- remove nonsensical checks for %{sles_version}
-------------------------------------------------------------------
Wed Mar 26 17:33:28 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 3.0.0~rc3
* QtDialog: Fix Qt 5 build on non-Windows
* Disallow INTERFACE libraries with add_custom_command(TARGET)
-------------------------------------------------------------------
Thu Mar 20 01:42:01 UTC 2014 - hrvoje.senjan@gmail.com