!46 Update to 3.24.3

From: @jchzhou 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-11-14 07:51:02 +00:00 committed by Gitee
commit 4e607039c2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 12 additions and 10 deletions

View File

@ -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)

View File

@ -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

View File

@ -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 <zhoujiacheng@iscas.ac.cn> - 3.24.3-1
- Update to 3.24.3
* Wed Oct 19 2022 wuzx<wuzx1226@qq.com> - 3.22.0-3
- add sw64 patch