From 8f816739dc7bd4f2c5bae1a3d51399c7fd3eb48b Mon Sep 17 00:00:00 2001 From: yangchenguang Date: Sun, 18 Feb 2024 14:00:17 +0800 Subject: [PATCH] Use sw_64 support patch to all arch Signed-off-by: yangchenguang --- cmake.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/cmake.spec b/cmake.spec index 536d5c6..5c1b0b6 100644 --- a/cmake.spec +++ b/cmake.spec @@ -11,7 +11,7 @@ Name: cmake Version: 3.22.0 -Release: 8 +Release: 9 Summary: Cross-platform make system License: BSD and MIT and zlib URL: http://www.cmake.org @@ -24,9 +24,8 @@ Source5: cmake.req Patch0: cmake-findruby.patch Patch1: cmake-fedora-flag_release.patch Patch2: cmake-mingw-dl.patch -%ifarch sw_64 -Patch3: cmake-3.22.0-sw.patch -%endif + +Patch1000: cmake-3.22.0-sw.patch BuildRequires: coreutils findutils gcc-c++ gcc-gfortran sed BuildRequires: emacs python3-devel pkgconfig(Qt5Widgets) desktop-file-utils @@ -237,6 +236,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %exclude %{_pkgdocdir}/Copyright.txt %changelog +* Sun Feb 18 2024 yangchenguang - 3.22.0-9 +- Use sw_64 support patch to all arch + * Fri Feb 2 2024 liyanan - 3.22.0-8 - Remove Windows_TemporaryKey.pfx -- Gitee