Accepting request 880919 from GNOME:Next

GNOME 40 - here we come

OBS-URL: https://build.opensuse.org/request/show/880919
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=115
This commit is contained in:
Dominique Leuenberger 2021-03-24 16:30:12 +00:00 committed by Git OBS Bridge
parent 8236d25603
commit 032c8dc91c
4 changed files with 25 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:45f60f41330d27715cce1315af123f94f1c2cdedb68b6bed3b309866eec44f58
size 115876

BIN
dconf-0.40.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 18 14:20:52 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.40.0:
+ common: Add missing G_BEGIN/END_DECLS to allow use of headers
from C++ code.
-------------------------------------------------------------------
Tue Feb 9 12:40:42 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.39.1:
+ Build:
- Improve libdconf visible symbols.
- Minor fixes to bash completion script.
+ Engine: do not emit optimistic change notifications unless the
local value is different.
+ service: add a systemd unit for D-Bus activation.
-------------------------------------------------------------------
Mon Sep 14 12:39:47 UTC 2020 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package dconf
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: dconf
Version: 0.38.0
Version: 0.40.0
Release: 0
Summary: Key-based configuration system
License: LGPL-2.1-or-later
Group: System/Libraries
URL: https://live.gnome.org/dconf
Source0: https://download.gnome.org/sources/dconf/0.38/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/dconf/0.40/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: docbook-xsl-stylesheets
BuildRequires: gtk-doc
@ -125,6 +125,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db}
%{_mandir}/man1/dconf-service.1%{?ext_man}
# alternative databases
%{_sysconfdir}/dconf/
%{_userunitdir}/dconf.service
%files -n libdconf1
%{_libdir}/libdconf.so.*