From f6422d21eb6ad74bb436d597eef9c78a092513d1f69745e128eede840cee19cc Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 28 Nov 2011 08:26:31 +0000 Subject: [PATCH] Accepting request 93028 from home:dimstar:branches:GNOME:Factory Update to 3.3.2 - No build test done.. missing updated dependencies so far OBS-URL: https://build.opensuse.org/request/show/93028 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=117 --- gnome-settings-daemon-3.2.2.tar.bz2 | 3 - gnome-settings-daemon-3.3.2.tar.bz2 | 3 + ...ettings-daemon-bnc462640-mute-action.patch | 13 +- gnome-settings-daemon.changes | 111 +++++++++++++++++- gnome-settings-daemon.spec | 6 +- 5 files changed, 123 insertions(+), 13 deletions(-) delete mode 100644 gnome-settings-daemon-3.2.2.tar.bz2 create mode 100644 gnome-settings-daemon-3.3.2.tar.bz2 diff --git a/gnome-settings-daemon-3.2.2.tar.bz2 b/gnome-settings-daemon-3.2.2.tar.bz2 deleted file mode 100644 index 5f2352d..0000000 --- a/gnome-settings-daemon-3.2.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8f77b2c1e91fd861ad0c6e62ac1327615431923b1cf93ffd5ec592e254adb18 -size 1834389 diff --git a/gnome-settings-daemon-3.3.2.tar.bz2 b/gnome-settings-daemon-3.3.2.tar.bz2 new file mode 100644 index 0000000..5eb7276 --- /dev/null +++ b/gnome-settings-daemon-3.3.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35788134339672ee1635aa094f78b187fb872dba558791b188adb574d94c6215 +size 1799966 diff --git a/gnome-settings-daemon-bnc462640-mute-action.patch b/gnome-settings-daemon-bnc462640-mute-action.patch index 209b49b..3372e4b 100644 --- a/gnome-settings-daemon-bnc462640-mute-action.patch +++ b/gnome-settings-daemon-bnc462640-mute-action.patch @@ -2,15 +2,15 @@ Index: plugins/media-keys/gsd-media-keys-manager.c =================================================================== --- plugins/media-keys/gsd-media-keys-manager.c.orig +++ plugins/media-keys/gsd-media-keys-manager.c -@@ -637,6 +637,7 @@ do_sound_action (GsdMediaKeysManager *ma - gboolean quiet) +@@ -976,6 +976,7 @@ do_sound_action (GsdMediaKeysManager *ma { + GvcMixerStream *stream; gboolean old_muted, new_muted; + gboolean toggle_mute; guint old_vol, new_vol, norm_vol_step; gboolean sound_changed; -@@ -653,7 +654,11 @@ do_sound_action (GsdMediaKeysManager *ma +@@ -997,7 +998,11 @@ do_sound_action (GsdMediaKeysManager *ma switch (type) { case MUTE_KEY: @@ -27,7 +27,7 @@ Index: data/gnome-settings-daemon.convert =================================================================== --- data/gnome-settings-daemon.convert.orig +++ data/gnome-settings-daemon.convert -@@ -66,6 +66,7 @@ volume-down = /apps/gnome_settings_daemo +@@ -61,6 +61,7 @@ volume-down = /apps/gnome_settings_daemo volume-mute = /apps/gnome_settings_daemon/keybindings/volume_mute volume-up = /apps/gnome_settings_daemon/keybindings/volume_up www = /apps/gnome_settings_daemon/keybindings/www @@ -39,7 +39,7 @@ Index: data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in =================================================================== --- data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in.orig +++ data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in -@@ -145,5 +145,10 @@ +@@ -155,6 +155,11 @@ <_summary>Magnifier zoom out <_description>Binding for the magnifier to zoom out @@ -49,4 +49,5 @@ Index: data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in + <_description>Toggle the sound mixer's mute status when then mute button is pressed. + - + + diff --git a/gnome-settings-daemon.changes b/gnome-settings-daemon.changes index 6bda5e6..7a9c168 100644 --- a/gnome-settings-daemon.changes +++ b/gnome-settings-daemon.changes @@ -1,3 +1,112 @@ +------------------------------------------------------------------- +Mon Nov 21 18:38:24 UTC 2011 - dimstar@opensuse.org + +- Update to version 3.3.2: + + Common: + - Remove left-over debug (bgo#660073) + - Fix handling of + - Update required gnome-desktop version + - Return opcode when detecting XInput2 + - Add helper to get the input device node + - Use XInput2 to capture and match keys + - Use GTK+ functions instead of own impl (bgo#663343) + - Fix small memleak + - Allow to grab 'Print' without modifiers (bgo#663623) + - Require gsettings-desktop-schemas 3.3.0 + + A11y keyboard: + - Port to GSettings (bgo#631502) + + Automount: + - Call bind_textdomain_codeset() + + Color: + - Do not load all the color devices twice at startup + - Don't assign the same device more than once at startup + - Fix a crash if ~/.local is deleted at runtime (bgo#660664) + - Simplify gcm_profile_store_mkdir_with_parents() + - Cancel any in-progress directory searching on plugin unload + - Do not check for directory presence sync + - Fix critical warning if the user disables the internal LCD + screen + - Reset the gamma tables when the screen configuration changes + (bgo#660164) + - Unbreak loading profiles at startup (bgo#660790) + - Do not prefix the EDID profile title with 'Default' + - Set model and vendor to 'unknown' if not specified or + unavailable + + Daemon: + - Create reference to a GnomePnpIds object to speed up loading + + Datetime: + - Fix build requirements + + 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' + - Don't assert if the user sets the 'button-power' action to + 'nothing' + - Only ever send signals to specific apps + - Document the MediaPlayerKeyPressed signal + - Add some D-Bus API documentation + - Fix OSD touchpad icon names (bgo#661179) + - Fix suspend button not locking the screen (bgo#660267) + - Fix the suspend key not working (bgo#660267) + - Remove unused allowed-keys entry + - Cache the volume change event sound + - Update for GVC API + - Print warning for real errors + - Apply volume on the device the key came from (bgo#340720) + - Add custom shortcut type + - Implement GConf keyboard shortcuts (bgo#625228) + - Redraw volume OSD when not composited (bgo#660990) + - Update for gsd-keygrab API change (bgo#663343) + - Move some metacity shortcuts into g-s-d (bgo#663623) + - Port custom keybindings to GSettings (bgo#631502) + + Power: + - Use a GCancellable for g_bus_get calls so that they can be + cancelled + - Do not revert to the pre-idle brightness if idle dimming is + disabled (bgo#660434) + - Remove some unused schema for enabling the sleep-inactive + actions (bgo#660395) + - Clarify what a value of 0 is for sleep-inactive-x-timeout + - Do not sleep-on-idle by default + - Simplify hiding/showing the status icon + - Ensure the DPMS state is 'on' at startup (bgo#660482) + - Close low-battery notification when plugged in (bgo#660942) + - Remove the window filter when the plugin is unloaded + - 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 + - Fix "undefined symbol: WEXITSTATUS" error (bgo#662020) + - Make non-urgent notifications transient (bgo#662711) + + Printers: + - Fix build on systems without LC_PAPER (bgo#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 + (bgo#660158) + - Set requesting-user-name when getting job info + - Show printer-state-reasons only when printing my jobs + - Don't allow "/" in printer name (Marek Kasik) (bgo#661774) + - Make notifications resident + - Fix a leak + + Xrandr: + - Use a GCancellable for g_bus_get calls so that they can be + cancelled + + Xsettings: + - Remove workaround to deal with g-s-d not exiting correctly + - Plug mem leaks (bgo#663239) + + Wacom: + - Fix possible crasher (bgo#661170) + - Set cursor devices to be in relative mode by default + (bgo#662977) + - Add classes to manage settings and properties + + Updated translations. +- Rebase gnome-settings-daemon-bnc462640-mute-action.patch. + ------------------------------------------------------------------- Tue Nov 15 10:37:55 UTC 2011 - vuntz@opensuse.org @@ -1577,7 +1686,7 @@ Tue Feb 19 23:28:50 CET 2008 - maw@suse.de - Update to version 2.21.91: + Use a flat directory instead of a hierarchy to install plugins into (bgo#513246) - + Don't scan the plugins directory recursively (#513246) + + Don't scan the plugins directory recursively (bgo#513246) + Install the settings plugin to a versioned directory to fix install with libdir == libexecdir (bgo#504203) + Review short and long descriptions for GConf keys (bgo#514047) diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index 2631ef2..bc67cbe 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -18,13 +18,13 @@ Name: gnome-settings-daemon -Version: 3.2.2 +Version: 3.3.2 Release: 1 License: GPLv2+ Summary: Settings daemon for the GNOME desktop Url: http://www.gnome.org Group: System/GUI/GNOME -Source: http://download.gnome.org/sources/gnome-settings-daemon/3.2/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/gnome-settings-daemon/3.3/%{name}-%{version}.tar.bz2 # PATCH-NEEDS-REBASE gnome-settings-daemon-system-proxy-configuration.diff Patch2: gnome-settings-daemon-system-proxy-configuration.diff # PATCH-NEEDS-REBASE gnome-settings-daemon-apport-monitor.patch bnc439203 jblunck@novell.com -- Add apport monitoring plugin. (was PATCH-FEATURE-UPSTREAM) @@ -58,7 +58,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.29.14 BuildRequires: gnome-common %endif BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.1.5 -BuildRequires: pkgconfig(gsettings-desktop-schemas) +BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.3.0 BuildRequires: pkgconfig(gtk+-3.0) >= 2.99.3 BuildRequires: pkgconfig(gudev-1.0) BuildRequires: pkgconfig(kbproto)