diff options
Diffstat (limited to 'cmake.spec')
-rw-r--r-- | cmake.spec | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -28,7 +28,7 @@ Name: cmake Version: 3.27.9 %global major_version %(echo %{version} | awk -F. '{print $1}') -Release: 7 +Release: 8 Summary: Cross-platform make system License: BSD-3-Clause AND MIT-open-group AND Zlib URL: http://www.cmake.org @@ -316,9 +316,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %exclude %{_pkgdocdir}/Copyright.txt %changelog -* Wed Oct 30 2024 Funda Wang <fundawang@yeah.net> - 3.27.9-7 +* Wed Nov 06 2024 Funda Wang <fundawang@yeah.net> - 3.27.9-8 - default to out-of-source build +* Tue Nov 05 2024 Funda Wang <fundawang@yeah.net> - 3.27.9-7 +- change __cmake_builddir definition based on numeric comparision +- force define source and binary directory + * Mon Sep 02 2024 Funda Wang <fundawang@yeah.net> - 3.27.9-6 - make use of _vpath_builddir, but default to in source build for backward compatibility - enable check section |