Accepting request 203514 from GNOME:Factory

Update to 3.10.1 - GNOME Stable branch - Bufixes. (forwarded request 203510 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/203514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-settings-daemon?expand=0&rev=99
This commit is contained in:
Tomáš Chvátal 2013-10-17 12:09:27 +00:00 committed by Git OBS Bridge
commit 46e83ea3e2
5 changed files with 44 additions and 10 deletions

View File

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

View File

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

View File

@ -2,7 +2,7 @@ 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
@@ -1187,6 +1187,7 @@ do_sound_action (GsdMediaKeysManager *ma
@@ -1211,6 +1211,7 @@ do_sound_action (GsdMediaKeysManager *ma
{
GvcMixerStream *stream;
gboolean old_muted, new_muted;
@ -10,7 +10,7 @@ Index: plugins/media-keys/gsd-media-keys-manager.c
guint old_vol, new_vol, norm_vol_step;
gboolean sound_changed;
@@ -1215,7 +1216,11 @@ do_sound_action (GsdMediaKeysManager *ma
@@ -1239,7 +1240,11 @@ do_sound_action (GsdMediaKeysManager *ma
switch (type) {
case MUTE_KEY:
@ -39,9 +39,9 @@ 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
@@ -175,6 +175,11 @@
<_summary>Magnifier zoom out</_summary>
<_description>Binding for the magnifier to zoom out</_description>
@@ -185,6 +185,11 @@
<summary>Maximum length of screen recordings</summary>
<description>The maximum length of single screen cast recordings in seconds or 0 for unlimited</description>
</key>
+ <key name="toggle-mute" type="b">
+ <default>true</default>

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Wed Oct 16 06:48:08 UTC 2013 - dimstar@opensuse.org
- Update to version 3.10.1:
+ Several small cleanups and memory leak fixes.
+ Housekeeping: Do not scan the cache directories if not needed.
+ Keyboard: Don't set the XKB group switching option when not
needed.
+ Media-keys: Use a gsettings key for the maximum screencast
length.
+ Mouse: Enable edge scrolling if two-finger scroll is
unavailable (this time for good) (bnc#845641).
+ Power:
- Add test case for lack of warning on startup.
- Fix notifications not showing on critical battery.
- Fix warning when keyboard backlight isn't available.
- Never show a mouse as the status icon.
+ Updates:
- Add a 'Not Now' button to the distribution upgrade
notification.
- Do not show multiple notifications when updates are
available.
- Raise PackageKit dependency to 0.8.1 to avoid complexity.
+ Wacom:
- Fix a couple of crashes.
- Fix default area ordering.
- Fix failure to get area with the cursor device.
- Implement resetting the tablet area to default.
- Make OSD work again.
- Remove Tablet PC setting as we don't have UI for it.
+ XRandR: Don't save the temporary configurations generated by
rotate buttons or FN+F7.
- Rebase gnome-settings-daemon-bnc462640-mute-action.patch.
-------------------------------------------------------------------
Fri Sep 27 09:58:04 UTC 2013 - dimstar@opensuse.org

View File

@ -34,7 +34,7 @@
%endif
Name: gnome-settings-daemon
Version: 3.10.0
Version: 3.10.1
Release: 0
Summary: Settings daemon for the GNOME desktop
License: GPL-2.0+
@ -89,7 +89,7 @@ BuildRequires: pkgconfig(libwacom) >= 0.7
BuildRequires: pkgconfig(xorg-wacom)
%endif
BuildRequires: pkgconfig(nss)
BuildRequires: pkgconfig(packagekit-glib2) >= 0.7.4
BuildRequires: pkgconfig(packagekit-glib2) >= 0.8.1
BuildRequires: pkgconfig(pango) >= 1.20.0
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
BuildRequires: pkgconfig(upower-glib) >= 0.9.11