From 81246b0e461c8e5c43cf6a8d158fbcf8049e4a1886d6398f1a48356ecb793cbe Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 21 Mar 2012 09:21:38 +0000 Subject: [PATCH 1/2] Accepting request 110056 from home:Zaitor:branches:GNOME:Factory Update to version 0.11.6 OBS-URL: https://build.opensuse.org/request/show/110056 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=42 --- dconf-0.11.6.tar.xz | 3 --- dconf-0.11.7.tar.xz | 3 +++ dconf.changes | 14 ++++++++++++++ dconf.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 dconf-0.11.6.tar.xz create mode 100644 dconf-0.11.7.tar.xz diff --git a/dconf-0.11.6.tar.xz b/dconf-0.11.6.tar.xz deleted file mode 100644 index 89ae943..0000000 --- a/dconf-0.11.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:027f41b30b5f660baa54274938334fa73366db28600d3ee5d6b1e0763c310ee2 -size 200936 diff --git a/dconf-0.11.7.tar.xz b/dconf-0.11.7.tar.xz new file mode 100644 index 0000000..e8294f6 --- /dev/null +++ b/dconf-0.11.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0edb75157d8976c9256ee0d82faa37bf146c4d85c4c29ef0f8bcfbcdb35641 +size 201792 diff --git a/dconf.changes b/dconf.changes index 2ab9f7d..ba00895 100644 --- a/dconf.changes +++ b/dconf.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Mar 19 20:04:24 UTC 2012 - zaitor@opensuse.org + +- Update to version 0.11.7: + + engine: Don't leak the lock table if a system database changes + while a program is running. + + dbus-1: Call g_slist_remove_link instead of g_slist_remove. + + editor: Set 'wrap' property on default value label. + + dconf update: + - Code cleanup, better error handling. + - Read keyfiles in a defined order (later files take + precedence) + - Don't issue warnings if a key is defined in multiple files. + ------------------------------------------------------------------- Thu Mar 8 17:02:29 UTC 2012 - vuntz@opensuse.org diff --git a/dconf.spec b/dconf.spec index 78169b1..b8fca93 100644 --- a/dconf.spec +++ b/dconf.spec @@ -17,7 +17,7 @@ Name: dconf -Version: 0.11.6 +Version: 0.11.7 Release: 0 Summary: Simple key-based configuration system License: LGPL-2.1+ From 07600039888c3662188abcaffc8d2cc1eb3bae4f46101e55a3fc5b94eb8562ff Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 28 Mar 2012 06:20:24 +0000 Subject: [PATCH 2/2] Accepting request 111182 from home:vuntz:branches:GNOME:Factory Update to 0.12.0 OBS-URL: https://build.opensuse.org/request/show/111182 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=43 --- dconf-0.11.7.tar.xz | 3 --- dconf-0.12.0.tar.xz | 3 +++ dconf.changes | 6 ++++++ dconf.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 dconf-0.11.7.tar.xz create mode 100644 dconf-0.12.0.tar.xz diff --git a/dconf-0.11.7.tar.xz b/dconf-0.11.7.tar.xz deleted file mode 100644 index e8294f6..0000000 --- a/dconf-0.11.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea0edb75157d8976c9256ee0d82faa37bf146c4d85c4c29ef0f8bcfbcdb35641 -size 201792 diff --git a/dconf-0.12.0.tar.xz b/dconf-0.12.0.tar.xz new file mode 100644 index 0000000..f72cff5 --- /dev/null +++ b/dconf-0.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c020e2ff0adb19ff9bc3d73ce15388fb42c52b12ed751bdb59ce53a660461af +size 201540 diff --git a/dconf.changes b/dconf.changes index ba00895..3373905 100644 --- a/dconf.changes +++ b/dconf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 26 15:24:49 UTC 2012 - vuntz@opensuse.org + +- Update to version 0.12.0: + + No changes. + ------------------------------------------------------------------- Mon Mar 19 20:04:24 UTC 2012 - zaitor@opensuse.org diff --git a/dconf.spec b/dconf.spec index b8fca93..726d8f1 100644 --- a/dconf.spec +++ b/dconf.spec @@ -17,13 +17,13 @@ Name: dconf -Version: 0.11.7 +Version: 0.12.0 Release: 0 Summary: Simple key-based configuration system License: LGPL-2.1+ Group: System/Libraries Url: http://live.gnome.org/dconf -Source: http://download.gnome.org/sources/dconf/0.11/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/dconf/0.12/%{name}-%{version}.tar.xz Source99: baselibs.conf # For directory ownership BuildRequires: dbus-1