public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@than-thinkpadt470s.stuttmso.csb>
To: git-commits@fedoraproject.org
Subject: [rpms/akonadi] f44:  Fix rhbz#2381174, FTBFS with cmake 4
Date: Fri, 19 Jun 2026 17:15:43 GMT	[thread overview]
Message-ID: <178188934300.1.2407703618762391977.rpms-akonadi-48a0e3204df2@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/akonadi
Branch : f44
Commit : 48a0e3204df2fbd7e72bf579700231df1046f2d5
Author : Than Ngo <than@than-thinkpadt470s.stuttmso.csb>
Date   : 2026-06-19T19:09:53+02:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/akonadi/c/48a0e3204df2fbd7e72bf579700231df1046f2d5?branch=f44

Log:
Fix rhbz#2381174, FTBFS with cmake 4

---
diff --git a/akonadi.spec b/akonadi.spec
index 669d3c5..4c22899 100644
--- a/akonadi.spec
+++ b/akonadi.spec
@@ -10,7 +10,7 @@
 Summary: PIM Storage Service Libraries
 Name:    akonadi
 Version: 1.13.0
-Release: 131%{?dist}
+Release: 132%{?dist}
 
 License: LGPL-2.0-or-later
 URL:     http://community.kde.org/KDE_PIM/Akonadi 
@@ -78,7 +78,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
 
 
 %build
-%cmake -DCMAKE_BUILD_TYPE:STRING="Release"
+%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DCMAKE_BUILD_TYPE:STRING="Release"
 %cmake_build
 
 
@@ -110,6 +110,9 @@ test "$(pkg-config --modversion akonadi)" = "%{version}"
 
 
 %changelog
+* Fri Jun 19 2026 Than Ngo <than@redhat.com> - 1.13.0-132
+- Fix rhbz#2381174, FTBFS with cmake 4
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.0-131
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

                 reply	other threads:[~2026-06-19 17:15 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=178188934300.1.2407703618762391977.rpms-akonadi-48a0e3204df2@fedoraproject.org \
    --to=than@than-thinkpadt470s.stuttmso.csb \
    --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