From 2f928dfc761cb9ca457270330d76719a1d5673cb50cf7e2d82023b789044ba5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 23 Jan 2015 08:27:27 +0000 Subject: [PATCH] Accepting request 282500 from home:mathletic:branches:devel:tools:building Update to CMake 3.1.1 OBS-URL: https://build.opensuse.org/request/show/282500 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=187 --- cmake-3.1.0.tar.gz | 3 --- cmake-3.1.1.tar.gz | 3 +++ cmake-gui.changes | 50 ++++++++++++++++++++++++++++++++++++++++++++++ cmake.changes | 50 ++++++++++++++++++++++++++++++++++++++++++++++ cmake.spec | 2 +- 5 files changed, 104 insertions(+), 4 deletions(-) delete mode 100644 cmake-3.1.0.tar.gz create mode 100644 cmake-3.1.1.tar.gz diff --git a/cmake-3.1.0.tar.gz b/cmake-3.1.0.tar.gz deleted file mode 100644 index 6c33b05..0000000 --- a/cmake-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bdc3fa3f2da81bc10c772a6b64cc9052acc2901d42e1e1b2588b40df224aad9 -size 5955836 diff --git a/cmake-3.1.1.tar.gz b/cmake-3.1.1.tar.gz new file mode 100644 index 0000000..c474c64 --- /dev/null +++ b/cmake-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58694e545d51cde5756a894f53107e3d9e469360e1d92e7f6892b55ebc0bebf +size 5959421 diff --git a/cmake-gui.changes b/cmake-gui.changes index a6e6f9f..4ae0e2c 100644 --- a/cmake-gui.changes +++ b/cmake-gui.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Thu Jan 22 23:01:01 UTC 2015 - foss@grueninger.de + +- Update to 3.1.1 + Eclipse: Add org.eclipse.cdt.core.cnature to CXX projects (#15068) + get_test_property: clarify the documentation + set_tests_properties: fix documentation + tests: add tests for querying properties + Xcode: Sort targets deterministically and with ALL_BUILD first (#15346) + bootstrap: Fix syntax for Solaris 10 shell (#15317) + Help: Clarify MinGW v. MSYS Makefiles generators (#15319) + Ninja: Do not crash when CMAKE__COMPILE_OBJECT is empty (#15325) + Ninja: Generate rules only for languages compiled in a target (#15325) + Tests: Test using objects from a language enabled in a subdirectory (#15325) + Help: Add 3.1 release note about '#' escaping in Makefiles (#15322) + Help: Clarify if() documentation (#15335) + Help: Document CMAKE_FIND_PACKAGE_NAME variable + Xcode: Do not require code signing for compiler id (#15214) + Copyright.txt: Update year range to end in 2015 + XL: Fix link flags for executables on Linux with XL compilers + QNX: Fix detection of QCC compiler id (#15349) + Xcode: Fix early termination on per-config source file error CMake 3.1.1 + CPack: Fix PackageMaker internal versioning for OS X 10.10 + Fix compilation with the Oracle / Sun compiler (#15318) + Help: Small fixes in CPackComponent documentation + FindRuby: fix selection of version x.0 (#15345) + CPack: Avoid crash on invalid CMake generator name (#15308) + FindRuby: Fix output check in _RUBY_CONFIG_VAR + find_package: Document CMAKE_FIND_PACKAGE_NAME variable + QtAutoUic: Restore source file AUTOUIC_OPTIONS settings + FindCUDA: Do not assume CMAKE_SYSTEM_PROCESSOR is set + cmake-mode.el: Fix extracting keyword at point in cmake-help + cmake-mode.el: Re-add explicit call to require thingatpt + FindIce: Port to work with CMP0054 NEW behavior + FindSDL: Allow if() to dereference SDL_INCLUDE_DIR for matching + FindQt: fix setting DESIRED_QT_VERSION if "find_package(Qt VVV)" was called + FindQt: fix variable name in error message + FindQt: explicitely mention that it cannot Qt5 or later + FindBoost: Add latest Boost version 1.57.0 and next milestone 1.58.0 + KWSys Terminal: Add xterm-termite to VT100 color support whitelist + Help: Document valid 14 value for CXX_STANDARD. (#15339) + get_target_property: discern empty from undefined properties (#15333) + QtAutoUic: Add a test for the regression in the parent commit. + cmMakefile: Rename a method to what it really does. + Features: Fix the COMPILE_FEATURES genex for unavailable features. + cmTarget: Compute link language of TARGET_OBJECTS with CMP0026 OLD (#15338) + Help: Link relevant documents for virtual override features (#15311) + Help: Add INTERFACE_LIBRARY to TYPE target property documentation + Help: Update cmake.org links to avoid redirects + ------------------------------------------------------------------- Wed Dec 17 21:09:23 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/cmake.changes b/cmake.changes index d41c3f1..f8e9cdd 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Thu Jan 22 23:01:01 UTC 2015 - foss@grueninger.de + +- Update to 3.1.1 + Eclipse: Add org.eclipse.cdt.core.cnature to CXX projects (#15068) + get_test_property: clarify the documentation + set_tests_properties: fix documentation + tests: add tests for querying properties + Xcode: Sort targets deterministically and with ALL_BUILD first (#15346) + bootstrap: Fix syntax for Solaris 10 shell (#15317) + Help: Clarify MinGW v. MSYS Makefiles generators (#15319) + Ninja: Do not crash when CMAKE__COMPILE_OBJECT is empty (#15325) + Ninja: Generate rules only for languages compiled in a target (#15325) + Tests: Test using objects from a language enabled in a subdirectory (#15325) + Help: Add 3.1 release note about '#' escaping in Makefiles (#15322) + Help: Clarify if() documentation (#15335) + Help: Document CMAKE_FIND_PACKAGE_NAME variable + Xcode: Do not require code signing for compiler id (#15214) + Copyright.txt: Update year range to end in 2015 + XL: Fix link flags for executables on Linux with XL compilers + QNX: Fix detection of QCC compiler id (#15349) + Xcode: Fix early termination on per-config source file error CMake 3.1.1 + CPack: Fix PackageMaker internal versioning for OS X 10.10 + Fix compilation with the Oracle / Sun compiler (#15318) + Help: Small fixes in CPackComponent documentation + FindRuby: fix selection of version x.0 (#15345) + CPack: Avoid crash on invalid CMake generator name (#15308) + FindRuby: Fix output check in _RUBY_CONFIG_VAR + find_package: Document CMAKE_FIND_PACKAGE_NAME variable + QtAutoUic: Restore source file AUTOUIC_OPTIONS settings + FindCUDA: Do not assume CMAKE_SYSTEM_PROCESSOR is set + cmake-mode.el: Fix extracting keyword at point in cmake-help + cmake-mode.el: Re-add explicit call to require thingatpt + FindIce: Port to work with CMP0054 NEW behavior + FindSDL: Allow if() to dereference SDL_INCLUDE_DIR for matching + FindQt: fix setting DESIRED_QT_VERSION if "find_package(Qt VVV)" was called + FindQt: fix variable name in error message + FindQt: explicitely mention that it cannot Qt5 or later + FindBoost: Add latest Boost version 1.57.0 and next milestone 1.58.0 + KWSys Terminal: Add xterm-termite to VT100 color support whitelist + Help: Document valid 14 value for CXX_STANDARD. (#15339) + get_target_property: discern empty from undefined properties (#15333) + QtAutoUic: Add a test for the regression in the parent commit. + cmMakefile: Rename a method to what it really does. + Features: Fix the COMPILE_FEATURES genex for unavailable features. + cmTarget: Compute link language of TARGET_OBJECTS with CMP0026 OLD (#15338) + Help: Link relevant documents for virtual override features (#15311) + Help: Add INTERFACE_LIBRARY to TYPE target property documentation + Help: Update cmake.org links to avoid redirects + ------------------------------------------------------------------- Mon Jan 12 09:29:48 UTC 2015 - tchvatal@suse.com diff --git a/cmake.spec b/cmake.spec index 09ee668..bcf2768 100644 --- a/cmake.spec +++ b/cmake.spec @@ -17,7 +17,7 @@ Name: cmake -Version: 3.1.0 +Version: 3.1.1 Release: 0 %define rversion %{version} Summary: Cross-platform, open-source make system