From a320783c3e49d8b441017c9ea16d7621ef2b7f2b4d81819f45d849b92fe91263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 10 Dec 2014 18:36:00 +0000 Subject: [PATCH] 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 --- cmake-3.1.0-rc2.tar.gz | 3 -- cmake-3.1.0-rc3.tar.gz | 3 ++ cmake-gui.changes | 63 ++++++++++++++++++++++++++++++++++++++++++ cmake-gui.spec | 4 +-- cmake.changes | 63 ++++++++++++++++++++++++++++++++++++++++++ cmake.spec | 4 +-- 6 files changed, 133 insertions(+), 7 deletions(-) delete mode 100644 cmake-3.1.0-rc2.tar.gz create mode 100644 cmake-3.1.0-rc3.tar.gz diff --git a/cmake-3.1.0-rc2.tar.gz b/cmake-3.1.0-rc2.tar.gz deleted file mode 100644 index c1a9fb4..0000000 --- a/cmake-3.1.0-rc2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e43f301c6739588ebd6d0f234ee6b8b5a938e170818d21f3cb41a19bf2642b6d -size 5952829 diff --git a/cmake-3.1.0-rc3.tar.gz b/cmake-3.1.0-rc3.tar.gz new file mode 100644 index 0000000..b896810 --- /dev/null +++ b/cmake-3.1.0-rc3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95d0f54bd352f0c430f960ce2914a099110a0e086c30c33d4f9ed6c6ba2ffc4 +size 5956392 diff --git a/cmake-gui.changes b/cmake-gui.changes index 4d781e3..77e9bee 100644 --- a/cmake-gui.changes +++ b/cmake-gui.changes @@ -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 diff --git a/cmake-gui.spec b/cmake-gui.spec index 4ac838f..58a9c21 100644 --- a/cmake-gui.spec +++ b/cmake-gui.spec @@ -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 diff --git a/cmake.changes b/cmake.changes index b6c6551..9aa42e2 100644 --- a/cmake.changes +++ b/cmake.changes @@ -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 diff --git a/cmake.spec b/cmake.spec index 6cbe70d..a753cdf 100644 --- a/cmake.spec +++ b/cmake.spec @@ -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