Hello community,

here is the log from the commit of package gconf2 for openSUSE:Factory checked 
in at 2013-03-22 11:15:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gconf2 (Old)
 and      /work/SRC/openSUSE:Factory/.gconf2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gconf2", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gconf2/gconf2.changes    2012-03-19 
09:55:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gconf2.new/gconf2.changes       2013-03-22 
11:15:34.000000000 +0100
@@ -1,0 +2,18 @@
+Tue Feb  5 09:15:39 UTC 2013 - [email protected]
+
+- Update to version 3.2.6:
+  + gsettings-schema-convert: Fix conversion of empty lists.
+  + Fix shutdown of gconfd (bgo#671490).
+  + Removed unused gconf_get_lock_dir function (bgo#646663).
+  + Use XDG config dir for settings storage (bgo#674803).
+  + Fix early bailout on OS X (bgo#685509).
+  + Fix a use-after-free (bgo#667167).
+  + Remove obsolete debian/ dir (bgo#682963).
+  + Remove gconf-sanity-check (bgo#646674).
+  + Other bugs fixed: bgo#686634, bgo#653809.
+  + Updated translations.
+- Rebase gconf2-schemas-path.patch.
+- Obsolete gconf-sanity-check subpackage, as the sanity check
+  binary was removed by upstream.
+
+-------------------------------------------------------------------

Old:
----
  GConf-3.2.5.tar.xz

New:
----
  GConf-3.2.6.tar.xz

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

Other differences:
------------------
++++++ gconf2.spec ++++++
--- /var/tmp/diff_new_pack.wbKD12/_old  2013-03-22 11:15:37.000000000 +0100
+++ /var/tmp/diff_new_pack.wbKD12/_new  2013-03-22 11:15:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gconf2
 #
-# 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
@@ -28,10 +28,10 @@
 BuildRequires:  update-desktop-files
 Url:            http://www.gnome.org/
 %define _name GConf
-Version:        3.2.5
+Version:        3.2.6
 Release:        0
 Summary:        GNOME Configuration Database System
-License:        GPL-2.0+ ; LGPL-2.1+
+License:        GPL-2.0+ and LGPL-2.1+
 Group:          System/GUI/GNOME
 Source:         
http://download.gnome.org/sources/GConf/3.2/%{_name}-%{version}.tar.xz
 # Generic tool, not upstreamed:
@@ -49,6 +49,8 @@
 Patch5:         gconf2-pk-default-path.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Recommends:     %{name}-lang = %{version}
+# gconf-sanity-check was dropped by upstream in GConf 3.2.6
+Obsoletes:      gconf-sanity-check < %{version}
 
 %description
 GConf is a configuration database system for storing application
@@ -57,20 +59,6 @@
 running applications. It is written for the GNOME desktop but doesn't
 require it.
 
-%package -n gconf-sanity-check
-Summary:        GNOME Configuration Database System - Sanity Check Tool
-Group:          System/GUI/GNOME
-Requires:       %{name} = %{version}
-
-%description -n gconf-sanity-check
-GConf is a configuration database system for storing application
-preferences. It supports default or mandatory settings set by the
-administrator, and changes to the database are instantly applied to all
-running applications. It is written for the GNOME desktop but doesn't
-require it.
-
-This package contains a tool to check that the GConf setup is sane.
-
 %package -n gconf-polkit
 Summary:        GNOME Configuration Database System - PolicyKit service
 Group:          System/GUI/GNOME
@@ -219,10 +207,6 @@
 %config %{_sysconfdir}/gconf/2/
 %{_sysconfdir}/xdg/autostart/gsettings-data-convert.desktop
 
-%files -n gconf-sanity-check
-%defattr(-, root, root)
-%{_libexecdir}/GConf/2/gconf-sanity-check-2
-
 %files -n gconf-polkit
 %defattr(-, root, root)
 %{_libexecdir}/GConf/2/gconf-defaults-mechanism

++++++ GConf-3.2.5.tar.xz -> GConf-3.2.6.tar.xz ++++++
++++ 74942 lines of diff (skipped)

++++++ gconf2-sabayon.patch ++++++
--- /var/tmp/diff_new_pack.wbKD12/_old  2013-03-22 11:15:38.000000000 +0100
+++ /var/tmp/diff_new_pack.wbKD12/_new  2013-03-22 11:15:38.000000000 +0100
@@ -10,9 +10,9 @@
 +include "$(HOME)/.gconf.path.mandatory"
 +
  # Now see where users want us to look - basically the user can stick 
arbitrary 
- # sources in a ~/.gconf.path file and they're inserted here
- include "$(HOME)/.gconf.path"
-@@ -23,6 +26,9 @@ xml:readwrite:$(HOME)/.gconf
+ # sources in a ~/.config/gconf.path file and they're inserted here
+ include "$(USERCONFIGDIR)/gconf/path"
+@@ -26,6 +29,9 @@ xml:readwrite:$(DEFAULTUSERSOURCE)
  # Then look at the systemwide customizations
  xml:readonly:@sysgconfdir@/gconf.xml.defaults
  

++++++ gconf2-schemas-path.patch ++++++
--- /var/tmp/diff_new_pack.wbKD12/_old  2013-03-22 11:15:38.000000000 +0100
+++ /var/tmp/diff_new_pack.wbKD12/_new  2013-03-22 11:15:38.000000000 +0100
@@ -2,9 +2,9 @@
 ===================================================================
 --- gconf/default.path.in.orig
 +++ gconf/default.path.in
-@@ -20,16 +20,17 @@ include "$(HOME)/.gconf.path"
- # Give users a default storage location, ~/.gconf
- xml:readwrite:$(HOME)/.gconf
+@@ -23,16 +23,17 @@ include "$(HOME)/.gconf.path"
+ # $(USERCONFIGDIR)/gconf (or $(HOME)/.gconf when it exists, for backward 
compatibility)
+ xml:readwrite:$(DEFAULTUSERSOURCE)
  
 -# Location for system-wide settings that are set by the defaults mechanism
 -xml:readonly:@sysgconfdir@/gconf.xml.system

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

Reply via email to