Hello community,
here is the log from the commit of package gnome-settings-daemon for
openSUSE:Factory checked in at 2015-11-15 12:46:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-settings-daemon (Old)
and /work/SRC/openSUSE:Factory/.gnome-settings-daemon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-settings-daemon"
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-settings-daemon/gnome-settings-daemon.changes
2015-10-25 19:12:45.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.gnome-settings-daemon.new/gnome-settings-daemon.changes
2015-11-15 12:46:09.000000000 +0100
@@ -1,0 +2,15 @@
+Tue Nov 10 16:00:08 UTC 2015 - [email protected]
+
+- Update to version 3.18.2:
+ + Media keys: Re-add configuration for the power button, except
+ for tablets and virtual machines which have hard-coded
+ defaults.
+ + Wacom: Fix application of left-handed mode and keep-aspect
+ setting.
+ + XSettings:
+ - Export cursor theme.
+ - Fix possible crasher when disabling the plugin.
+ + Updated translations.
+- Rebase gnome-settings-daemon-notify-idle-resumed.patch.
+
+-------------------------------------------------------------------
Old:
----
gnome-settings-daemon-3.18.1.tar.xz
New:
----
gnome-settings-daemon-3.18.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-settings-daemon.spec ++++++
--- /var/tmp/diff_new_pack.AKPRf8/_old 2015-11-15 12:46:10.000000000 +0100
+++ /var/tmp/diff_new_pack.AKPRf8/_new 2015-11-15 12:46:10.000000000 +0100
@@ -30,7 +30,7 @@
%endif
Name: gnome-settings-daemon
-Version: 3.18.1
+Version: 3.18.2
Release: 0
Summary: Settings daemon for the GNOME desktop
License: GPL-2.0+
++++++ gnome-settings-daemon-3.18.1.tar.xz ->
gnome-settings-daemon-3.18.2.tar.xz ++++++
++++ 1881 lines of diff (skipped)
++++++ gnome-settings-daemon-notify-idle-resumed.patch ++++++
--- /var/tmp/diff_new_pack.AKPRf8/_old 2015-11-15 12:46:11.000000000 +0100
+++ /var/tmp/diff_new_pack.AKPRf8/_new 2015-11-15 12:46:11.000000000 +0100
@@ -1,10 +1,10 @@
-Index:
gnome-settings-daemon-3.17.2/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
+Index:
gnome-settings-daemon-3.18.2/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
===================================================================
----
gnome-settings-daemon-3.17.2.orig/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
-+++
gnome-settings-daemon-3.17.2/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
-@@ -66,5 +66,10 @@
- <summary>Enable the ALS sensor</summary>
- <description>If the ambient light sensor functionality is
enabled.</description>
+---
gnome-settings-daemon-3.18.2.orig/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
++++
gnome-settings-daemon-3.18.2/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
+@@ -50,5 +50,10 @@
+ <summary>Power button action</summary>
+ <description>The action to take when the system power button is
pressed. This action is hard-coded (and the setting ignored) on virtual
machines (power off) and tablets (suspend).</description>
</key>
+ <key name="notify-idle-resumed" type="b">
+ <default>true</default>
@@ -13,10 +13,10 @@
+ </key>
</schema>
</schemalist>
-Index: gnome-settings-daemon-3.17.2/plugins/power/gsd-power-manager.c
+Index: gnome-settings-daemon-3.18.2/plugins/power/gsd-power-manager.c
===================================================================
---- gnome-settings-daemon-3.17.2.orig/plugins/power/gsd-power-manager.c
-+++ gnome-settings-daemon-3.17.2/plugins/power/gsd-power-manager.c
+--- gnome-settings-daemon-3.18.2.orig/plugins/power/gsd-power-manager.c
++++ gnome-settings-daemon-3.18.2/plugins/power/gsd-power-manager.c
@@ -148,6 +148,7 @@ struct GsdPowerManagerPrivate
NotifyNotification *notification_ups_discharging;
NotifyNotification *notification_low;