public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cinnamon-control-center] rawhide: Add missing version constraints for 'colord' and 'libwacom'
@ 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 : ab8fd7cc5cdca8881f4f8e6c700ab01ec22e6112
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-26T00:50:55+02:00
            Stats  : +2/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/cinnamon-control-center/c/ab8fd7cc5cdca8881f4f8e6c700ab01ec22e6112?branch=rawhide

            Log:
            Add missing version constraints for 'colord' and 'libwacom'

'meson.build' requires 'colord >= 0.1.14' and 'libwacom >= 0.7', but
the spec listed both without version constraints. Add them so that
a build against too-old versions fails early.

Upstream: https://github.com/linuxmint/cinnamon-control-center/blob/6.7.2-unstable/meson.build#L68
          https://github.com/linuxmint/cinnamon-control-center/blob/6.7.2-unstable/meson.build#L76
Debian:  https://github.com/linuxmint/cinnamon-control-center/blob/6.7.2-unstable/debian/control#L12
         https://github.com/linuxmint/cinnamon-control-center/blob/6.7.2-unstable/debian/control#L23

Linux Mint's 'debian/control' lists 'libcolord-dev' without a version
constraint (same gap) and 'libwacom-dev >= 0.4' (lower than what
'meson.build' actually requires).

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

---
diff --git a/cinnamon-control-center.spec b/cinnamon-control-center.spec
index 85b6f1f..8aa64e9 100644
--- a/cinnamon-control-center.spec
+++ b/cinnamon-control-center.spec
@@ -45,8 +45,8 @@ BuildRequires: pkgconfig(xproto)
 BuildRequires: pkgconfig(libnm) >= 1.26
 BuildRequires: pkgconfig(libnma) >= 1.8.36
 BuildRequires: pkgconfig(mm-glib) >= 0.7
-BuildRequires: pkgconfig(colord)
-BuildRequires: pkgconfig(libwacom)
+BuildRequires: pkgconfig(colord) >= 0.1.14
+BuildRequires: pkgconfig(libwacom) >= 0.7
 BuildRequires: pkgconfig(xi) >= 1.2
 
 %description

^ 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: Add missing version constraints for 'colord' and 'libwacom' Michal Schorm

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