Hello community,

here is the log from the commit of package dconf for openSUSE:Factory checked 
in at 2012-10-03 18:03:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-04 
09:10:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dconf.new/dconf.changes 2012-10-03 
18:03:22.000000000 +0200
@@ -1,0 +2,53 @@
+Wed Sep 26 21:27:37 UTC 2012 - [email protected]
+
+- Update to version 0.14.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Aug 21 07:27:22 UTC 2012 - [email protected]
+
+- Update to version 0.13.90:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Aug  7 16:29:44 UTC 2012 - [email protected]
+
+- Update to version 0.13.5:
+  + the service no longer attempts to migrate the primary dconf
+    database from its (years) old path ~/.config/dconf to the new
+    ~/.config/dconf/user
+  + fixes for profile file parsing problems
+  + fix obscure race in GDBus handling code that could result in
+    out-of-order message delivery
+  + editor:
+    - clean up some messages and mark strings for translations
+    - enable internationalization
+  + add manpages for dconf(7), dconf(1), dconf-service and
+    dconf-editor
+  + Updated translations.
+- Add docbook-xsl-stylesheets, intltool and xsltproc BuildRequires:
+  new dependencies.
+- Split out a -lang package.
+
+-------------------------------------------------------------------
+Fri Aug  3 08:53:22 UTC 2012 - [email protected]
+
+- Update to version 0.13.4:
+  + extensively refactored
+  + API of libdconf has changed; soname bumped to libdconf.so.1
+  + installed header layout has changed
+  + there are changes to the API used between the client and the
+    service.
+  + there is a now a fairly decent test suite but it requires a
+    full D-Bus environment to run in, so it may make sense to avoid
+    'make check' on builders for the time being.
+
+-------------------------------------------------------------------
+Fri Aug  3 07:10:30 UTC 2012 - [email protected]
+
+- Update to version 0.13.0:
+  + editor: use GtkApplication and GMenu
+  + editor: support searching for keys
+  + dconf cli: call setlocale() on startup
+
+-------------------------------------------------------------------

Old:
----
  dconf-0.12.1.tar.xz

New:
----
  dconf-0.14.0.tar.xz

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

Other differences:
------------------
++++++ dconf.spec ++++++
--- /var/tmp/diff_new_pack.F8QCxj/_old  2012-10-03 18:03:28.000000000 +0200
+++ /var/tmp/diff_new_pack.F8QCxj/_new  2012-10-03 18:03:28.000000000 +0200
@@ -17,20 +17,23 @@
 
 
 Name:           dconf
-Version:        0.12.1
+Version:        0.14.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.12/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/dconf/0.14/%{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.15.1
+BuildRequires:  vala >= 0.17.0
+BuildRequires:  xsltproc
 BuildRequires:  pkgconfig(dbus-1)
-BuildRequires:  pkgconfig(gio-2.0) >= 2.31.18
+BuildRequires:  pkgconfig(gio-2.0) >= 2.33.3
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libxml-2.0)
@@ -40,20 +43,21 @@
 # dconf provides a dbus service, but has no dependency on dbus in any way
 # (because it uses gdbus), so we need an explicit Requires
 Requires:       dbus-1
+Recommends:     %{name}-lang
 
 %description
 dconf is a low-level configuration system. Its main purpose is to
 provide a backend to GSettings on platforms that don't already
 have configuration storage systems.
 
-%package -n libdconf0
+%package -n libdconf1
 Summary:        Simple key-based configuration system -- Library
 Group:          System/Libraries
 # The library doesn't really work if the dconf service is not reachable, so we
 # need a Requires
 Requires:       %{name} >= %{version}
 
-%description -n libdconf0
+%description -n libdconf1
 dconf is a low-level configuration system. Its main purpose is to
 provide a backend to GSettings on platforms that don't already
 have configuration storage systems.
@@ -102,7 +106,7 @@
 %package devel
 Summary:        Simple key-based configuration system -- Development Files
 Group:          Development/Libraries/GNOME
-Requires:       libdconf0 = %{version}
+Requires:       libdconf1 = %{version}
 
 %description devel
 dconf is a low-level configuration system. Its main purpose is to
@@ -119,6 +123,7 @@
 provide a backend to GSettings on platforms that don't already
 have configuration storage systems.
 
+%lang_package
 %prep
 %setup -q
 
@@ -139,10 +144,11 @@
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/applications/dconf-editor.desktop SystemSetup
 mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db}
+%find_lang %{name}
 
-%post -n libdconf0 -p /sbin/ldconfig
+%post -n libdconf1 -p /sbin/ldconfig
 
-%postun -n libdconf0 -p /sbin/ldconfig
+%postun -n libdconf1 -p /sbin/ldconfig
 
 %post -n libdconf-dbus-1-0 -p /sbin/ldconfig
 
@@ -173,11 +179,15 @@
 %{_libexecdir}/dconf-service
 %{_datadir}/dbus-1/services/ca.desrt.dconf.service
 # Bash completion helper
-%{_sysconfdir}/bash_completion.d/dconf-bash-completion.sh
+%{_datadir}/bash-completion/completions/dconf
+%{_mandir}/man[17]/dconf.[17]%{ext_man}
+%{_mandir}/man1/dconf-service.1%{?ext_man}
 # alternative databases
 %{_sysconfdir}/dconf/
 
-%files -n libdconf0
+%files lang -f %{name}.lang
+
+%files -n libdconf1
 %defattr(-, root, root)
 %{_libdir}/libdconf.so.*
 
@@ -196,6 +206,7 @@
 %{_datadir}/dconf-editor/
 %{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/dconf-editor.png
+%{_mandir}/man1/dconf-editor.1%{?ext_man}
 
 %files devel
 %defattr(-, root, root)

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.F8QCxj/_old  2012-10-03 18:03:28.000000000 +0200
+++ /var/tmp/diff_new_pack.F8QCxj/_new  2012-10-03 18:03:28.000000000 +0200
@@ -2,4 +2,4 @@
   requires "glib2-tools-<targettype>"
   post "%glib2_gio_module_post"
   postun "%glib2_gio_module_postun"
-libdconf0
+libdconf1

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

Reply via email to