forked from pool/gnome-settings-daemon
Accepting request 81000 from home:vuntz:branches:GNOME:Factory
Update to 3.1.91 OBS-URL: https://build.opensuse.org/request/show/81000 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=102
This commit is contained in:
parent
a6303f8489
commit
ff4dda551e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d9611d8b7c9bcfc38b50afe3630c207bd7f75f5079977fac1b1e5ae966564e0
|
||||
size 1727010
|
3
gnome-settings-daemon-3.1.91.tar.bz2
Normal file
3
gnome-settings-daemon-3.1.91.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0e73a652a315d4288f123f4dd34cfcb982bf5595529167f6b894934723020ec
|
||||
size 1736576
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 15:51:46 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.1.91:
|
||||
+ Common:
|
||||
- Don't list XINPUT_LIBS twice, move X11_LIBS from LDFLAGS to
|
||||
LIBADD
|
||||
+ Color:
|
||||
- Ensure the 'Recalibration required' notification has a custom
|
||||
app name
|
||||
- Fix a critical warning on startup
|
||||
- Do not notify to recalibrate on every startup
|
||||
+ Daemon:
|
||||
- Fix possible double-free outside gnome-session
|
||||
+ Gconf:
|
||||
- Double check stuff we add to the hash table (bgo#658055)
|
||||
+ Housekeeping:
|
||||
- NULL-terminate the ignore-paths array (bgo#657849)
|
||||
+ Power:
|
||||
- Do not exit gnome-settings-daemon if upower fails to load
|
||||
- Fix impossible to hit error paths (bgo#657364)
|
||||
- Fix BRIGHTESS_STEP_AMOUNT calculation macro
|
||||
- Do most of the work in _start () (bgo#657924)
|
||||
- Never idle-dim the display to a higher brightness level
|
||||
(bgo#658144)
|
||||
+ Printers:
|
||||
- Remove redundant code
|
||||
+ Xsettings:
|
||||
- Handle rgba-order key (bgo#657525)
|
||||
- Don't poke at an empty hashtable (bgo#657464)
|
||||
- Fix a stray brace
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 14:28:30 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
@ -32,6 +65,7 @@ Thu Sep 1 14:28:30 UTC 2011 - vuntz@opensuse.org
|
||||
is not supported (bgo#657483)
|
||||
+ Updated translations.
|
||||
- Rebase gnome-settings-daemon-bnc462640-mute-action.patch.
|
||||
- Add polkit Requires: the power plugin uses pkexec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 08:58:07 CEST 2011 - dimstar@opensuse.org
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: gnome-settings-daemon
|
||||
Version: 3.1.90
|
||||
Version: 3.1.91
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: Settings daemon for the GNOME desktop
|
||||
@ -77,6 +77,8 @@ BuildRequires: pkgconfig(upower-glib)
|
||||
BuildRequires: pkgconfig(xfixes)
|
||||
BuildRequires: pkgconfig(xi)
|
||||
Requires: gsettings-desktop-schemas
|
||||
# g-s-d uses the pkexec binary
|
||||
Requires: polkit
|
||||
Recommends: %{name}-lang
|
||||
# For housekeeping plugin, that uses the nautilus dbus service
|
||||
Recommends: nautilus
|
||||
|
Loading…
Reference in New Issue
Block a user