From ec97b04c03f3c7f22eb5e5d15953e285daa9b450e6b54a3d382e8d0cc5c6bf30 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= <zaitor@opensuse.org>
Date: Thu, 20 Jul 2017 11:38:27 +0000
Subject: [PATCH 1/2] Accepting request 511581 from home:Zaitor

New stable release

OBS-URL: https://build.opensuse.org/request/show/511581
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=245
---
 mutter-3.24.3.tar.xz |  3 ---
 mutter-3.24.4.tar.xz |  3 +++
 mutter.changes       | 17 +++++++++++++++++
 mutter.spec          |  5 +++--
 4 files changed, 23 insertions(+), 5 deletions(-)
 delete mode 100644 mutter-3.24.3.tar.xz
 create mode 100644 mutter-3.24.4.tar.xz

diff --git a/mutter-3.24.3.tar.xz b/mutter-3.24.3.tar.xz
deleted file mode 100644
index 3986f19..0000000
--- a/mutter-3.24.3.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:51a453b60b727adb11dcf70ba21ce7b8dccb38256d39ae06a1177118d5bea504
-size 3580320
diff --git a/mutter-3.24.4.tar.xz b/mutter-3.24.4.tar.xz
new file mode 100644
index 0000000..cdcfb88
--- /dev/null
+++ b/mutter-3.24.4.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7300b3fbf1bd0f7fe25e4869dd37134f2127bb6d9b8aa3aadd0eaf3c8bbf9aea
+size 3583916
diff --git a/mutter.changes b/mutter.changes
index 749b2b0..6215a46 100644
--- a/mutter.changes
+++ b/mutter.changes
@@ -1,3 +1,20 @@
+-------------------------------------------------------------------
+Thu Jul 20 08:24:20 UTC 2017 - zaitor@opensuse.org
+
+- Update to version 3.24.4:
+  + Fix wacom cursor offset on wayland (bgo#784009).
+  + Do not throttle motion events on tablet tools (bgo#783535).
+  + Handle left-handed mode on pen/eraser devices (bgo#782027).
+  + Fix crash when decreasing number of workspaces (bgo#784223).
+  + Fix crash when moving across on-adjacent monitors (bgo#783630).
+  + Fix window moving/resizing via tablet tools (bgo#777333).
+  + Improve stability of tablet plugs/unplugs (bgo#784881).
+  + Implement tablet rings/strips configuration (bgo#782033).
+  + Support tablet wheel events on wayland (bgo#783716).
+  + Misc. bug fixes: bgo#784402, bgo#784867, bgo#781723.
+  + Updated translations.
+- Add pkgconfig(libudev) BuildRequires: New explicit dependency.
+
 -------------------------------------------------------------------
 Thu Jul  6 10:39:29 CEST 2017 - vliaskovitis@suse.com
 
diff --git a/mutter.spec b/mutter.spec
index 1f46b22..59ffd49 100644
--- a/mutter.spec
+++ b/mutter.spec
@@ -23,7 +23,7 @@
 %endif
 
 Name:           mutter
-Version:        3.24.3
+Version:        3.24.4
 Release:        0
 Summary:        Window and compositing manager based on Clutter
 License:        GPL-2.0+
@@ -61,6 +61,7 @@ BuildRequires:  pkgconfig(gtk+-3.0) >= 3.19.7
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libstartup-notification-1.0)
+BuildRequires:  pkgconfig(libudev) >= 136
 BuildRequires:  pkgconfig(libwacom)
 BuildRequires:  pkgconfig(pango) >= 1.2.0
 BuildRequires:  pkgconfig(upower-glib) >= 0.99.0
@@ -101,9 +102,9 @@ from Metacity.
 
 %package -n libmutter-0-0
 Summary:        Window and compositing manager based on Clutter
-Group:          System/Libraries
 # we need the gsettings schema; hopefully, they'll stay backwards compatible
 # (since we can't require = version, to not break SLPP)
+Group:          System/Libraries
 Requires:       %{name}-data >= %{version}
 Obsoletes:      libmutter0
 

From 393df725cb090bd659b9033af5a2028cf155b2c50abc9039488d9366fd30a5a5 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dimstar@opensuse.org>
Date: Fri, 21 Jul 2017 11:39:34 +0000
Subject: [PATCH 2/2] Accepting request 511808 from
 home:Zaitor:branches:GNOME:Factory

Add boo ref (see sr#511731)

OBS-URL: https://build.opensuse.org/request/show/511808
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=246
---
 mutter.changes | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mutter.changes b/mutter.changes
index 6215a46..6102e47 100644
--- a/mutter.changes
+++ b/mutter.changes
@@ -5,7 +5,8 @@ Thu Jul 20 08:24:20 UTC 2017 - zaitor@opensuse.org
   + Fix wacom cursor offset on wayland (bgo#784009).
   + Do not throttle motion events on tablet tools (bgo#783535).
   + Handle left-handed mode on pen/eraser devices (bgo#782027).
-  + Fix crash when decreasing number of workspaces (bgo#784223).
+  + Fix crash when decreasing number of workspaces (bgo#784223,
+    boo#1045440).
   + Fix crash when moving across on-adjacent monitors (bgo#783630).
   + Fix window moving/resizing via tablet tools (bgo#777333).
   + Improve stability of tablet plugs/unplugs (bgo#784881).