Hello community,

here is the log from the commit of package gconf2 for openSUSE:Factory
checked in at Fri Sep 9 11:14:01 CEST 2011.



--------
--- GNOME/gconf2/gconf2.changes 2011-07-25 16:40:19.000000000 +0200
+++ /mounts/work_src_done/STABLE/gconf2/gconf2.changes  2011-09-06 
20:11:47.000000000 +0200
@@ -1,0 +2,37 @@
+Tue Sep  6 18:04:29 UTC 2011 - [email protected]
+
+- Add gconf2-fix-default-mandatory.patch: fix setting default or
+  mandatory values for key, after dbus migration. Fix bnc#705409.
+  Patch by Joey Zheng <[email protected]>.
+
+-------------------------------------------------------------------
+Thu Sep  1 16:17:56 UTC 2011 - [email protected]
+
+- Update to version 3.1.90:
+  + bgo#656262: Support for conversion files from user specified
+    and XDG data directories
+  + Updated translations.
+- Changes from version 3.1.6:
+  + Fixes on the distcheck fixes
+  + bgo#655656: Use "o" for the D-BUS object path rather than "s"
+    (this changes the internal D-BUS API but for now we have a
+    compatability bit that should avoid too much pain.)
+- Drop pkgconfig(ORBit-2.0) BuildRequires: we do not build with the
+  orbit backend.
+- Drop explicit Requires from devel packages that will
+  automatically be added the pkg-config way: dbus-1-glib-devel,
+  glib2-devel, orbit2-devel.
+
+-------------------------------------------------------------------
+Mon Aug 15 09:01:26 CEST 2011 - [email protected]
+
+- Update to version 3.1.5:
+  + gsettings-convert: convert to unsigned int correctly
+  + Distcheck fixes
+  + bgo#656248: Handle messages that don't have interface set
+  + bgo#654801: Export pkg-config file and C include details in GIR
+    file
+  + Updated translations.
+- Add pkgconfig(ORBit-2.0) BuildRequires.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  GConf-3.1.4.tar.bz2

New:
----
  GConf-3.1.90.tar.bz2
  gconf2-fix-default-mandatory.patch

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

Other differences:
------------------
++++++ gconf2.spec ++++++
--- /var/tmp/diff_new_pack.VNF8z6/_old  2011-09-09 11:13:55.000000000 +0200
+++ /var/tmp/diff_new_pack.VNF8z6/_new  2011-09-09 11:13:55.000000000 +0200
@@ -32,7 +32,7 @@
 %define _name GConf
 License:        GPLv2+ ; LGPLv2.1+
 Group:          System/GUI/GNOME
-Version:        3.1.4
+Version:        3.1.90
 Release:        1
 Summary:        GNOME Configuration Database System
 Source:         
http://download.gnome.org/sources/GConf/3.1/%{_name}-%{version}.tar.bz2
@@ -41,6 +41,8 @@
 # RPM specific macros:
 Source2:        macros.gconf2
 Source99:       baselibs.conf
+# PATCH-FIX-UPSTREAM gconf2-fix-default-mandatory.patch bnc#705409 bgo#655954 
[email protected] -- Fix setting a default/mandatory value
+Patch0:         gconf2-fix-default-mandatory.patch
 # PATCH-FIX-OPENSUSE gconf2-gconftool-reload.patch -- Include sabayon paths to 
the default configuration. Simplifies scriptlets:
 Patch2:         gconf2-gconftool-reload.patch
 # PATCH-FIX-OPENSUSE gconf2-schemas-path.patch
@@ -96,9 +98,6 @@
 Summary:        Include files and libraries mandatory for development
 Group:          Development/Libraries/GNOME
 Requires:       %{name} = %{version}
-Requires:       dbus-1-glib-devel
-Requires:       glib2-devel
-Requires:       orbit2-devel
 # For gsettings-schema-convert:
 Requires:       python
 Recommends:     python-lxml
@@ -113,6 +112,7 @@
 %prep
 %setup -q -n %{_name}-%{version}
 translation-update-upstream
+%patch0 -p1
 %patch2 -p0
 %patch3
 %patch4

++++++ GConf-3.1.4.tar.bz2 -> GConf-3.1.90.tar.bz2 ++++++
++++ 77762 lines of diff (skipped)

++++++ gconf2-fix-default-mandatory.patch ++++++
Index: GConf-3.1.4/gconf/gconf-database-dbus.c
===================================================================
--- GConf-3.1.4.orig/gconf/gconf-database-dbus.c
+++ GConf-3.1.4/gconf/gconf-database-dbus.c
@@ -349,8 +349,7 @@ database_handle_lookup_ext (DBusConnecti
 
   dbus_message_iter_init_append (reply, &iter);
 
-  if (value)
-    gconf_dbus_utils_append_entry_values (&iter,
+  gconf_dbus_utils_append_entry_values (&iter,
                                          key,
                                          value,
                                          value_is_default,

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



Remember to have fun...

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

Reply via email to