diff --git a/_service b/_service
index 8c66bbd..3c98aae 100644
--- a/_service
+++ b/_service
@@ -2,9 +2,8 @@
git
https://gitlab.gnome.org/GNOME/mutter.git
- b5775e3d
- @PARENT_TAG@+@TAG_OFFSET@
- enable
+ refs/tags/3.34.1
+ @PARENT_TAG@
diff --git a/mutter-3.34.0+30.obscpio b/mutter-3.34.0+30.obscpio
deleted file mode 100644
index 11f2447..0000000
--- a/mutter-3.34.0+30.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:becf923b0c4a7d4888e4b5e9a09c3ea7ac5d160f5ae383414b3100d2e768508e
-size 25429517
diff --git a/mutter-3.34.1.obscpio b/mutter-3.34.1.obscpio
new file mode 100644
index 0000000..6df157e
--- /dev/null
+++ b/mutter-3.34.1.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:93babaf6c8f4fcaf0277992066f2dd5ef8e2d1ea182470144783129ce5476dcc
+size 25437197
diff --git a/mutter.changes b/mutter.changes
index 08d8fb1..ba20f06 100644
--- a/mutter.changes
+++ b/mutter.changes
@@ -1,3 +1,22 @@
+-------------------------------------------------------------------
+Wed Oct 9 09:38:35 UTC 2019 - Bjørn Lie
+
+- Update to version 3.34.1:
+ + Fix startup of X11 session services on wayland.
+ + Fix _NET_ACTIVE_WINDOW emission.
+ + Fix initial view perspective.
+ + Fix screenshots and window animations when scaled.
+ + Re-enable coredumps when capabilities are set.
+ + Fix scaling of DND surface actors.
+ + Optimize blitting of untransformed offscreen stage views.
+ + Fix freeze of pointer event delivery on X11.
+ + Fix scaling of stylus input coordinates with HiDPI.
+ + Fix memory leak when using implicit animations.
+ + Fix numlock state for native backend.
+ + Fixed crashes.
+ + Misc. bug fixes and cleanups.
+ + Updated translations.
+
-------------------------------------------------------------------
Thu Oct 3 10:17:28 UTC 2019 - Frederic Crozat
@@ -7,22 +26,25 @@ Thu Oct 3 10:17:28 UTC 2019 - Frederic Crozat
Sat Sep 21 17:08:50 UTC 2019 - bjorn.lie@gmail.com
- Update to version 3.34.0+30:
- * window-actor: Use surface coordinates for the fast path in get_image()
- * shaped-texture: Use surface coordinates in get_image()
- * shaped-texture: Declare that we inherit from GObject
- * window/surface-actor: Add docstrings
- * shaped-texture: Mark set the clip and return value nullable
- * clutter/actor: Cancel delayed timelines on removal
- * clutter/timeline: Don't emit ::paused signal on delayed timelines
- * clutter/timeline: Use a function to cancel the delay timeout
- * wayland/dma-buf: Handle zero modifiers from eglQueryDmaBufModifiersEXT
- * stage: Compute view perspective when parameters changed
- * build: Compile with `-ffloat-store` on x86 (32 bit)
- * kms-impl-device: Use portable formatting for 64-bit integers
- * output-kms: Use portable formatting for 64-bit integers
- * input-settings: Use portable formatting for 64-bit integers
- * clutter/stage-cogl: Use portable formatting for 64-bit integers
- * clutter/paint-node: Convert safely from pointer to integer
+ + window-actor: Use surface coordinates for the fast path in
+ get_image()
+ + shaped-texture: Use surface coordinates in get_image()
+ + shaped-texture: Declare that we inherit from GObject
+ + window/surface-actor: Add docstrings
+ + shaped-texture: Mark set the clip and return value nullable
+ + clutter/actor: Cancel delayed timelines on removal
+ + clutter/timeline: Don't emit ::paused signal on delayed
+ timelines
+ + clutter/timeline: Use a function to cancel the delay timeout
+ + wayland/dma-buf: Handle zero modifiers from
+ eglQueryDmaBufModifiersEXT
+ + stage: Compute view perspective when parameters changed
+ + build: Compile with `-ffloat-store` on x86 (32 bit)
+ + kms-impl-device: Use portable formatting for 64-bit integers
+ + output-kms: Use portable formatting for 64-bit integers
+ + input-settings: Use portable formatting for 64-bit integers
+ + clutter/stage-cogl: Use portable formatting for 64-bit integers
+ + clutter/paint-node: Convert safely from pointer to integer
-------------------------------------------------------------------
Tue Sep 17 09:06:26 UTC 2019 - bjorn.lie@gmail.com
diff --git a/mutter.obsinfo b/mutter.obsinfo
index e91f7bb..40db496 100644
--- a/mutter.obsinfo
+++ b/mutter.obsinfo
@@ -1,5 +1,5 @@
name: mutter
-version: 3.34.0+30
-mtime: 1568997775
-commit: b5775e3d85235418fc12c2024a54863d49acf02d
+version: 3.34.1
+mtime: 1570539328
+commit: 658c7414209d2546b8f2b535b22a8e6e55b5a705
diff --git a/mutter.spec b/mutter.spec
index 4a7d93a..4d515b9 100644
--- a/mutter.spec
+++ b/mutter.spec
@@ -23,7 +23,7 @@
%define api_minor 0
%define libmutter libmutter-%{api_major}-%{api_minor}
Name: mutter
-Version: 3.34.0+30
+Version: 3.34.1
Release: 0
Summary: Window and compositing manager based on Clutter
License: GPL-2.0-or-later