public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schorm <mschorm@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cinnamon-settings-daemon] rawhide: Fix 'upower-glib' version minimum: 0.9.11 -> 0.99.11
Date: Sat, 25 Jul 2026 17:52:05 GMT	[thread overview]
Message-ID: <178500192521.1.1771331394449922586.rpms-cinnamon-settings-daemon-14bdacbfc6b8@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-25 17:52 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=178500192521.1.1771331394449922586.rpms-cinnamon-settings-daemon-14bdacbfc6b8@fedoraproject.org \
    --to=mschorm@redhat.com \
    --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