Accepting request 91052 from home:dimstar:GNOME:Next
Pushing current Gnome 3.3 work to G:F... some work might be lumpy... OBS-URL: https://build.opensuse.org/request/show/91052 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=34
This commit is contained in:
parent
1066ba456f
commit
b77d354f26
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4b034e9e5560ab703f60bb2b6dc1ada7856416660af7dd1207c2c3ab9c9d533b
|
|
||||||
size 198245
|
|
3
dconf-0.11.0.tar.bz2
Normal file
3
dconf-0.11.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7574da5da8279428ef0b0f4cbbbb3a0940c2c3d07cae45846b4aec12e85877c0
|
||||||
|
size 211800
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 28 07:59:11 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.11.0:
|
||||||
|
+ Build fixes
|
||||||
|
+ Stop using deprecated GLib APIs
|
||||||
|
+ Don't install a system service
|
||||||
|
+ Kill maintainer mode.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 28 19:07:22 UTC 2011 - zaitor@opensuse.org
|
Wed Sep 28 19:07:22 UTC 2011 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dconf
|
Name: dconf
|
||||||
Version: 0.10.0
|
Version: 0.11.0
|
||||||
Release: 1
|
Release: 1
|
||||||
# FIXME: remove sed hack to remove icon from desktop file when there's an icon in the tarball
|
# FIXME: remove sed hack to remove icon from desktop file when there's an icon in the tarball
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: Simple key-based configuration system
|
Summary: Simple key-based configuration system
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://live.gnome.org/dconf
|
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
|
Source99: baselibs.conf
|
||||||
# For directory ownership
|
# For directory ownership
|
||||||
BuildRequires: dbus-1
|
BuildRequires: dbus-1
|
||||||
@ -180,7 +180,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db}
|
|||||||
# service is needed for write
|
# service is needed for write
|
||||||
%{_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
|
|
||||||
# Bash completion helper
|
# Bash completion helper
|
||||||
%{_sysconfdir}/bash_completion.d/dconf-bash-completion.sh
|
%{_sysconfdir}/bash_completion.d/dconf-bash-completion.sh
|
||||||
# alternative databases
|
# alternative databases
|
||||||
|
Loading…
Reference in New Issue
Block a user