Accepting request 79257 from home:dimstar:branches:GNOME:Factory
Update to 3.1.5... OBS-URL: https://build.opensuse.org/request/show/79257 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=98
This commit is contained in:
parent
224deb0f47
commit
d4eff906c0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cba471aa232688b87bf536c0982e816011c62a6d98bba9c949dd2bafc27f02cb
|
||||
size 1683404
|
3
gnome-settings-daemon-3.1.5.tar.bz2
Normal file
3
gnome-settings-daemon-3.1.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f759b018e6f9066b6581920103aeaa9411a9902e8d4d6395863f10d21ab048c8
|
||||
size 1723573
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 08:58:07 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.1.5:
|
||||
+ A11y-keyboard:
|
||||
- Enable plugin by default (bgo#656287)
|
||||
+ Automount:
|
||||
- Link against the private profiler library
|
||||
- Add some missing includes
|
||||
- Don't ship the .in file, just the .in.in one
|
||||
- Silence two trivial -Wformat-security warnings
|
||||
+ Color:
|
||||
- Do not show multiple warnings if colord is not available at
|
||||
runtime
|
||||
- Fix a potential crash when unloading the color plugin
|
||||
- Fix a potential crash if creating the per-user ICC directory
|
||||
fails
|
||||
- Make lcms2 a hard dependency
|
||||
+ Housekeeping:
|
||||
- Use g_format_size() instead of g_format_size_for_display()
|
||||
+ Media keys:
|
||||
- Don't preserve the path after filling
|
||||
- Remove the half pixel offset from the progressbar fill
|
||||
- Always round the render coordinates for media icons
|
||||
+ Power:
|
||||
- Add the idle actions
|
||||
- Show a status icon when in fallback mode
|
||||
- Respect the idle-dim-ac and idle-dim-battery configuration
|
||||
keys
|
||||
- Add a backlight helper, as xbacklight isn't always present
|
||||
- Fall back to the backlight helper if xbacklight is not
|
||||
available
|
||||
- Fix a potential crash when unloading the power plugin
|
||||
- Ensure we return the new percentage when changing the
|
||||
brightness
|
||||
+ Updates:
|
||||
- Do not use deprecated PackageKit #defines
|
||||
+ Wacom:
|
||||
- Invert TPCButton setting (bgo#656372)
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 04:19:01 UTC 2011 - glin@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: gnome-settings-daemon
|
||||
Version: 3.1.4
|
||||
Version: 3.1.5
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: Settings daemon for the GNOME desktop
|
||||
@ -52,26 +52,26 @@ BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: pkgconfig(colord)
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
BuildRequires: pkgconfig(dbus-glib-1) >= 0.7.4
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(gconf-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gconf-2.0) >= 2.6.1
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.29.14
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
BuildRequires: gnome-common
|
||||
%endif
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.1.5
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 2.99.3
|
||||
BuildRequires: pkgconfig(gudev-1.0)
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||
BuildRequires: pkgconfig(libgnomekbd)
|
||||
BuildRequires: pkgconfig(libgnomekbdui)
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(libnotify) >= 0.7.3
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
BuildRequires: pkgconfig(libxklavier)
|
||||
BuildRequires: pkgconfig(nss)
|
||||
BuildRequires: pkgconfig(packagekit-glib2)
|
||||
BuildRequires: pkgconfig(packagekit-glib2) >= 0.6.12
|
||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||
BuildRequires: pkgconfig(upower-glib)
|
||||
BuildRequires: pkgconfig(xfixes)
|
||||
@ -177,6 +177,7 @@ rm -rf %{buildroot}
|
||||
%glib2_gsettings_schema_postun
|
||||
%icon_theme_cache_postun
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS
|
||||
@ -187,6 +188,7 @@ rm -rf %{buildroot}
|
||||
%dir %{_libexecdir}/gnome-settings-daemon-3.0
|
||||
%{_libexecdir}/gnome-settings-daemon-3.0/gnome-fallback-mount-helper
|
||||
%{_libexecdir}/gnome-settings-daemon-3.0/gnome-settings-daemon
|
||||
%{_libexecdir}/gnome-settings-daemon-3.0/gsd-backlight-helper
|
||||
%{_libexecdir}/gnome-settings-daemon-3.0/gsd-locate-pointer
|
||||
%{_libexecdir}/gnome-settings-daemon-3.0/gsd-printer
|
||||
%{_libexecdir}/gnome-settings-daemon-3.0/novell-sysconfig-proxy-helper
|
||||
@ -212,6 +214,7 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xrandr.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.xml
|
||||
%{_datadir}/icons/*/*/*
|
||||
%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.power.policy
|
||||
%{_mandir}/man1/gnome-settings-daemon.1*
|
||||
# Own the directory since we can't depend on gconf providing them
|
||||
%dir %{_datadir}/GConf
|
||||
|
Loading…
Reference in New Issue
Block a user