public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cryfs] rawhide: Support CMake 4.0
@ 2026-06-27 13:07 Mamoru TASAKA
0 siblings, 0 replies; only message in thread
From: Mamoru TASAKA @ 2026-06-27 13:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cryfs
Branch : rawhide
Commit : a4548feb1cae0d7a1b751bd6b5e3cb0c7428b10c
Author : Mamoru TASAKA <mtasaka@fedoraproject.org>
Date : 2026-06-27T22:07:14+09:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cryfs/c/a4548feb1cae0d7a1b751bd6b5e3cb0c7428b10c?branch=rawhide
Log:
Support CMake 4.0
---
diff --git a/cryfs.spec b/cryfs.spec
index 5b8a9f8..95a37ab 100644
--- a/cryfs.spec
+++ b/cryfs.spec
@@ -3,7 +3,7 @@
Name: cryfs
Version: 0.11.3
-Release: 17%{?dist}
+Release: 18%{?dist}
Summary: Cryptographic filesystem for the cloud
# Automatically converted from old format: LGPLv3 - review is highly recommended.
License: LGPL-3.0-only
@@ -47,6 +47,10 @@ base directory, which can then be synchronized to remote storage
%prep
%autosetup -p1
+# Support CMake 4.0
+sed -i CMakeLists.txt -e '\@cmake_policy.*CMP0065@s|^|#|'
+sed -i vendor/cryptopp/vendor_cryptopp/CMakeLists.txt \
+ -e '\@cmake_minimum_required@s|2.8.6|3.5|'
%build
%cmake \
@@ -72,6 +76,9 @@ base directory, which can then be synchronized to remote storage
%{_mandir}/man1/%{name}.1.*
%changelog
+* Sat Jun 27 2026 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.11.3-18
+- Support CMake 4.0
+
* Thu Jun 25 2026 František Zatloukal <fzatlouk@redhat.com> - 0.11.3-17
- Rebuilt for fmt/spdlog
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-27 13:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-27 13:07 [rpms/cryfs] rawhide: Support CMake 4.0 Mamoru TASAKA
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox