Accepting request 184995 from home:dimstar:branches:GNOME:Factory
Update to 3.9.5 OBS-URL: https://build.opensuse.org/request/show/184995 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=171
This commit is contained in:
parent
46739d800c
commit
321163bb60
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c43fde7af2c2adf9e845dcac4836c229772bbf25aaa91c1e05839b5072d233e3
|
|
||||||
size 1579636
|
|
3
gnome-settings-daemon-3.9.5.tar.xz
Normal file
3
gnome-settings-daemon-3.9.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3dcfa901d52dd2b21d144fcdd50e16d00c40964be194bae1c34e75e3432e7a2c
|
||||||
|
size 1616588
|
@ -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
|
Fri Jul 12 21:41:21 CST 2013 - hillwood@linuxfans.org
|
||||||
|
|
||||||
|
@ -24,10 +24,10 @@
|
|||||||
%define with_ibus 1
|
%define with_ibus 1
|
||||||
|
|
||||||
# Smart-Card support is disabled in version 3.7.3
|
# Smart-Card support is disabled in version 3.7.3
|
||||||
%define with_smartcard 0
|
%define with_smartcard 1
|
||||||
|
|
||||||
Name: gnome-settings-daemon
|
Name: gnome-settings-daemon
|
||||||
Version: 3.9.3
|
Version: 3.9.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Settings daemon for the GNOME desktop
|
Summary: Settings daemon for the GNOME desktop
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -61,7 +61,7 @@ BuildRequires: update-desktop-files
|
|||||||
BuildRequires: xsltproc
|
BuildRequires: xsltproc
|
||||||
# For directory ownership; it's fine to BuildRequire it since it's also a Requires
|
# For directory ownership; it's fine to BuildRequire it since it's also a Requires
|
||||||
BuildRequires: polkit
|
BuildRequires: polkit
|
||||||
BuildRequires: pkgconfig(colord) >= 0.1.34
|
BuildRequires: pkgconfig(colord) >= 1.0.2
|
||||||
BuildRequires: pkgconfig(fontconfig)
|
BuildRequires: pkgconfig(fontconfig)
|
||||||
BuildRequires: pkgconfig(gconf-2.0) >= 2.6.1
|
BuildRequires: pkgconfig(gconf-2.0) >= 2.6.1
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.35.3
|
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/libpower.so
|
||||||
%{_libdir}/gnome-settings-daemon-3.0/libprint-notifications.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/libremote-display.so
|
||||||
|
%{_libdir}/gnome-settings-daemon-3.0/librfkill.so
|
||||||
%{_libdir}/gnome-settings-daemon-3.0/libscreensaver-proxy.so
|
%{_libdir}/gnome-settings-daemon-3.0/libscreensaver-proxy.so
|
||||||
%if %{with_smartcard}
|
%if %{with_smartcard}
|
||||||
%{_libdir}/gnome-settings-daemon-3.0/libsmartcard.so
|
%{_libdir}/gnome-settings-daemon-3.0/libsmartcard.so
|
||||||
|
Loading…
Reference in New Issue
Block a user