public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cinnamon-control-center] rawhide: Update version minimums for 'libnm' and 'libnma' to match 'meson.build'
@ 2026-07-25 23:20 Michal Schorm
0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-25 23:20 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cinnamon-control-center
Branch : rawhide
Commit : b9b481680f7ebe764ba846f9809ab13e93ee8b94
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-25T15:55:51+02:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cinnamon-control-center/c/b9b481680f7ebe764ba846f9809ab13e93ee8b94?branch=rawhide
Log:
Update version minimums for 'libnm' and 'libnma' to match 'meson.build'
'meson.build' requires 'libnm >= 1.26' and 'libnma >= 1.8.36', but
the spec listed '>= 1.2.0' for both. Update to match the actual build
requirements so that a build against too-old versions fails early with
a clear error.
Upstream: https://github.com/linuxmint/cinnamon-control-center/blob/6.7.2-unstable/meson.build#L43-L44
Debian: https://github.com/linuxmint/cinnamon-control-center/blob/6.7.2-unstable/debian/control#L17-L18
Linux Mint's 'debian/control' still lists '>= 1.2.0' for both, so it
has the same stale minimums.
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/cinnamon-control-center.spec b/cinnamon-control-center.spec
index 747f444..85b6f1f 100644
--- a/cinnamon-control-center.spec
+++ b/cinnamon-control-center.spec
@@ -42,8 +42,8 @@ BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
BuildRequires: pkgconfig(gudev-1.0) >= 232
BuildRequires: pkgconfig(upower-glib) >= 0.99.8
BuildRequires: pkgconfig(xproto)
-BuildRequires: pkgconfig(libnm) >= 1.2.0
-BuildRequires: pkgconfig(libnma) >= 1.2.0
+BuildRequires: pkgconfig(libnm) >= 1.26
+BuildRequires: pkgconfig(libnma) >= 1.8.36
BuildRequires: pkgconfig(mm-glib) >= 0.7
BuildRequires: pkgconfig(colord)
BuildRequires: pkgconfig(libwacom)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-25 23:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-25 23:20 [rpms/cinnamon-control-center] rawhide: Update version minimums for 'libnm' and 'libnma' to match 'meson.build' Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox