From f1e83f66f457e2ba808aa60126c95f252a1381e9e4a0e80f701dc29c1b242e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 4 Oct 2019 15:30:40 +0000 Subject: [PATCH] Accepting request 735006 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/735006 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=107 --- dconf-0.32.0.tar.xz | 3 --- dconf-0.34.0.tar.xz | 3 +++ dconf.changes | 17 +++++++++++++++++ dconf.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 dconf-0.32.0.tar.xz create mode 100644 dconf-0.34.0.tar.xz diff --git a/dconf-0.32.0.tar.xz b/dconf-0.32.0.tar.xz deleted file mode 100644 index 015b4a1..0000000 --- a/dconf-0.32.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68bce78b19bc94cb2c3bb8587e37f9e5e338568c3a674f86edde9c9f1624ffab -size 111700 diff --git a/dconf-0.34.0.tar.xz b/dconf-0.34.0.tar.xz new file mode 100644 index 0000000..6558cf7 --- /dev/null +++ b/dconf-0.34.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943a94ab16121de5580ceaed2605b87444d1bca1c6cd8beefb778bcb0aa2da52 +size 112876 diff --git a/dconf.changes b/dconf.changes index 1ac6730..25ef285 100644 --- a/dconf.changes +++ b/dconf.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Sep 12 14:28:34 CST 2019 - qkzhu@suse.com + +- Update to version 0.34.0: + + Increment version number following 0.34 release. + +------------------------------------------------------------------- +Fri Aug 30 14:52:11 CDT 2019 - mgorse@suse.com + +- Update to version 0.33.2: + + Drop references to GDBusConnection objects when D-Bus + connections are closed. +- Changes from version 0.33.1: + + Factor out a common method to route completion of D-Bus + methods through. + + build: Use weak bindings in gvdb to fix linking with LLD. + ------------------------------------------------------------------- Mon Mar 11 18:19:20 UTC 2019 - Bjørn Lie diff --git a/dconf.spec b/dconf.spec index 30b3c57..27faf0e 100644 --- a/dconf.spec +++ b/dconf.spec @@ -17,13 +17,13 @@ Name: dconf -Version: 0.32.0 +Version: 0.34.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.32/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/dconf/0.34/%{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