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
This commit is contained in:
parent
4fc67df529
commit
4ae61b773c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:549a3a7cc3881318107dc48a7b02ee8f88c9127acaf2d47f7724f78a8f6d02b7
|
||||
size 104376
|
3
dconf-0.32.0.tar.xz
Normal file
3
dconf-0.32.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68bce78b19bc94cb2c3bb8587e37f9e5e338568c3a674f86edde9c9f1624ffab
|
||||
size 111700
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 18:19:20 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.32.0:
|
||||
+ No changes since 0.31.92.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 7 18:00:27 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user