public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Leigh Scott <leigh123linux@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cinnamon-desktop] rawhide: Update to 6.7.2-unstable
Date: Thu, 02 Jul 2026 13:22:39 GMT	[thread overview]
Message-ID: <178299855915.1.1793871555757816261.rpms-cinnamon-desktop-2085a96f2058@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/cinnamon-desktop
Branch : rawhide
Commit : 2085a96f20589e0f9f5a0e7ca8d579cd36b0501e
Author : Leigh Scott <leigh123linux@gmail.com>
Date   : 2026-07-02T14:22:27+01:00
Stats  : +7/-35 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/cinnamon-desktop/c/2085a96f20589e0f9f5a0e7ca8d579cd36b0501e?branch=rawhide

Log:
Update to 6.7.2-unstable

---
diff --git a/cinnamon-desktop-bwrap.patch b/cinnamon-desktop-bwrap.patch
deleted file mode 100644
index 4ba68f7..0000000
--- a/cinnamon-desktop-bwrap.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 95fda62d0f0fb54e191d549f59b9ea6745f54be8 Mon Sep 17 00:00:00 2001
-From: Leigh Scott <leigh123linux@gmail.com>
-Date: Sat, 23 May 2026 10:08:12 +0100
-Subject: [PATCH] Fix build for non seccomp arches
-
----
- meson.build | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 8c41e93..5c86d8d 100644
---- a/meson.build
-+++ b/meson.build
-@@ -49,6 +49,7 @@ udev    = dependency('libudev')
- # Only x86_64 and aarch64 have a seccomp_extra_arches table in
- # gnome-desktop-thumbnail-script.c, so refuse the option elsewhere.
- bwrap_opt = get_option('bubblewrap')
-+bwrap_arch_ok = host_machine.cpu_family() in ['x86_64', 'aarch64']
- if host_machine.cpu_family() not in ['x86_64', 'aarch64']
-   if bwrap_opt.enabled()
-     error('bubblewrap sandbox is not supported on @0@'.format(host_machine.cpu_family()))
-@@ -57,7 +58,7 @@ if host_machine.cpu_family() not in ['x86_64', 'aarch64']
- endif
- seccomp = dependency('libseccomp', required: bwrap_opt)
- fontconfig = dependency('fontconfig', required: bwrap_opt)
--have_bwrap = seccomp.found() and fontconfig.found()
-+have_bwrap = bwrap_arch_ok and not bwrap_opt.disabled() and seccomp.found() and fontconfig.found()
- 
- cinnamon_deps = [
-   gdk_pixb,

diff --git a/cinnamon-desktop.spec b/cinnamon-desktop.spec
index f21f7fa..b733f92 100644
--- a/cinnamon-desktop.spec
+++ b/cinnamon-desktop.spec
@@ -2,12 +2,12 @@
 %global glib2_version    2.37.3
 %global po_package       cinnamon-desktop-3.0
 
-%global upstream_version 6.7.1-unstable
+%global upstream_version 6.7.2-unstable
 
 Summary: Shared code among cinnamon-session, nemo, etc
 Name:    cinnamon-desktop
-Version: 6.7.1^unstable
-Release: 2%{?dist}
+Version: 6.7.2^unstable
+Release: 1%{?dist}
 License: GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT
 URL:     https://github.com/linuxmint/%{name}
 Source0: %url/archive/%{upstream_version}/%{name}-%{upstream_version}.tar.gz
@@ -16,7 +16,6 @@ Source1: x-cinnamon-mimeapps.list
 ExcludeArch: %{ix86}
 
 Patch0:   set_font_defaults.patch
-Patch1:   %url/pull/272.patch#/cinnamon-desktop-bwrap.patch
 
 Requires: redhat-menus
 
@@ -98,6 +97,9 @@ install -m 644 %SOURCE1 %buildroot%{_datadir}/applications/x-cinnamon-mimeapps.l
 %{_datadir}/gir-1.0/C*.gir
 
 %changelog
+* Thu Jul 02 2026 Leigh Scott <leigh123linux@gmail.com> - 6.7.2^unstable-1
+- Update to 6.7.2-unstable
+
 * Sat May 23 2026 Leigh Scott <leigh123linux@gmail.com> - 6.7.1^unstable-2
 - Enable alsa
 

diff --git a/sources b/sources
index d6eea16..2782f8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cinnamon-desktop-6.7.1-unstable.tar.gz) = 5101e096003687376a53404c7d68571693728a6912512fcab52d90c013e04954c02015cb761b341926bc83e49cbed11790c07d34eeb115caa34d1a8d7598e2fe
+SHA512 (cinnamon-desktop-6.7.2-unstable.tar.gz) = c4d1c561f23ceaab8057c68c4d5fede590770e8e90e27ca4bbcb5eff0660cbf7f2ff1464d1dcd2fdea003b1308f2462bfc3f4aa62ae7c3dd3f8d38be9f2e2d3b

                 reply	other threads:[~2026-07-02 13:22 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=178299855915.1.1793871555757816261.rpms-cinnamon-desktop-2085a96f2058@fedoraproject.org \
    --to=leigh123linux@gmail.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