Accepting request 186881 from GNOME:Factory

push GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/186881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-settings-daemon?expand=0&rev=93
This commit is contained in:
Tomáš Chvátal 2013-08-16 10:24:02 +00:00 committed by Git OBS Bridge
commit a85760e63e
4 changed files with 54 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,49 @@
-------------------------------------------------------------------
Tue Jul 30 16:26:53 UTC 2013 - dimstar@opensuse.org
- Update to version 3.9.5:
+ Add RFKill support for Linux systems.
+ Smartcard plugin rewrite.
+ Build:
- Don't create empty directories in /etc.
- Remove some GTK+ includes that we do not use.
+ Color:
- Update for new functionality in colord.
- Disable X11 specific color management when running on
Wayland.
+ Cursor:
- Request the OSK when the cursor is disabled (requires
gnome-shell changes).
+ Media-keys:
- Fix launched apps not getting focused.
+ Power:
- Use a property for the screen brightness, instead of custom
API.
+ Housekeeping:
- Create ~/.local/share/applications so that gnome-shell can
monitor it.
+ Printers:
- Translate printer warnings.
+ Wacom:
- Use the OSD window to edit button shortcuts.
- Fix the ring not showing up in the OSD in some cases.
- Prevent the OSD flashing on the primary screen.
- Make the highlight duration of buttons in the OSD longer fade
in/out.
- Add support for custom OLEDs.
- Make sure we only ignore the touch device when turning it
off.
- Fix UI problems with the OSD.
+ XRandR:
- Use the transformation matrix to rotate touchscreens.
- Simplify layout of adjacent screens, fixing bugs on some
changing systems.
- Don't ever show a dialog for xrandr failures.
+ XSettings:
- Hardcode deprecated GTK+ XSettings.
- Change with_smartcard defines to 1: smartcard support has been
rewritten and is available again.
-------------------------------------------------------------------
Fri Jul 12 21:41:21 CST 2013 - hillwood@linuxfans.org

View File

@ -20,14 +20,14 @@
# lose ConsoleKit support (bad for sysvinit)
%define with_systemd 1
# Allow ro enable/disable ibus, as GNOME is rather strict on new versions.
# Allow to enable/disable ibus, as GNOME is rather strict on new versions.
%define with_ibus 1
# Smart-Card support is disabled in version 3.7.3
%define with_smartcard 0
%define with_smartcard 1
Name: gnome-settings-daemon
Version: 3.9.3
Version: 3.9.5
Release: 0
Summary: Settings daemon for the GNOME desktop
License: GPL-2.0+
@ -61,7 +61,7 @@ BuildRequires: update-desktop-files
BuildRequires: xsltproc
# For directory ownership; it's fine to BuildRequire it since it's also a Requires
BuildRequires: polkit
BuildRequires: pkgconfig(colord) >= 0.1.34
BuildRequires: pkgconfig(colord) >= 1.0.2
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(gconf-2.0) >= 2.6.1
BuildRequires: pkgconfig(glib-2.0) >= 2.35.3
@ -222,6 +222,7 @@ rm -rf %{buildroot}
%{_libdir}/gnome-settings-daemon-3.0/libpower.so
%{_libdir}/gnome-settings-daemon-3.0/libprint-notifications.so
%{_libdir}/gnome-settings-daemon-3.0/libremote-display.so
%{_libdir}/gnome-settings-daemon-3.0/librfkill.so
%{_libdir}/gnome-settings-daemon-3.0/libscreensaver-proxy.so
%if %{with_smartcard}
%{_libdir}/gnome-settings-daemon-3.0/libsmartcard.so