- update to 3.19.7:

* With :ref:`Visual Studio Generators` for VS 2017 and higher, the
    :variable:`CMAKE_GENERATOR_TOOLSET` field ``version=`` now accepts
    three-component MSVC toolset versions such as ``14.28.29910``.
    See the :variable:`CMAKE_VS_PLATFORM_TOOLSET_VERSION` variable.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=451
This commit is contained in:
2021-03-16 00:15:30 +00:00
committed by Git OBS Bridge
parent f14ab63e52
commit 8718021d4a
8 changed files with 45 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package cmake
# spec file for package cmake%{?psuffix}
#
# Copyright (c) 2021 SUSE LLC
#
@@ -37,7 +37,7 @@
%endif
%define shortversion 3.19
Name: cmake%{?psuffix}
Version: 3.19.6
Version: 3.19.7
Release: 0
Summary: Cross-platform make system
License: BSD-3-Clause
@@ -206,6 +206,7 @@ rm %{buildroot}%{_docdir}/cmake/Copyright.txt
%{_mandir}/man7/*
%{_mandir}/man1/*
%else
%files
%if "%{flavor}" == ""
%doc README.SUSE