Accepting request 71559 from home:vuntz:branches:GNOME:Factory
tweak OBS-URL: https://build.opensuse.org/request/show/71559 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=26
This commit is contained in:
parent
25f27362d0
commit
bc839b316c
@ -3,19 +3,19 @@ Tue May 17 16:53:08 CEST 2011 - dimstar@opensuse.org
|
|||||||
|
|
||||||
- Update to version 0.7.5:
|
- Update to version 0.7.5:
|
||||||
+ Fix crashing if the database did not already exist
|
+ Fix crashing if the database did not already exist
|
||||||
+ many fixes and improvements to the dconf-editor
|
+ Many fixes and improvements to the dconf-editor
|
||||||
- changes from version 0.7.4:
|
- changes from version 0.7.4:
|
||||||
+ bgo#648949: multithreading issue fixed (which actually affects
|
+ bgo#648949: multithreading issue fixed (which actually affects
|
||||||
all GSettings-using programs since dconf is used from a helper
|
all GSettings-using programs since dconf is used from a helper
|
||||||
thread in that case)
|
thread in that case)
|
||||||
+ dconf commandline tool is vastly more friendly now
|
+ dconf commandline tool is vastly more friendly now
|
||||||
+ no more aborting on unrecognised arguments
|
+ No more aborting on unrecognised arguments
|
||||||
+ proper help
|
+ Proper help
|
||||||
+ bash completion support
|
+ Bash completion support
|
||||||
+ support for sysadmin lockdown
|
+ Support for sysadmin lockdown
|
||||||
+ the editor now properly reads installed enum xml files
|
+ The editor now properly reads installed enum xml files
|
||||||
- Add glib2_gsettings_schemas_* macros to -editor subpackage for
|
- Use %glib2_gsettings_schemas_* macros for editor subpackage as
|
||||||
the new schema.
|
there is a schema now.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 4 13:24:57 UTC 2011 - dimstar@opensuse.org
|
Mon Apr 4 13:24:57 UTC 2011 - dimstar@opensuse.org
|
||||||
|
@ -180,10 +180,10 @@ mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db}
|
|||||||
%{_libexecdir}/dconf-service
|
%{_libexecdir}/dconf-service
|
||||||
%{_datadir}/dbus-1/services/ca.desrt.dconf.service
|
%{_datadir}/dbus-1/services/ca.desrt.dconf.service
|
||||||
%{_datadir}/dbus-1/system-services/ca.desrt.dconf.service
|
%{_datadir}/dbus-1/system-services/ca.desrt.dconf.service
|
||||||
# alternative databases
|
|
||||||
%{_sysconfdir}/dconf/
|
|
||||||
# Bash completion helper
|
# Bash completion helper
|
||||||
%{_sysconfdir}/bash_completion.d/dconf-bash-completion.sh
|
%{_sysconfdir}/bash_completion.d/dconf-bash-completion.sh
|
||||||
|
# alternative databases
|
||||||
|
%{_sysconfdir}/dconf/
|
||||||
|
|
||||||
%files -n libdconf0
|
%files -n libdconf0
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
Reference in New Issue
Block a user