From e13fe93f911c4defed489c54ece7f7a1e1117e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 10 Mar 2017 14:22:03 +0100 Subject: [PATCH] Apply startup-notification hack again Commit d38870577f94 accidentally dropped the patch when it was renumbered to match a commented out patch. --- mutter.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mutter.spec b/mutter.spec index 40783e5..b6e2092 100644 --- a/mutter.spec +++ b/mutter.spec @@ -5,7 +5,7 @@ Name: mutter Version: 3.23.91 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Window and compositing manager based on Clutter License: GPLv2+ @@ -114,7 +114,7 @@ the functionality of the installed %{name} package. %prep %setup -q -#patch0 -p1 +%patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 @@ -190,6 +190,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/mutter/tests %changelog +* Fri Mar 10 2017 Florian Müllner - 3.23.91-4 +- Apply startup-notification hack again + * Tue Mar 07 2017 Adam Williamson - 3.23.91-3 - Backport more color fixes, should really fix BGO #779234, RHBZ #1428559