Accepting request 531556 from GNOME:Next
1 OBS-URL: https://build.opensuse.org/request/show/531556 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=95
This commit is contained in:
parent
58d4574fd0
commit
57d0112e4f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8683292eb31a3fae31e561f0a4220d8569b0f6d882e9958b68373f9043d658c9
|
|
||||||
size 219688
|
|
3
dconf-0.26.1.tar.xz
Normal file
3
dconf-0.26.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d583b1f7fc93b879e2956acc6a26ea05a445a0002158aeef80c8e378e1414535
|
||||||
|
size 218516
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 3 20:33:13 UTC 2017 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
- Update to version 0.26.1:
|
||||||
|
+ Work around a deadlock in GObject type initialization
|
||||||
|
(bgo#674885).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 2 14:36:50 UTC 2017 - fezhang@suse.com
|
Thu Mar 2 14:36:50 UTC 2017 - fezhang@suse.com
|
||||||
|
|
||||||
|
10
dconf.spec
10
dconf.spec
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dconf
|
Name: dconf
|
||||||
Version: 0.26.0
|
Version: 0.26.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple key-based configuration system
|
Summary: Simple key-based configuration system
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://live.gnome.org/dconf
|
Url: https://live.gnome.org/dconf
|
||||||
Source: http://download.gnome.org/sources/dconf/0.26/%{name}-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/dconf/0.26/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
# PATCH-FIX-UPSTREAM 0001-gvdb-Restore-permissions-on-changed-files.patch bsc#1025721 bsc#971074 bgo#758066 fezhang@suse.com -- Restore permissions on files changed by dconf update.
|
# PATCH-FIX-UPSTREAM 0001-gvdb-Restore-permissions-on-changed-files.patch bsc#1025721 bsc#971074 bgo#758066 fezhang@suse.com -- Restore permissions on files changed by dconf update.
|
||||||
Patch0: 0001-gvdb-Restore-permissions-on-changed-files.patch
|
Patch0: 0001-gvdb-Restore-permissions-on-changed-files.patch
|
||||||
@ -51,9 +51,9 @@ have configuration storage systems.
|
|||||||
|
|
||||||
%package -n libdconf1
|
%package -n libdconf1
|
||||||
Summary: Simple key-based configuration system -- Library
|
Summary: Simple key-based configuration system -- Library
|
||||||
Group: System/Libraries
|
|
||||||
# The library doesn't really work if the dconf service is not reachable, so we
|
# The library doesn't really work if the dconf service is not reachable, so we
|
||||||
# need a Requires
|
# need a Requires
|
||||||
|
Group: System/Libraries
|
||||||
Requires: %{name} >= %{version}
|
Requires: %{name} >= %{version}
|
||||||
# libdconf-dbus-1-0 is no longer supported with dconf 0.25.x+
|
# libdconf-dbus-1-0 is no longer supported with dconf 0.25.x+
|
||||||
Obsoletes: libdconf-dbus-1-0 < %{version}
|
Obsoletes: libdconf-dbus-1-0 < %{version}
|
||||||
@ -108,7 +108,7 @@ have configuration storage systems.
|
|||||||
%__make V=1 %{?_smp_mflags}
|
%__make V=1 %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%make_install
|
||||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db}
|
mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user