diff --git a/gnome-settings-daemon-3.10.0.tar.xz b/gnome-settings-daemon-3.10.0.tar.xz
deleted file mode 100644
index 0247dcf..0000000
--- a/gnome-settings-daemon-3.10.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:9b9fb21603b28f080de16a96986269f3a6b61bbbcc4dda0272159aa3e4d67005
-size 1647248
diff --git a/gnome-settings-daemon-3.10.1.tar.xz b/gnome-settings-daemon-3.10.1.tar.xz
new file mode 100644
index 0000000..01e9fdf
--- /dev/null
+++ b/gnome-settings-daemon-3.10.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a97b202ad22d68cc17100f0770b9a72c08c95b67f03299cbe5d6dcda0d909b31
+size 1648532
diff --git a/gnome-settings-daemon-bnc462640-mute-action.patch b/gnome-settings-daemon-bnc462640-mute-action.patch
index d80d117..a2338ab 100644
--- a/gnome-settings-daemon-bnc462640-mute-action.patch
+++ b/gnome-settings-daemon-bnc462640-mute-action.patch
@@ -2,7 +2,7 @@ Index: plugins/media-keys/gsd-media-keys-manager.c
===================================================================
--- plugins/media-keys/gsd-media-keys-manager.c.orig
+++ plugins/media-keys/gsd-media-keys-manager.c
-@@ -1187,6 +1187,7 @@ do_sound_action (GsdMediaKeysManager *ma
+@@ -1211,6 +1211,7 @@ do_sound_action (GsdMediaKeysManager *ma
{
GvcMixerStream *stream;
gboolean old_muted, new_muted;
@@ -10,7 +10,7 @@ Index: plugins/media-keys/gsd-media-keys-manager.c
guint old_vol, new_vol, norm_vol_step;
gboolean sound_changed;
-@@ -1215,7 +1216,11 @@ do_sound_action (GsdMediaKeysManager *ma
+@@ -1239,7 +1240,11 @@ do_sound_action (GsdMediaKeysManager *ma
switch (type) {
case MUTE_KEY:
@@ -39,9 +39,9 @@ Index: data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in
===================================================================
--- data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in.orig
+++ data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in
-@@ -175,6 +175,11 @@
- <_summary>Magnifier zoom out
- <_description>Binding for the magnifier to zoom out
+@@ -185,6 +185,11 @@
+ Maximum length of screen recordings
+ The maximum length of single screen cast recordings in seconds or 0 for unlimited
+
+ true
diff --git a/gnome-settings-daemon.changes b/gnome-settings-daemon.changes
index 6e699c7..cb04765 100644
--- a/gnome-settings-daemon.changes
+++ b/gnome-settings-daemon.changes
@@ -1,3 +1,37 @@
+-------------------------------------------------------------------
+Wed Oct 16 06:48:08 UTC 2013 - dimstar@opensuse.org
+
+- Update to version 3.10.1:
+ + Several small cleanups and memory leak fixes.
+ + Housekeeping: Do not scan the cache directories if not needed.
+ + Keyboard: Don't set the XKB group switching option when not
+ needed.
+ + Media-keys: Use a gsettings key for the maximum screencast
+ length.
+ + Mouse: Enable edge scrolling if two-finger scroll is
+ unavailable (this time for good) (bnc#845641).
+ + Power:
+ - Add test case for lack of warning on startup.
+ - Fix notifications not showing on critical battery.
+ - Fix warning when keyboard backlight isn't available.
+ - Never show a mouse as the status icon.
+ + Updates:
+ - Add a 'Not Now' button to the distribution upgrade
+ notification.
+ - Do not show multiple notifications when updates are
+ available.
+ - Raise PackageKit dependency to 0.8.1 to avoid complexity.
+ + Wacom:
+ - Fix a couple of crashes.
+ - Fix default area ordering.
+ - Fix failure to get area with the cursor device.
+ - Implement resetting the tablet area to default.
+ - Make OSD work again.
+ - Remove Tablet PC setting as we don't have UI for it.
+ + XRandR: Don't save the temporary configurations generated by
+ rotate buttons or FN+F7.
+- Rebase gnome-settings-daemon-bnc462640-mute-action.patch.
+
-------------------------------------------------------------------
Fri Sep 27 09:58:04 UTC 2013 - dimstar@opensuse.org
diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec
index df2e81b..823b1bc 100644
--- a/gnome-settings-daemon.spec
+++ b/gnome-settings-daemon.spec
@@ -34,7 +34,7 @@
%endif
Name: gnome-settings-daemon
-Version: 3.10.0
+Version: 3.10.1
Release: 0
Summary: Settings daemon for the GNOME desktop
License: GPL-2.0+
@@ -89,7 +89,7 @@ BuildRequires: pkgconfig(libwacom) >= 0.7
BuildRequires: pkgconfig(xorg-wacom)
%endif
BuildRequires: pkgconfig(nss)
-BuildRequires: pkgconfig(packagekit-glib2) >= 0.7.4
+BuildRequires: pkgconfig(packagekit-glib2) >= 0.8.1
BuildRequires: pkgconfig(pango) >= 1.20.0
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
BuildRequires: pkgconfig(upower-glib) >= 0.9.11