From 5fca2fe8af691e86075631f3aa5a24b05664490443c5a7803614d33c43239e02 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 21 Mar 2012 09:08:39 +0000 Subject: [PATCH] Accepting request 110061 from home:Zaitor:branches:GNOME:Factory Update to version 3.3.92 - yes I know, huge changes entry... OBS-URL: https://build.opensuse.org/request/show/110061 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=129 --- gnome-settings-daemon-3.3.91.tar.xz | 3 -- gnome-settings-daemon-3.3.92.tar.xz | 3 ++ gnome-settings-daemon.changes | 53 +++++++++++++++++++++++++++++ gnome-settings-daemon.spec | 4 +-- 4 files changed, 58 insertions(+), 5 deletions(-) delete mode 100644 gnome-settings-daemon-3.3.91.tar.xz create mode 100644 gnome-settings-daemon-3.3.92.tar.xz diff --git a/gnome-settings-daemon-3.3.91.tar.xz b/gnome-settings-daemon-3.3.91.tar.xz deleted file mode 100644 index 873e2fe..0000000 --- a/gnome-settings-daemon-3.3.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78310aa753f9ed9e3440c8f98d63639adcf9ba18a11724ff72f78adb827a8fd4 -size 1455256 diff --git a/gnome-settings-daemon-3.3.92.tar.xz b/gnome-settings-daemon-3.3.92.tar.xz new file mode 100644 index 0000000..f1fe952 --- /dev/null +++ b/gnome-settings-daemon-3.3.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419d177a2c381b51fee775987973f7434a21a4f0fd9a0b1253c2d80e318e9a3f +size 1464080 diff --git a/gnome-settings-daemon.changes b/gnome-settings-daemon.changes index c3cdd46..a914812 100644 --- a/gnome-settings-daemon.changes +++ b/gnome-settings-daemon.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Mon Mar 19 20:15:40 UTC 2012 - zaitor@opensuse.org + +- Update to version 3.3.92: + + Color: + - Apply the color profile even if the device has an invalid + EDID. + - Create a color device even if the device has an invalid EDID. + - Don't use the username in the profile ID, it's optional and + not-required. + + Common: + - Add hint on how to set the script path. + - Fix library linkage on Mageia. + - Support explicitly setting G_MESSAGES_DEBUG. + + Media Keys: + - Avoid hard-coded shortcuts not working. + - Call Shutdown for the logout action. + + Mouse: + - Stop syndaemon when settings-daemon dies. + + Power: + - Do not emit DBus interface change signals when doing the idle + dim. + - Don't print a message when no backlights are detected. + - Failing to clear DPMS timeouts should not be fatal. + - Fix broken abs_to_percentage() logic. + - Lazily connect to gnome-screensaver. + - Lock the screensaver if the lid is closed and lock is + enabled. + - Make the idle dim time 90 seconds to match OSX. + + Print Notifications: + - Add test tool. + - Don't unref floating GVariant. + + Wacom: + - Add README about configuration storage. + + XRandR: + - Fix the rotate display button not working. + - List external display only before internal only. + + XSettings: + - Add README.xsettings about overrides. + - Add test-xsettings program. + - Add xsettings_setting_get() accessor. + - Add XSETTINGS_VARIANT_TYPE_COLOR macro. + - Always call xsettings_setting_set(). + - Don't return XSettingsResult codes. + - Introduce 'tiers' of XSettings. + - Load overrides on startup. + - Remove global 'settings' list. + - Switch manager to GLib memory functions. + - Switch to GVariant for value storage. + - Use GHashTable in the xsettings manager. + - Wire overrides into GSettings. + + Updated translations. + ------------------------------------------------------------------- Mon Mar 5 21:45:31 UTC 2012 - dimstar@opensuse.org diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index 442ea0e..5df415f 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -21,7 +21,7 @@ %define with_systemd 0 Name: gnome-settings-daemon -Version: 3.3.91 +Version: 3.3.92 Release: 0 Summary: Settings daemon for the GNOME desktop License: GPL-2.0+ @@ -61,7 +61,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.31.0 %if 0%{?BUILD_FROM_VCS} BuildRequires: gnome-common %endif -BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.3.4 +BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.3.92 BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.3.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.4 BuildRequires: pkgconfig(gudev-1.0)