public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/dolphin] f43: Add version constraint for KF6BalooWidgets
Date: Tue, 23 Jun 2026 17:50:28 GMT [thread overview]
Message-ID: <178223702802.1.15493581343417120940.rpms-dolphin-f15f9ce78680@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/dolphin
Branch : f43
Commit : f15f9ce78680bcd6f17614021130621c5f1624d2
Author : Timothée Ravier <tim@siosm.fr>
Date : 2026-05-18T14:54:11+02:00
Stats : +7/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/dolphin/c/f15f9ce78680bcd6f17614021130621c5f1624d2?branch=f43
Log:
Add version constraint for KF6BalooWidgets
The version of KF6BalooWidgets must match Dolphin's version as both are
part of Gear. Thus add a constraint to make sure we fail the build if
that's not the case. Use the major.minor.patch macros to not fail the
build for hotfixes.
---
diff --git a/dolphin.spec b/dolphin.spec
index 9ceab0b..f3eb65c 100644
--- a/dolphin.spec
+++ b/dolphin.spec
@@ -3,7 +3,7 @@
Name: dolphin
Summary: KDE File Manager
Version: 26.04.1
-Release: 2%{?dist}
+Release: 3%{?dist}
License: BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
URL: https://invent.kde.org/system/dolphin
@@ -19,7 +19,9 @@ BuildRequires: extra-cmake-modules
BuildRequires: kf6-rpm-macros
BuildRequires: cmake(KF6Baloo)
-BuildRequires: cmake(KF6BalooWidgets)
+# baloo-widget is part of Gear like Dolphin thus both versions need to match.
+# We use the major.minor.patch macros to not fail the build on hotfix releases.
+BuildRequires: cmake(KF6BalooWidgets) >= %{maj_ver_kf6}.%{min_ver_kf6}.%{bug_ver_kf6}
BuildRequires: cmake(KF6Bookmarks)
BuildRequires: cmake(KF6Codecs)
BuildRequires: cmake(KF6Completion)
@@ -163,6 +165,9 @@ xvfb-run -a bash -c "%ctest" || :
%changelog
+* Mon May 18 2026 Timothée Ravier <tim@siosm.fr> - 26.04.1-3
+- Add version constraint for KF6BalooWidgets
+
* Mon May 18 2026 Timothée Ravier <tim@siosm.fr> - 26.04.1-2
- Rebuild to use a matching version for KF6BalooWidgets (part of Gear)
reply other threads:[~2026-06-23 17:50 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=178223702802.1.15493581343417120940.rpms-dolphin-f15f9ce78680@fedoraproject.org \
--to=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