diff --git a/cmake-3.22.0.tar.gz b/cmake-3.24.3.tar.gz similarity index 54% rename from cmake-3.22.0.tar.gz rename to cmake-3.24.3.tar.gz index d8c4986..8953492 100644 Binary files a/cmake-3.22.0.tar.gz and b/cmake-3.24.3.tar.gz differ diff --git a/cmake-findruby.patch b/cmake-findruby.patch index 23966a2..72a8b25 100644 --- a/cmake-findruby.patch +++ b/cmake-findruby.patch @@ -1,8 +1,8 @@ -Index: cmake-3.22.0-rc1/Modules/FindRuby.cmake +Index: cmake-3.23.0-rc2/Modules/FindRuby.cmake =================================================================== ---- cmake-3.22.0-rc1.orig/Modules/FindRuby.cmake -+++ cmake-3.22.0-rc1/Modules/FindRuby.cmake -@@ -304,14 +304,9 @@ if(Ruby_EXECUTABLE AND NOT Ruby_VERSION_ +--- cmake-3.23.0-rc2.orig/Modules/FindRuby.cmake ++++ cmake-3.23.0-rc2/Modules/FindRuby.cmake +@@ -315,14 +315,9 @@ if(Ruby_EXECUTABLE AND NOT Ruby_VERSION_ _RUBY_CONFIG_VAR("sitearchdir" Ruby_SITEARCH_DIR) _RUBY_CONFIG_VAR("sitelibdir" Ruby_SITELIB_DIR) diff --git a/cmake-mingw-dl.patch b/cmake-mingw-dl.patch index ca1f52a..9934788 100644 --- a/cmake-mingw-dl.patch +++ b/cmake-mingw-dl.patch @@ -1,7 +1,7 @@ -Index: cmake-3.22.0-rc1/Modules/Platform/Windows-GNU.cmake +Index: cmake-3.23.0-rc2/Modules/Platform/Windows-GNU.cmake =================================================================== ---- cmake-3.22.0-rc1.orig/Modules/Platform/Windows-GNU.cmake -+++ cmake-3.22.0-rc1/Modules/Platform/Windows-GNU.cmake +--- cmake-3.23.0-rc2.orig/Modules/Platform/Windows-GNU.cmake ++++ cmake-3.23.0-rc2/Modules/Platform/Windows-GNU.cmake @@ -24,11 +24,11 @@ set(CMAKE_STATIC_LIBRARY_SUFFIX ".a") set(CMAKE_EXTRA_LINK_EXTENSIONS ".lib") # MinGW can also link to a MS .lib @@ -16,4 +16,3 @@ Index: cmake-3.22.0-rc1/Modules/Platform/Windows-GNU.cmake set(CMAKE_LIBRARY_PATH_FLAG "-L") set(CMAKE_LINK_LIBRARY_FLAG "-l") set(CMAKE_LINK_DEF_FILE_FLAG "") # Empty string: passing the file is enough - diff --git a/cmake.spec b/cmake.spec index 8191339..1615d51 100644 --- a/cmake.spec +++ b/cmake.spec @@ -10,8 +10,8 @@ %{?rcsuf:%global versuf -%{rcsuf}} Name: cmake -Version: 3.22.0 -Release: 3 +Version: 3.24.3 +Release: 1 Summary: Cross-platform make system License: BSD and MIT and zlib URL: http://www.cmake.org @@ -238,6 +238,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %exclude %{_pkgdocdir}/Copyright.txt %changelog +* Mon Nov 14 2022 jchzhou - 3.24.3-1 +- Update to 3.24.3 + * Wed Oct 19 2022 wuzx - 3.22.0-3 - add sw64 patch