Accepting request 77797 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/77797 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-settings-daemon?expand=0&rev=67
This commit is contained in:
commit
5592040830
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:532c7bc21ffb2ab7ad2315b051128c233e27d8de83d8d70441f0310417e68fad
|
||||
size 1616991
|
3
gnome-settings-daemon-3.1.4.tar.bz2
Normal file
3
gnome-settings-daemon-3.1.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cba471aa232688b87bf536c0982e816011c62a6d98bba9c949dd2bafc27f02cb
|
||||
size 1683404
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 25 12:54:49 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.1.4:
|
||||
+ A11y-keyboard:
|
||||
- Do proper cleanup when the plugin is stopped
|
||||
+ Automount:
|
||||
- Turn the automount plugin in a separate binary (bgo#653521)
|
||||
- Fix distcheck of .desktop.in.in file
|
||||
+ Common:
|
||||
- Fix grabbing of multimedia keys
|
||||
+ Daemon:
|
||||
- Set locale environment on gnome-session as early as possible
|
||||
(bgo#654182)
|
||||
- Plug memory leak
|
||||
+ Datetime:
|
||||
- Use friendlier wording for date & time policykit prompt
|
||||
(bgo#645951)
|
||||
+ Media keys:
|
||||
- Add button handling code from gnome-power-manager
|
||||
+ Power:
|
||||
- Add power plugin to replace g-p-m
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 20 15:48:10 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
|
||||
|
||||
Name: gnome-settings-daemon
|
||||
Version: 3.1.3
|
||||
Release: 2
|
||||
Version: 3.1.4
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: Settings daemon for the GNOME desktop
|
||||
Url: http://www.gnome.org
|
||||
@ -159,6 +159,7 @@ make %{?jobs:-j%jobs} V=1
|
||||
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||
%endif
|
||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||
%suse_update_desktop_file gnome-fallback-mount-helper
|
||||
%suse_update_desktop_file gnome-settings-daemon
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes %{buildroot}
|
||||
@ -182,6 +183,7 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/gnome-settings-daemon/
|
||||
%{_datadir}/gnome-settings-daemon-3.0/
|
||||
%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-locate-pointer
|
||||
%{_libexecdir}/gnome-settings-daemon-3.0/gsd-printer
|
||||
|
Loading…
Reference in New Issue
Block a user