forked from pool/dconf
Accepting request 98990 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/98990 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dconf?expand=0&rev=17
This commit is contained in:
commit
d53cc9e65f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b034e9e5560ab703f60bb2b6dc1ada7856416660af7dd1207c2c3ab9c9d533b
|
||||
size 198245
|
3
dconf-0.11.2.tar.bz2
Normal file
3
dconf-0.11.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8457a3806d8573a868bb118e17bc57d9c31b5532777e433fe5b1f49624737b03
|
||||
size 211229
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 22 09:02:47 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.11.2:
|
||||
+ Many bugfixes and improvements to the editor, most notably
|
||||
porting to GtkGrid to avoid the GtkTable layout bug that was
|
||||
causing size to be incorrectly allocated.
|
||||
+ Fix a crasher due to invalid string index of -1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 07:59:11 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.11.0:
|
||||
+ Don't install a system service
|
||||
+ "dconf update" no longer fails if the locks/ subdir is missing
|
||||
+ Port to the new GLib synchronisation APIs
|
||||
+ Drop some dead code and no-longer-needed workarounds
|
||||
+ Build fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 28 19:07:22 UTC 2011 - zaitor@opensuse.org
|
||||
|
||||
|
@ -18,14 +18,14 @@
|
||||
|
||||
|
||||
Name: dconf
|
||||
Version: 0.10.0
|
||||
Version: 0.11.2
|
||||
Release: 1
|
||||
# FIXME: remove sed hack to remove icon from desktop file when there's an icon in the tarball
|
||||
License: LGPLv2.1+
|
||||
Summary: Simple key-based configuration system
|
||||
Group: System/Libraries
|
||||
Url: http://live.gnome.org/dconf
|
||||
Source: http://download.gnome.org/sources/dconf/0.10/%{name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/dconf/0.11/%{name}-%{version}.tar.bz2
|
||||
Source99: baselibs.conf
|
||||
# For directory ownership
|
||||
BuildRequires: dbus-1
|
||||
@ -180,7 +180,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db}
|
||||
# service is needed for write
|
||||
%{_libexecdir}/dconf-service
|
||||
%{_datadir}/dbus-1/services/ca.desrt.dconf.service
|
||||
%{_datadir}/dbus-1/system-services/ca.desrt.dconf.service
|
||||
# Bash completion helper
|
||||
%{_sysconfdir}/bash_completion.d/dconf-bash-completion.sh
|
||||
# alternative databases
|
||||
|
Loading…
Reference in New Issue
Block a user