Hello community,

here is the log from the commit of package dconf for openSUSE:Factory checked 
in at 2013-04-02 11:39:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dconf (Old)
 and      /work/SRC/openSUSE:Factory/.dconf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dconf", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/dconf/dconf.changes      2012-11-21 
15:10:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dconf.new/dconf.changes 2013-04-02 
11:39:58.000000000 +0200
@@ -1,0 +2,72 @@
+Mon Mar 25 22:07:53 UTC 2013 - [email protected]
+
+- Update to version 0.16.0:
+  + Set G_LOG_DOMAIN so that 'dconf' shows in GLib log messages.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Feb 13 08:48:06 UTC 2013 - [email protected]
+
+- Update to version 0.15.3:
+  + Fix problem related to empty changesets (caused by empty 'dconf
+    load', for example).
+  + New icons: hicolor icons have been updated and a HighContrast
+    set added.
+  + Loosen some assertions on the order of messages being returned
+    from the service. D-Bus violates this order in the case that
+    the service crashes and that's no reason to take the client
+    with it as well.
+  + Improve autogen.sh non-bash compatibility.
+  + Add some backends to the dconf-service: The first backend is a
+    null backend that allows for a temporary database tied to the
+    lifetime of the session.
+  + Also add a new 'keyfile' backend for the service. This is
+    primarily intended to be used with NFS (where use of mmap is
+    not safe).
+  + Add a mkdir() in the case of an empty home directory where
+    ~/.config/dconf does not already exist.
+  + Fix crashes in the service caused by failures to write
+    (including failures caused by the above issue being overlooked)
+  + Work around an issue with a testcase hanging and failing due to
+    a GLib change to the order in which testcases are run.
+  + Running autoreconf on tarballs should now work.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sat Nov 24 22:46:56 UTC 2012 - [email protected]
+
+- Update to version 0.15.2:
+  + Update to the new GVDB API (GBytes based) and refactor a bit
+  + Add a new type of "database mode" DConfChangeset and use it
+  + The service has been substantially rewritten
+    - using gdbus-codegen
+    - cache the file contents instead of read/modify/write each
+      time
+    - new DConfWriter abstraction allows considering support for
+      backends
+    - uses only POSIX IO (read and write syscalls) for database
+      access
+    - workaround mmap() bug on OpenBSD
+  + Editor:
+    - Fix search order of schema dirs
+    - Translate summary and description
+  + Updated translations.
+- Add pkgconfig(glib-2.0) BuildRequires so it can be versioned.
+
+-------------------------------------------------------------------
+Wed Nov 14 09:28:36 UTC 2012 - [email protected]
+
+- Update to version 0.15.0:
+  + Add --disable-man
+  + Fix reading default values in GSettings backend
+  + Editor:
+    - Support schema overrides
+    - Search improvements (search directories, values,
+      descriptions)
+    - Correctly get text from schema descriptions
+    - Only write window state settings on exit and support
+      fullscreen state
+  + dconf_rebuilder_get_parent: don't leak parent_name
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  dconf-0.14.1.tar.xz

New:
----
  dconf-0.16.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dconf.spec ++++++
--- /var/tmp/diff_new_pack.3tNNXp/_old  2013-04-02 11:40:00.000000000 +0200
+++ /var/tmp/diff_new_pack.3tNNXp/_new  2013-04-02 11:40:00.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dconf
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,13 +17,13 @@
 
 
 Name:           dconf
-Version:        0.14.1
+Version:        0.16.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.14/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/dconf/0.16/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 # For directory ownership
 BuildRequires:  dbus-1
@@ -33,7 +33,8 @@
 BuildRequires:  vala >= 0.17.0
 BuildRequires:  xsltproc
 BuildRequires:  pkgconfig(dbus-1)
-BuildRequires:  pkgconfig(gio-2.0) >= 2.33.3
+BuildRequires:  pkgconfig(gio-unix-2.0)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.35.2
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libxml-2.0)
@@ -163,11 +164,13 @@
 %post editor
 %desktop_database_post
 %icon_theme_cache_post
+%icon_theme_cache_post HighContrast
 %glib2_gsettings_schema_post
 
 %postun editor
 %desktop_database_postun
 %icon_theme_cache_postun
+%icon_theme_cache_postun HighContrast
 %glib2_gsettings_schema_postun
 
 %files
@@ -206,6 +209,8 @@
 %{_datadir}/dconf-editor/
 %{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/dconf-editor.png
+%{_datadir}/icons/HighContrast/
+
 %{_mandir}/man1/dconf-editor.1%{?ext_man}
 
 %files devel

++++++ dconf-0.14.1.tar.xz -> dconf-0.16.0.tar.xz ++++++
++++ 26037 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to