public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mamoru TASAKA <mtasaka@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/cryfs] rawhide: Support CMake 4.0
Date: Sat, 27 Jun 2026 13:07:26 GMT	[thread overview]
Message-ID: <178256564691.1.15849285189170806127.rpms-cryfs-a4548feb1cae@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-06-27 13:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178256564691.1.15849285189170806127.rpms-cryfs-a4548feb1cae@fedoraproject.org \
    --to=mtasaka@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox