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/muffin] rawhide: Update to 6.7.2-unstable
Date: Wed, 17 Jun 2026 08:29:55 GMT	[thread overview]
Message-ID: <178168499530.1.14085072317178565779.rpms-muffin-7bf5492db569@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/muffin
Branch : rawhide
Commit : 7bf5492db56917b1a22530ab38c6304ce4242dd2
Author : Leigh Scott <leigh123linux@gmail.com>
Date   : 2026-06-17T09:29:41+01:00
Stats  : +7/-40 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/muffin/c/7bf5492db56917b1a22530ab38c6304ce4242dd2?branch=rawhide

Log:
Update to 6.7.2-unstable

---
diff --git a/babfe8a9e1312bb98562fcedae5142937f70d414.patch b/babfe8a9e1312bb98562fcedae5142937f70d414.patch
deleted file mode 100644
index 0654e0e..0000000
--- a/babfe8a9e1312bb98562fcedae5142937f70d414.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From babfe8a9e1312bb98562fcedae5142937f70d414 Mon Sep 17 00:00:00 2001
-From: Michael Webster <miketwebster@gmail.com>
-Date: Mon, 1 Jun 2026 20:41:04 -0400
-Subject: [PATCH] compositor.c (x11): Sink the background actors to the bottom
- of the window_group when adding them.
-
-Prior to 3f763658 (wlr-layer-shell support) we created background
-actors once at Cinnamon startup, and they never needed restacking.
-
-Now their creation is deferred until the monitor manager is
-initialized, which may be after other windows have been added to
-the group (like nemo-desktop), so we need to make sure they get
-sent to the bottom.
----
- src/compositor/compositor.c | 7 +++++++
- 1 file changed, 7 insertions(+)
-
-diff --git a/src/compositor/compositor.c b/src/compositor/compositor.c
-index 52479b0b4..a9a1ddfb0 100644
---- a/src/compositor/compositor.c
-+++ b/src/compositor/compositor.c
-@@ -607,6 +607,13 @@ rebuild_x11_background_actors (MetaCompositor *compositor)
-       clutter_actor_set_size (actor, rect.width, rect.height);
- 
-       clutter_actor_add_child (priv->window_group, actor);
-+
-+      /* add_child() stacks the actor at the top of the window group.  On a
-+       * monitors-changed rebuild that leaves the new background above the
-+       * desktop windows (bottom_window_group) until the next restack.
-+       * Sink it to the bottom where backgrounds belong. */
-+      clutter_actor_set_child_below_sibling (priv->window_group, actor, NULL);
-+
-       priv->background_actors = g_list_append (priv->background_actors, actor);
-     }
- }

diff --git a/muffin.spec b/muffin.spec
index ff40ac5..42a4416 100644
--- a/muffin.spec
+++ b/muffin.spec
@@ -1,8 +1,8 @@
-%global upstream_version 6.7.1-unstable
+%global upstream_version 6.7.2-unstable
 
 Name:          muffin
-Version:       6.7.1^unstable
-Release:       2%{?dist}
+Version:       6.7.2^unstable
+Release:       1%{?dist}
 Summary:       Window and compositing manager based on Clutter
 
 # Automatically converted from old format: GPLv2+ - review is highly recommended.
@@ -10,7 +10,6 @@ License:       GPL-2.0-or-later
 URL:           https://github.com/linuxmint/%{name}
 Source0:       %url/archive/%{upstream_version}/%{name}-%{upstream_version}.tar.gz
 Patch0:        0001-Wayland-Fix-nvidia-refresh-rate-when-running-nvidia-.patch
-Patch1:        %url/commit/babfe8a9e1312bb98562fcedae5142937f70d414.patch
 
 ExcludeArch:   %{ix86}
 
@@ -133,6 +132,9 @@ rm -rf %{buildroot}%{_datadir}/applications/
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Jun 17 2026 Leigh Scott <leigh123linux@gmail.com> - 6.7.2^unstable-1
+- Update to 6.7.2-unstable
+
 * Tue Jun 02 2026 Leigh Scott <leigh123linux@gmail.com> - 6.7.1^unstable-2
 - Add patch to fix desktop stacking issue
 

diff --git a/sources b/sources
index 4779202..de1b6da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (muffin-6.7.1-unstable.tar.gz) = 7cc3502a36adff8de320d15ad446df558bb8e720f0b9903d48d6c261a235e31834cbe63940017dcbff9fb600cbc3a3483ef43304c140252392921cf1dd8f46c2
+SHA512 (muffin-6.7.2-unstable.tar.gz) = 6958d20d23639fc86355d570231f5cc91c5fd9346d78db75af064f878b41527dc2d4a5e0ee7290a61d4a05e760c253ddb25bc706b05384155eaa82d9c8e9f44d

                 reply	other threads:[~2026-06-17  8:29 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=178168499530.1.14085072317178565779.rpms-muffin-7bf5492db569@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