public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cinnamon-settings-daemon] rawhide: Add version constraint to 'pkgconfig(libnotify)': >= 0.7.3
@ 2026-07-25 17:52 Michal Schorm
  0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-25 17:52 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/cinnamon-settings-daemon
            Branch : rawhide
            Commit : 7b340868c83bae51656de523b47ed907c177d7e7
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-25T15:58:37+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/cinnamon-settings-daemon/c/7b340868c83bae51656de523b47ed907c177d7e7?branch=rawhide

            Log:
            Add version constraint to 'pkgconfig(libnotify)': >= 0.7.3

'meson.build' line 56: dependency('libnotify', version: '>= 0.7.3')
https://github.com/linuxmint/cinnamon-settings-daemon/blob/6.7.2-unstable/meson.build#L56
The spec had no version constraint.

Linux Mint 'debian/control' line 20 uses '>= 0.7.0' (divergence: LM carries
an older minimum; upstream 'meson.build' is authoritative).
https://github.com/linuxmint/cinnamon-settings-daemon/blob/6.7.2-unstable/debian/control#L20

Co-Authored-By: Claude AI <noreply@anthropic.com>

---
diff --git a/cinnamon-settings-daemon.spec b/cinnamon-settings-daemon.spec
index f5e635f..4a23559 100644
--- a/cinnamon-settings-daemon.spec
+++ b/cinnamon-settings-daemon.spec
@@ -34,7 +34,7 @@ BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
 BuildRequires:  pkgconfig(gtk-layer-shell-0)
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(wayland-client)
-BuildRequires:  pkgconfig(libnotify)
+BuildRequires:  pkgconfig(libnotify) >= 0.7.3
 BuildRequires:  pkgconfig(pango) >= 1.20.0
 BuildRequires:  pkgconfig(polkit-gobject-1) >= 0.97
 BuildRequires:  pkgconfig(libpulse) >= 0.9.16

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-25 17:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-25 17:52 [rpms/cinnamon-settings-daemon] rawhide: Add version constraint to 'pkgconfig(libnotify)': >= 0.7.3 Michal Schorm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox