1
0

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
This commit is contained in:
Vincent Untz 2012-03-21 09:08:39 +00:00 committed by Git OBS Bridge
parent cf931e56e7
commit 5fca2fe8af
4 changed files with 58 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78310aa753f9ed9e3440c8f98d63639adcf9ba18a11724ff72f78adb827a8fd4
size 1455256

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:419d177a2c381b51fee775987973f7434a21a4f0fd9a0b1253c2d80e318e9a3f
size 1464080

View File

@ -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

View File

@ -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)