From 10980c140293e6999e2772a900e7aa193556be1a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 16 Apr 2019 12:10:56 -0700 Subject: [PATCH] Rebuild with Meson fix for #1699099 --- mutter.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutter.spec b/mutter.spec index 3d620e6..1818d0e 100644 --- a/mutter.spec +++ b/mutter.spec @@ -8,7 +8,7 @@ Name: mutter Version: 3.32.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Window and compositing manager based on Clutter License: GPLv2+ @@ -166,6 +166,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop %{_datadir}/mutter-%{mutter_api_version}/tests %changelog +* Tue Apr 16 2019 Adam Williamson - 3.32.0-3 +- Rebuild with Meson fix for #1699099 + * Mon Mar 25 2019 Adam Williamson - 3.32.0-2 - Backport work-around for hangul text input bug (rhbz#1632981)