public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/akonadi] rawhide: Fix rhbz#2381174, FTBFS with cmake 4
@ 2026-06-19 17:10 Than Ngo
0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-06-19 17:10 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/akonadi
Branch : rawhide
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=rawhide
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-19 17:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-19 17:10 [rpms/akonadi] rawhide: Fix rhbz#2381174, FTBFS with cmake 4 Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox