SHA256
3
0
forked from pool/cmake

Accepting request 264709 from KDE:Unstable:Frameworks

Update to 3.1.0~rc3

OBS-URL: https://build.opensuse.org/request/show/264709
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=182
This commit is contained in:
Tomáš Chvátal 2014-12-10 18:36:00 +00:00 committed by Git OBS Bridge
parent 6d09b15f14
commit a320783c3e
6 changed files with 133 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e43f301c6739588ebd6d0f234ee6b8b5a938e170818d21f3cb41a19bf2642b6d
size 5952829

3
cmake-3.1.0-rc3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b95d0f54bd352f0c430f960ce2914a099110a0e086c30c33d4f9ed6c6ba2ffc4
size 5956392

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Wed Dec 10 18:01:01 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 3.1.0~rc3
* Revert "ClearMatches: Only clear matches which were
actually set" (#15261)
* Help: Document COMPONENT option of install(SCRIPT/CODE)
(#14956)
* Do not use just-built CMake to install itself when
cross-compiling (#15248)
* KWSys SharedForward: Hard-code the ldpath buffer size to
below VS 14 limit
* VS: Rename VS 14 generator to 'Visual Studio 14 2015'
* Help: target_include_directories does not allow target names
* Utilities/Sphinx: Add missing call to note_explicit_target
* FindJava: Do not accept OS X stub 'java' as Java
* Fix lookup of source names after conversion to their actual
case (#15259)
* Help: Format set_property and get_property command docs
* Help: Add 3.1 release notes for INSTALL property scope
* CMakeParseImplicitLinkInfo: Fix implicit library logging
* Makefile: Do not create an empty linker response file
* FindOpenGL: Revert support for imported targets (#15267)
* Help: Document Nsight Tegra toolchain configuration (#15276)
* Utilities/Sphinx: Fix link targets for mixed-case command names
* Modules: Rename FindXerces to FindXercesC
* Help: Document file(GENERATE) signature option order
* VS: Add source file properties to set the hlsl shader entry
point and model
* Help: Remove duplicate '#' in CMP0053 valid character list
* Help: Add missing space to ctest -j option description
* FindwxWidgets: Add versions 3.0.1 and 3.0.2
* Help: Fix typo in cmake-compile-features(7) manual
* Help: Fix typo in CMAKE_CXX_KNOWN_FEATURES docs
* VS: Change Nsight Tegra 2.0 Project
Revision Number from 8 to 9
* Avoid if() quoted auto-dereference when checking for "MSVC"
* VS: Improve error messages when compiler
is not detected (#15228)
* VS: Do not produce WinMD file for OBJECT libraries (#15228)
* VS: Add source file property to specify Windows App
deployment location
* CPackIFW: Correction of the module documentation
* FindOpenMP: Use fixed form Fortran test program
* Help: Document installed file property API
* VS, WINCE: Fix entry point for Unicode builds
* FindPythonInterp: fix version component variables for
Python 1.4 (#15275)
* Features: Don't record for AppleClang
* Features: Test the CXX compiler only if it has features.
* Features: Fix references to CXX compiler
version in Clang-C.cmake.
* Features: Record C++11 dialect switch only for
GNU 4.7 and later.
* Features: Fix the default C dialect for Clang and GNU.
* Fix the test for running the CxxDialog unit test.
* WCDH: Don't imply that MSVC is supported by the module.
* WCDH: Make the header -Wundef safe for the C language.
* Genex: Fix evaluation context propagation for TARGET_OBJECTS.
* cmTarget: Don't allow relative paths in INTERFACE_SOURCES
* Export: Disallow export of targets with INTERFACE_SOURCES
* Help: Document the export limitation of INTERFACE_SOURCES.
-------------------------------------------------------------------
Thu Nov 13 20:26:40 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -17,9 +17,9 @@
Name: cmake-gui
Version: 3.1.0~rc2
Version: 3.1.0~rc3
Release: 0
%define rversion 3.1.0-rc2
%define rversion 3.1.0-rc3
Summary: CMake graphical user interface
License: BSD-3-Clause
Group: Development/Tools/Building

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Wed Dec 10 18:01:01 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 3.1.0~rc3
* Revert "ClearMatches: Only clear matches which were
actually set" (#15261)
* Help: Document COMPONENT option of install(SCRIPT/CODE)
(#14956)
* Do not use just-built CMake to install itself when
cross-compiling (#15248)
* KWSys SharedForward: Hard-code the ldpath buffer size to
below VS 14 limit
* VS: Rename VS 14 generator to 'Visual Studio 14 2015'
* Help: target_include_directories does not allow target names
* Utilities/Sphinx: Add missing call to note_explicit_target
* FindJava: Do not accept OS X stub 'java' as Java
* Fix lookup of source names after conversion to their actual
case (#15259)
* Help: Format set_property and get_property command docs
* Help: Add 3.1 release notes for INSTALL property scope
* CMakeParseImplicitLinkInfo: Fix implicit library logging
* Makefile: Do not create an empty linker response file
* FindOpenGL: Revert support for imported targets (#15267)
* Help: Document Nsight Tegra toolchain configuration (#15276)
* Utilities/Sphinx: Fix link targets for mixed-case command names
* Modules: Rename FindXerces to FindXercesC
* Help: Document file(GENERATE) signature option order
* VS: Add source file properties to set the hlsl shader entry
point and model
* Help: Remove duplicate '#' in CMP0053 valid character list
* Help: Add missing space to ctest -j option description
* FindwxWidgets: Add versions 3.0.1 and 3.0.2
* Help: Fix typo in cmake-compile-features(7) manual
* Help: Fix typo in CMAKE_CXX_KNOWN_FEATURES docs
* VS: Change Nsight Tegra 2.0 Project
Revision Number from 8 to 9
* Avoid if() quoted auto-dereference when checking for "MSVC"
* VS: Improve error messages when compiler
is not detected (#15228)
* VS: Do not produce WinMD file for OBJECT libraries (#15228)
* VS: Add source file property to specify Windows App
deployment location
* CPackIFW: Correction of the module documentation
* FindOpenMP: Use fixed form Fortran test program
* Help: Document installed file property API
* VS, WINCE: Fix entry point for Unicode builds
* FindPythonInterp: fix version component variables for
Python 1.4 (#15275)
* Features: Don't record for AppleClang
* Features: Test the CXX compiler only if it has features.
* Features: Fix references to CXX compiler
version in Clang-C.cmake.
* Features: Record C++11 dialect switch only for
GNU 4.7 and later.
* Features: Fix the default C dialect for Clang and GNU.
* Fix the test for running the CxxDialog unit test.
* WCDH: Don't imply that MSVC is supported by the module.
* WCDH: Make the header -Wundef safe for the C language.
* Genex: Fix evaluation context propagation for TARGET_OBJECTS.
* cmTarget: Don't allow relative paths in INTERFACE_SOURCES
* Export: Disallow export of targets with INTERFACE_SOURCES
* Help: Document the export limitation of INTERFACE_SOURCES.
-------------------------------------------------------------------
Thu Nov 13 20:26:40 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -17,9 +17,9 @@
Name: cmake
Version: 3.1.0~rc2
Version: 3.1.0~rc3
Release: 0
%define rversion 3.1.0-rc2
%define rversion 3.1.0-rc3
Summary: Cross-platform, open-source make system
License: BSD-3-Clause
Group: Development/Tools/Building