forked from pool/gnome-settings-daemon
Accepting request 141751 from GNOME:Factory
Update to 3.6.3 (forwarded request 141491 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/141751 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-settings-daemon?expand=0&rev=85
This commit is contained in:
commit
c15a84d73f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1fe96e0709d7c618d90cc1bfcddc46eede3c2cdb305f5e7f4cb388d43dd5526a
|
||||
size 1482616
|
3
gnome-settings-daemon-3.6.3.tar.xz
Normal file
3
gnome-settings-daemon-3.6.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:606aaaba9cc7f51035702aead46c8bb595917a09cb947b396a579ea443328cdc
|
||||
size 1492024
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 15 19:23:14 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.6.3:
|
||||
+ Keyboard: Add keyboard shortcuts including CapsLock to switch
|
||||
input sources..
|
||||
+ Mouse: Fix horizontal natural scrolling.
|
||||
+ Power: Fix a warning on startup.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 8 18:37:46 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.6.2:
|
||||
+ Make test applications work when libnotify was used.
|
||||
+ Keyboard:
|
||||
- Add default ibus engine for Indic locales.
|
||||
- Prevent 100% CPU usage related to remembering Num-Lock state.
|
||||
- Don't print warning messages when resuming from suspend.
|
||||
+ Power:
|
||||
- Fix screen dimming and power saving even when inhibited.
|
||||
- Don't suspend, dim or blank when running in virtual machines.
|
||||
- Fix warning output in the Brightness & Lock panel.
|
||||
- Fix possible crash when the backlight fails to be turned off
|
||||
for example.
|
||||
+ Sound:
|
||||
- Fix alert sound changes requiring a log out/login to apply.
|
||||
+ Updates:
|
||||
- Don't require the user to click OK to clear the message for
|
||||
successful offline updates.
|
||||
+ Wacom:
|
||||
- Fix touchstrips and touchrings without a modeswitch.
|
||||
+ XSettings:
|
||||
- Make startup smoother by batching settings updates together.
|
||||
- Change with_systemd defines to 1 in order to enable systemd.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 10 06:29:11 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
# We cannot enable systemd support right now, as it is exclusive and means we
|
||||
# lose ConsoleKit support (bad for sysvinit)
|
||||
%define with_systemd 0
|
||||
%define with_systemd 1
|
||||
|
||||
# We can currently not build ibus support, as it requires ibus 1.5, which has not been released yet.
|
||||
%define with_ibus 0
|
||||
|
||||
Name: gnome-settings-daemon
|
||||
Version: 3.6.1
|
||||
Version: 3.6.3
|
||||
Release: 0
|
||||
Summary: Settings daemon for the GNOME desktop
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user