commit gnome-settings-daemon for openSUSE:Factory
Hello community, here is the log from the commit of package gnome-settings-daemon for openSUSE:Factory checked in at Thu Apr 1 03:30:16 CEST 2010. -------- --- GNOME/gnome-settings-daemon/gnome-settings-daemon.changes 2010-03-08 15:03:27.000000000 +0100 +++ /mounts/work_src_done/STABLE/gnome-settings-daemon/gnome-settings-daemon.changes 2010-03-29 17:48:13.000000000 +0200 @@ -1,0 +2,25 @@ +Mon Mar 29 17:38:21 CEST 2010 - vuntz@opensuse.org + +- Update to version 2.30.0: + + Protect XInput code by ifdefs if XInput isn't available + (bgo#611670) + + Don't play a sound when the volume doesn't change (bgo#610001) + + Fix linking with pedantic linkers (bgo#610244) + + Remove unused do_sleep_action function + + Apply all keyboard settings to new keyboards (bgo#610245) + + Ensure the window is realized before we invalidate it + (bgo#604918) + + Replace "eject" spawn with GIO code (bgo#580779) + + Don't spawn xrdb (bgo#586276) + + Add translator hint (bgo#613647) + + Disable font plugin by default (bgo#613604) + + Updated translations. +- Rebase gnome-settings-daemon-bnc462640-mute-action.patch. + +------------------------------------------------------------------- +Fri Mar 26 22:58:04 UTC 2010 - sreeves@novell.com + +- Fix gnome-settings-daemon-add-layout-switcher.patch + + call maybe_add_layout_switcher method at the right level + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gnome-settings-daemon-2.29.92.tar.bz2 New: ---- gnome-settings-daemon-2.30.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-settings-daemon.spec ++++++ --- /var/tmp/diff_new_pack.h5RKH0/_old 2010-04-01 03:29:59.000000000 +0200 +++ /var/tmp/diff_new_pack.h5RKH0/_new 2010-04-01 03:29:59.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package gnome-settings-daemon (Version 2.29.92) +# spec file for package gnome-settings-daemon (Version 2.30.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: gnome-settings-daemon %define _name gnome-settings-daemon -Version: 2.29.92 +Version: 2.30.0 Release: 1 License: GPLv2+ Summary: Settings daemon for the GNOME desktop ++++++ gnome-settings-daemon-2.29.92.tar.bz2 -> gnome-settings-daemon-2.30.0.tar.bz2 ++++++ ++++ 15852 lines of diff (skipped) ++++++ gnome-settings-daemon-add-layout-switcher.patch ++++++ --- /var/tmp/diff_new_pack.h5RKH0/_old 2010-04-01 03:30:00.000000000 +0200 +++ /var/tmp/diff_new_pack.h5RKH0/_new 2010-04-01 03:30:00.000000000 +0200 @@ -1,7 +1,7 @@ Index: plugins/keyboard/gsd-keyboard-xkb.c =================================================================== ---- plugins/keyboard/gsd-keyboard-xkb.c.orig 2010-01-13 02:51:57.000000000 +1100 -+++ plugins/keyboard/gsd-keyboard-xkb.c 2010-01-13 16:44:53.000000000 +1100 +--- plugins/keyboard/gsd-keyboard-xkb.c.orig ++++ plugins/keyboard/gsd-keyboard-xkb.c @@ -461,6 +461,103 @@ show_hide_icon () } } @@ -106,12 +106,11 @@ static gboolean try_activating_xkb_config_if_new (GkbdKeyboardConfig * current_sys_kbd_config) -@@ -621,6 +718,8 @@ apply_xkb_settings (void) - g_slist_foreach (free_layouts, - (GFunc) g_free, NULL); +@@ -623,6 +720,7 @@ apply_xkb_settings (void) g_slist_free (free_layouts); -+ -+ _maybe_add_layout_switcher (layouts, conf_client); } ++ _maybe_add_layout_switcher (layouts, conf_client); gconf_client_set_list (conf_client, + GKBD_KEYBOARD_CONFIG_KEY_LAYOUTS, + GCONF_VALUE_STRING, layouts, ++++++ gnome-settings-daemon-bnc462640-mute-action.patch ++++++ --- /var/tmp/diff_new_pack.h5RKH0/_old 2010-04-01 03:30:00.000000000 +0200 +++ /var/tmp/diff_new_pack.h5RKH0/_new 2010-04-01 03:30:00.000000000 +0200 @@ -1,8 +1,8 @@ Index: data/apps_gnome_settings_daemon_keybindings.schemas.in =================================================================== ---- data/apps_gnome_settings_daemon_keybindings.schemas.in.orig 2010-01-13 02:51:57.000000000 +1100 -+++ data/apps_gnome_settings_daemon_keybindings.schemas.in 2010-01-13 16:44:53.000000000 +1100 -@@ -14,6 +14,17 @@ +--- data/apps_gnome_settings_daemon_keybindings.schemas.in.orig ++++ data/apps_gnome_settings_daemon_keybindings.schemas.in +@@ -25,6 +25,17 @@ </schema> <schema> @@ -22,25 +22,25 @@ <type>string</type> Index: plugins/media-keys/gsd-media-keys-manager.c =================================================================== ---- plugins/media-keys/gsd-media-keys-manager.c.orig 2010-01-13 02:51:57.000000000 +1100 -+++ plugins/media-keys/gsd-media-keys-manager.c 2010-01-13 16:44:53.000000000 +1100 -@@ -636,8 +636,10 @@ do_sound_action (GsdMediaKeysManager *ma +--- plugins/media-keys/gsd-media-keys-manager.c.orig ++++ plugins/media-keys/gsd-media-keys-manager.c +@@ -681,9 +681,11 @@ do_sound_action (GsdMediaKeysManager *ma int type) { gboolean muted; + gboolean toggle_mute; guint vol, norm_vol_step; int vol_step; + gboolean sound_changed; + GError *error; if (manager->priv->stream == NULL) return; -@@ -658,7 +660,23 @@ do_sound_action (GsdMediaKeysManager *ma +@@ -704,7 +706,21 @@ do_sound_action (GsdMediaKeysManager *ma + switch (type) { case MUTE_KEY: - muted = !muted; -- gvc_mixer_stream_change_is_muted (manager->priv->stream, muted); -+ +- muted = !muted; + error = NULL; + toggle_mute = gconf_client_get_bool (manager->priv->conf_client, + GCONF_MISC_DIR "/toggle_mute", @@ -52,11 +52,10 @@ + } + + if (toggle_mute) -+ gvc_mixer_stream_change_is_muted (manager->priv->stream, -+ muted); ++ muted = !muted; + else -+ gvc_mixer_stream_change_is_muted (manager->priv->stream, -+ TRUE); ++ muted = TRUE; ++ + gvc_mixer_stream_change_is_muted (manager->priv->stream, muted); + sound_changed = TRUE; break; - case VOLUME_DOWN_KEY: - if (!muted && (vol <= norm_vol_step)) { ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de