public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/muffin] rawhide: Update to 6.7.2-unstable
@ 2026-06-17  8:29 Leigh Scott
  0 siblings, 0 replies; only message in thread
From: Leigh Scott @ 2026-06-17  8:29 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-17  8:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-17  8:29 [rpms/muffin] rawhide: Update to 6.7.2-unstable Leigh Scott

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