- update to 3.23.2:

* The ``CPACK_PACKAGEMAKER_CHOICES`` variable used in the
    ``CPack.distribution.dist.in`` template file was replaced by a new
    ``CPACK_APPLE_PKG_INSTALLER_CONTENT`` variable in CMake 3.23.0.
    This broke projects that provided their own template file but still
    expected the ``CPACK_PACKAGEMAKER_CHOICES`` variable to be defined.
    The old ``CPACK_PACKAGEMAKER_CHOICES`` variable is now also set to the
    same content as it was before, but it is formally deprecated.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=492
This commit is contained in:
2022-06-05 00:20:32 +00:00
committed by Git OBS Bridge
parent e1450897b2
commit 4bad45639d
8 changed files with 47 additions and 35 deletions

View File

@@ -46,7 +46,7 @@
%endif
%define shortversion 3.23
Name: cmake%{?psuffix}
Version: 3.23.1
Version: 3.23.2
Release: 0
Summary: Cross-platform make system
License: BSD-3-Clause