]> git.pld-linux.org Git - packages/cmake.git/blobdiff - cmake.spec
globally disable completness check
[packages/cmake.git] / cmake.spec
index 3bcf0f6d50ef8ccf76565f466ae64a4d9c4b0af7..cb92b16a616708e532e06518fd14188a830527fb 100644 (file)
 Summary:       Cross-platform, open-source make system
 Summary(pl.UTF-8):     Wieloplatformowy system make o otwartych źródłach
 Name:          cmake
-Version:       3.23.1
+Version:       3.24.1
 Release:       2
 License:       BSD
 Group:         Development/Building
-Source0:       https://cmake.org/files/v3.23/%{name}-%{version}.tar.gz
-# Source0-md5: b0d46fdcca030372f0a464146243e193
+Source0:       https://cmake.org/files/v3.24/%{name}-%{version}.tar.gz
+# Source0-md5: 3360abcd5576dc028204cd4583e6d4e9
 Patch0:                %{name}-lib64.patch
 Patch1:                %{name}-libx32.patch
 Patch2:                %{name}-jni.patch
 Patch3:                %{name}-findruby.patch
 Patch4:                %{name}-findruby2.patch
+Patch5:                disable-completness-check.patch
 URL:           https://cmake.org/
 # system zlib,bzip2,xz,zstd used only when without system libarchive
 %if %{with gui}
@@ -136,6 +137,7 @@ Bashowe dopełnianie parametrów dla cmake'a.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+bash(\s|$),#!/bin/bash\1,' \
       Modules/Compiler/XL-Fortran/cpp
This page took 0.108329 seconds and 4 git commands to generate.