From 9914f56324e4a0e06f5b8e86dd6b067b97fc1d5698588a5ede6e087f7a9180b9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 3 Apr 2014 20:32:52 +0000 Subject: [PATCH] Accepting request 228591 from GNOME:Next Push GNOME:Next - GNOME 3.12.0 OBS-URL: https://build.opensuse.org/request/show/228591 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=64 --- dconf-0.18.0.tar.xz | 3 --- dconf-0.20.0.tar.xz | 3 +++ dconf.changes | 64 +++++++++++++++++++++++++++++++++++++++++++++ dconf.spec | 12 +++++---- 4 files changed, 74 insertions(+), 8 deletions(-) delete mode 100644 dconf-0.18.0.tar.xz create mode 100644 dconf-0.20.0.tar.xz diff --git a/dconf-0.18.0.tar.xz b/dconf-0.18.0.tar.xz deleted file mode 100644 index 4ec29ee..0000000 --- a/dconf-0.18.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:109b1bc6078690af1ed88cb144ef5c5aee7304769d8bdc82ed48c3696f10c955 -size 378072 diff --git a/dconf-0.20.0.tar.xz b/dconf-0.20.0.tar.xz new file mode 100644 index 0000000..8ae4eb5 --- /dev/null +++ b/dconf-0.20.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c046a247d05ea65ad181e3aef4009c898a5531f76c0181f8ec0dfef83447d9 +size 389388 diff --git a/dconf.changes b/dconf.changes index 5f8916a..977b0b6 100644 --- a/dconf.changes +++ b/dconf.changes @@ -1,3 +1,67 @@ +------------------------------------------------------------------- +Mon Mar 24 19:49:28 UTC 2014 - zaitor@opensuse.org + +- Update to version 0.20.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 18 10:19:23 UTC 2014 - dimstar@opensuse.org + +- Update to version 0.19.92: + + Depend on automake 1.11.2. + + Stop using ACLOCAL_FLAGS. + + Depend on released version of Vala (0.18.0). + +------------------------------------------------------------------- +Mon Mar 3 21:43:11 UTC 2014 - dimstar@opensuse.org + +- Update to version 0.19.91: + + Fix an unlikely failure in the fuzz testing of gvdb. + + Fix a thread safety issue with file-db. + +------------------------------------------------------------------- +Wed Feb 19 19:07:56 UTC 2014 - zaitor@opensuse.org + +- Update to version 0.19.90: + + dconf compile: always write little endian. + + file-db: don't install match rules on no bus (fixes gdbus + assertion). + + update dconf(1) manpage for 'dconf compile'. + + Fix 'make clean' on FreeBSD. + + editor: provide appdata. + + Updated translations. + +------------------------------------------------------------------- +Mon Jan 13 22:29:21 UTC 2014 - dimstar@opensuse.org + +- Update to version 0.19.3: + + Quite a lot of test coverage improvements. + + Add a proper DCONF_ERROR error domain. + + Suppress GLib deprecation warnings during build. + + Engine: + - Issue warnings about missing files only once per source. + - Grok the WritabilityNotify signal from D-Bus. + - Assorted fixes for issues found during testing. + + gsettings: handle writability changes correctly. + + Portability: only link to -ldl if it is required. + + Add support for 'file-db' to profiles: this is an absolute path + to a immutable dconf database file. + + Add support for finding profiles in XDG_DATA_DIRS if they are + not in /etc. + + Add 'dconf compile' command for building dconf databases from + keyfiles in arbitrary locations (like from the build system of + a project that may want to install a file-db). + + Editor: add a section separator to the app menu for + consistency. + +------------------------------------------------------------------- +Tue Nov 19 19:34:24 UTC 2013 - dimstar@opensuse.org + +- Update to version 0.19.2: + + Add support for the new GSettingsBackend.read_user_value() API. + + Bump GLib version depend accordingly (2.39.1). + + Updated translations. + ------------------------------------------------------------------- Tue Sep 24 07:45:29 UTC 2013 - dimstar@opensuse.org diff --git a/dconf.spec b/dconf.spec index 6841582..1f83199 100644 --- a/dconf.spec +++ b/dconf.spec @@ -1,7 +1,7 @@ # # spec file for package dconf # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,24 +17,24 @@ Name: dconf -Version: 0.18.0 +Version: 0.20.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.18/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/dconf/0.20/%{name}-%{version}.tar.xz Source99: baselibs.conf # For directory ownership BuildRequires: dbus-1 BuildRequires: docbook-xsl-stylesheets BuildRequires: intltool >= 0.50.0 BuildRequires: update-desktop-files -BuildRequires: vala >= 0.17.0 +BuildRequires: vala >= 0.18.0 BuildRequires: xsltproc BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(gio-unix-2.0) -BuildRequires: pkgconfig(glib-2.0) >= 2.35.2 +BuildRequires: pkgconfig(glib-2.0) >= 2.39.1 BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.4 BuildRequires: pkgconfig(libxml-2.0) @@ -187,6 +187,8 @@ mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db} %{_mandir}/man1/dconf-service.1%{?ext_man} # alternative databases %{_sysconfdir}/dconf/ +%dir %{_datadir}/appdata +%{_datadir}/appdata/dconf-editor.appdata.xml %files lang -f %{name}.lang