From 4ae61b773c8eb1b64d7e63d63f4cec92ae45f34bea202a85830c055805092fa8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 18 Apr 2019 13:18:05 +0000 Subject: [PATCH] Accepting request 695618 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/695618 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=105 --- dconf-0.30.1.tar.xz | 3 --- dconf-0.32.0.tar.xz | 3 +++ dconf.changes | 52 +++++++++++++++++++++++++++++++++++++++++++++ dconf.spec | 6 +++--- 4 files changed, 58 insertions(+), 6 deletions(-) delete mode 100644 dconf-0.30.1.tar.xz create mode 100644 dconf-0.32.0.tar.xz diff --git a/dconf-0.30.1.tar.xz b/dconf-0.30.1.tar.xz deleted file mode 100644 index e5cda0d..0000000 --- a/dconf-0.30.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:549a3a7cc3881318107dc48a7b02ee8f88c9127acaf2d47f7724f78a8f6d02b7 -size 104376 diff --git a/dconf-0.32.0.tar.xz b/dconf-0.32.0.tar.xz new file mode 100644 index 0000000..015b4a1 --- /dev/null +++ b/dconf-0.32.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68bce78b19bc94cb2c3bb8587e37f9e5e338568c3a674f86edde9c9f1624ffab +size 111700 diff --git a/dconf.changes b/dconf.changes index d5587df..1ac6730 100644 --- a/dconf.changes +++ b/dconf.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Mon Mar 11 18:19:20 UTC 2019 - Bjørn Lie + +- Update to version 3.32.0: + + No changes since 0.31.92. + +------------------------------------------------------------------- +Thu Mar 7 18:00:27 UTC 2019 - Bjørn Lie + +- Update to version 0.31.92: + + bin: Add an option to ignore changes to locked keys during + load. + + tests: + - Use more concise key and value. + - shm: fix pwrite wrapper with -D_FILE_OFFSET_BITS=64. + - Replace usage of dlsym with separate modules containing + functions that need to be mocked out. + - Avoid using real system bus during tests. + +------------------------------------------------------------------- +Wed Feb 13 23:54:32 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 0.31.2: + + Bin: + - Rewrite dconf utility in C. Updates are no longer conditional + on the mtime of the database directory and files. Help + information is shown on erroneous usage, but not otherwise. + - Add a new database directory argument for the update command. + + Build: Make dconf client vapi file installation optional, and + thus the Vala dependency optional (still built by default). + +------------------------------------------------------------------- +Tue Jan 8 13:22:01 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 0.31.1: + + Engine: Fix memory leak when subscribing to a path. + + CI: Always store test artifacts so we always get code coverage + results. + + Sort output of list and dump commands. + + Tests: Add integration tests for dconf and dconf-service + running within a separate D-Bus session and + clean XDG_RUNTIME_DIR and XDG_CONFIG_HOME. + + Engine: Coalesce pending writes into a single changeset. + + Consistently validate the number of arguments. Add optional + directory argument for update command. + + Tests: Add further integration tests. + + Check mtimes of files when updating databases. + + Indicate update failure with non-zero exit code. Consistently + handle invalid configuration in update. + + Replace Bugzilla by Gitlab URL in DOAP file. + + Tests: Add test for key paths locked in system databases. + ------------------------------------------------------------------- Tue Oct 23 10:16:40 UTC 2018 - bjorn.lie@gmail.com diff --git a/dconf.spec b/dconf.spec index 782804d..30b3c57 100644 --- a/dconf.spec +++ b/dconf.spec @@ -1,7 +1,7 @@ # # spec file for package dconf # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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.30.1 +Version: 0.32.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.30/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/dconf/0.32/%{name}-%{version}.tar.xz 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. Patch0: 0001-gvdb-Restore-permissions-on-changed-files.patch