forked from pool/gnome-settings-daemon
Accepting request 80761 from home:vuntz:branches:GNOME:Factory
Update to 3.1.90 OBS-URL: https://build.opensuse.org/request/show/80761 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=101
This commit is contained in:
parent
92ce962755
commit
a6303f8489
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f759b018e6f9066b6581920103aeaa9411a9902e8d4d6395863f10d21ab048c8
|
|
||||||
size 1723573
|
|
3
gnome-settings-daemon-3.1.90.tar.bz2
Normal file
3
gnome-settings-daemon-3.1.90.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7d9611d8b7c9bcfc38b50afe3630c207bd7f75f5079977fac1b1e5ae966564e0
|
||||||
|
size 1727010
|
@ -7,7 +7,7 @@ Index: plugins/media-keys/gsd-media-keys-manager.c
|
|||||||
{
|
{
|
||||||
gboolean old_muted, new_muted;
|
gboolean old_muted, new_muted;
|
||||||
+ gboolean toggle_mute;
|
+ gboolean toggle_mute;
|
||||||
guint old_vol, new_vol, max_vol, norm_vol_step;
|
guint old_vol, new_vol, norm_vol_step;
|
||||||
gboolean sound_changed;
|
gboolean sound_changed;
|
||||||
|
|
||||||
@@ -653,7 +654,11 @@ do_sound_action (GsdMediaKeysManager *ma
|
@@ -653,7 +654,11 @@ do_sound_action (GsdMediaKeysManager *ma
|
||||||
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 1 14:28:30 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.1.90:
|
||||||
|
+ A11Y-keyboard:
|
||||||
|
- Use GIO's DBus API instead of dbus-glib's
|
||||||
|
+ Color:
|
||||||
|
- Don't use uninitialized GErrors
|
||||||
|
- Do not set an age for display and printer profiles
|
||||||
|
- Remove the ability to disable notifications
|
||||||
|
- Do not search user-icc directories if they do not exist
|
||||||
|
(bgo#657484)
|
||||||
|
+ Daemon:
|
||||||
|
- Add Unity to OnlyShowIn value for autostart desktop file
|
||||||
|
(bgo#654919)
|
||||||
|
+ Media keys:
|
||||||
|
- Don't go up to 11 (bgo#649411)
|
||||||
|
+ Mouse:
|
||||||
|
- Be more careful to avoid segfaults (bgo#657462)
|
||||||
|
+ Power:
|
||||||
|
- Ensure the critical battery beep is stopped when the AC is
|
||||||
|
inserted
|
||||||
|
- Ensure we lock the screen before suspending on lid close
|
||||||
|
(bgo#655924)
|
||||||
|
- Add mention of bgo#652183
|
||||||
|
+ Smartcard:
|
||||||
|
- Use GIO's DBus API instead of dbus-glib's
|
||||||
|
+ Updates:
|
||||||
|
- Do not log a warning if the firmware-missing file does not
|
||||||
|
exist
|
||||||
|
- Do not log a warning at startup if getting the upgrade list
|
||||||
|
is not supported (bgo#657483)
|
||||||
|
+ Updated translations.
|
||||||
|
- Rebase gnome-settings-daemon-bnc462640-mute-action.patch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 18 08:58:07 CEST 2011 - dimstar@opensuse.org
|
Thu Aug 18 08:58:07 CEST 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-settings-daemon
|
Name: gnome-settings-daemon
|
||||||
Version: 3.1.5
|
Version: 3.1.90
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Settings daemon for the GNOME desktop
|
Summary: Settings daemon for the GNOME desktop
|
||||||
@ -177,7 +177,6 @@ rm -rf %{buildroot}
|
|||||||
%glib2_gsettings_schema_postun
|
%glib2_gsettings_schema_postun
|
||||||
%icon_theme_cache_postun
|
%icon_theme_cache_postun
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS
|
%doc AUTHORS COPYING ChangeLog NEWS
|
||||||
|
Loading…
Reference in New Issue
Block a user