Accepting request 141257 from home:dimstar:branches:GNOME:Factory
enable systenmd OBS-URL: https://build.opensuse.org/request/show/141257 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=150
This commit is contained in:
parent
f45f449999
commit
ab77b14e12
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1fe96e0709d7c618d90cc1bfcddc46eede3c2cdb305f5e7f4cb388d43dd5526a
|
||||
size 1482616
|
3
gnome-settings-daemon-3.6.2.tar.xz
Normal file
3
gnome-settings-daemon-3.6.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d718f9fdf3bb26fc71861548f834364955d37532871ec2e89a5ad0d63857215f
|
||||
size 1489984
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
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.2
|
||||
Release: 0
|
||||
Summary: Settings daemon for the GNOME desktop
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user