public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cinnamon-settings-daemon] rawhide: Fix 'upower-glib' version minimum: 0.9.11 -> 0.99.11
@ 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 : 14bdacbfc6b83c4e1c0e7681014b41154ca13ecc
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-25T15:58:21+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/cinnamon-settings-daemon/c/14bdacbfc6b83c4e1c0e7681014b41154ca13ecc?branch=rawhide

            Log:
            Fix 'upower-glib' version minimum: 0.9.11 -> 0.99.11

Spec said '>= 0.9.11' but 'meson.build' line 59 requires '>= 0.99.11'.
https://github.com/linuxmint/cinnamon-settings-daemon/blob/6.7.2-unstable/meson.build#L59
Likely a typo from a past update that dropped a '9'.

Linux Mint 'debian/control' line 26 also uses '>= 0.99.11'.
https://github.com/linuxmint/cinnamon-settings-daemon/blob/6.7.2-unstable/debian/control#L26

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

---
diff --git a/cinnamon-settings-daemon.spec b/cinnamon-settings-daemon.spec
index ee5a025..5e81a9d 100644
--- a/cinnamon-settings-daemon.spec
+++ b/cinnamon-settings-daemon.spec
@@ -39,7 +39,7 @@ BuildRequires:  pkgconfig(kbproto)
 BuildRequires:  pkgconfig(pango) >= 1.20.0
 BuildRequires:  pkgconfig(polkit-gobject-1) >= 0.97
 BuildRequires:  pkgconfig(libpulse) >= 0.9.16
-BuildRequires:  pkgconfig(upower-glib) >= 0.9.11
+BuildRequires:  pkgconfig(upower-glib) >= 0.99.11
 %ifnarch s390 s390x %{?rhel:ppc ppc64}
 BuildRequires:  pkgconfig(libwacom) >= 0.7
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.36.2

^ 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: Fix 'upower-glib' version minimum: 0.9.11 -> 0.99.11 Michal Schorm

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