Accepting request 88262 from home:dimstar:branches:GNOME:Factory

Update to 3.2.1 - bugfixes

OBS-URL: https://build.opensuse.org/request/show/88262
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=111
This commit is contained in:
Vincent Untz 2011-10-17 21:18:09 +00:00 committed by Git OBS Bridge
parent 5c989b96cc
commit 018f56ed1a
5 changed files with 57 additions and 32 deletions

View File

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

View File

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

View File

@ -1,25 +0,0 @@
From fffaf9c33100a82a55e8a8b438608347122dba69 Mon Sep 17 00:00:00 2001
From: Gary Ching-Pang Lin <chingpang@gmail.com>
Date: Fri, 14 Oct 2011 15:58:00 +0800
Subject: [PATCH] power: Emit 'Changed' signal to all listeners
---
plugins/power/gsd-power-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/power/gsd-power-manager.c b/plugins/power/gsd-power-manager.c
index 4072c02..a5fc50d 100644
--- a/plugins/power/gsd-power-manager.c
+++ b/plugins/power/gsd-power-manager.c
@@ -336,7 +336,7 @@ engine_emit_changed (GsdPowerManager *manager)
if (manager->priv->connection == NULL)
return;
ret = g_dbus_connection_emit_signal (manager->priv->connection,
- GSD_DBUS_SERVICE,
+ NULL,
GSD_POWER_DBUS_PATH,
GSD_POWER_DBUS_INTERFACE,
"Changed",
--
1.7.3.4

View File

@ -1,3 +1,56 @@
-------------------------------------------------------------------
Mon Oct 17 18:21:59 CEST 2011 - dimstar@opensuse.org
- Update to version 3.2.1:
+ Common:
- Remove left-over debug (bgo#660073)
+ Color:
- Fix a crash if ~/.local is deleted at runtime (bgo#660664)
- Do not load all the color devices twice at startup
- Don't assign the same device more than once at startup
- Fix critical warning if the user disables the internal LCD
screen
- Reset the gamma tables when the screen configuration changes
(bgo#660164)
- Fix 'make check' by including -lm for powf()
+ Media keys:
- Use a GCancellable for g_bus_get calls so that they can be
cancelled
- Don't assert if the user sets the 'button-power' action to
'shutdown' or 'nothing'
- Fix OSD touchpad icon names (bgo#661179)
- Fix suspend button not locking the screen (bgo#660267)
+ Power:
- Don't restore the brightness if it's never been set
- Fix two small reference leaks when using the D-Bus interface
- Use a GCancellable for g_bus_get calls so that they can be
cancelled
- Do not sleep-on-idle by default (bgo#660395)
- Do not revert to the pre-idle brightness if idle dimming is
disabled (bgo#660434)
- Ensure the DPMS state is 'on' at startup (bgo#660482)
- Close low-battery notification when plugged in (bgo#660942)
- Don't crash when setting the dim timeout when using NX
(bgo#661000)
- Call XSyncInitialize() in case GTK+ wasn't compiled with
XSync support
- Emit 'Changed' signal to all listeners (bgo#659908)
+ Printers:
- Fix build on systems without LC_PAPER (bog#660626)
- Call setlocale() (bgo#660632)
- Exit gsd-printer when session ends (bgo#660158)
- Correct signature when calling PrinterAddOptionDefault
- Don't show "Not connected?" when not needed
- Unown name on the system bus when session goes idle
+ Wacom:
- Fix possible crasher (bgo#661170)
+ Xrandr:
- Use a GCancellable for g_bus_get calls so that they can be
cancelled
+ Updated translations.
- Drop gnome-settings-daemon-emit-power-signal-to-listeners.patch:
fixed upstream.
-------------------------------------------------------------------
Fri Oct 14 08:08:06 UTC 2011 - glin@suse.com

View File

@ -18,7 +18,7 @@
Name: gnome-settings-daemon
Version: 3.2.0
Version: 3.2.1
Release: 1
License: GPLv2+
Summary: Settings daemon for the GNOME desktop
@ -41,8 +41,6 @@ Patch14: gnome-packagekit-fate302445.patch
Patch15: gnome-packagekit-BNC383261.patch
# PATCH-FIX-OPENSUSE gnome-settings-daemon-stop-reload-proxy-settings.patch bnc689592#c1, bnc#538353 glin@suse.com -- Stop g-s-d poping up the authentication dialog for reloading the proxy settings
Patch17: gnome-settings-daemon-stop-reload-proxy-settings.patch
# PATCH-FIX-UPSTREAM gnome-settings-daemon-emit-power-signal-to-listeners.patch bnc#717814, bgo#659908 glin@suse.com -- Emit 'Changed' signal to all power plugin listeners
Patch18: gnome-settings-daemon-emit-power-signal-to-listeners.patch
BuildRequires: fdupes
BuildRequires: gnome-common
# Disabled because of the non-rebased patches
@ -143,7 +141,6 @@ translation-update-upstream
# PATCH-NEEDS-REBASE
#%%patch15 -p0
%patch17 -p1
%patch18 -p1
%endif
%if 0%{?BUILD_FROM_VCS}