Hello community,

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

Package is "glib2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/glib2/glib2.changes      2013-10-17 
14:06:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2013-11-24 
11:27:23.000000000 +0100
@@ -1,0 +2,27 @@
+Sun Nov 17 20:02:45 UTC 2013 - dims...@opensuse.org
+
+- Add glib2-dbus-socket-path.patch: Have gio look for the system
+  dbus socket in /run instead of /var/run (bnc#845287).
+
+-------------------------------------------------------------------
+Tue Nov 12 16:47:42 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.38.2 (bnc#849913):
+  + GCancellableSource will now dispatch for each time a
+    cancellable is cancelled (ie: in the case that it was reset)
+    but this is still considered undefined behaviour.
+  + Fix g_source_add_child_source() thread safety issues.
+  + Add workaround for buggy D-Bus daemons when path-matching on
+    '/'.
+  + Fallback to pathname queryinfo to help g_file_copy() work on
+    gvfs filesystems that don't implement query_info_on_read().
+  + Don't crash if loading a DBusActivatable application from
+    keyfile.
+  + Fix crash when replacing a symlink with another using GIO.
+  + Add a fallback for '-symbolic' icons to the non-symbolic form.
+- Replace nautilus-folder-handler.desktop in
+  glib2-upstream-gnome_defaults.conf with nautilus.desktop: the
+  separate .desktop file has been dropped with about version 3.0.
+- Drop glib2-no_DBusActivatable_from_keyfile.patch: fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  glib-2.38.1.tar.xz
  glib2-no_DBusActivatable_from_keyfile.patch

New:
----
  glib-2.38.2.tar.xz
  glib2-dbus-socket-path.patch

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

Other differences:
------------------
++++++ glib2.spec ++++++
--- /var/tmp/diff_new_pack.o8HP7I/_old  2013-11-24 11:27:24.000000000 +0100
+++ /var/tmp/diff_new_pack.o8HP7I/_new  2013-11-24 11:27:24.000000000 +0100
@@ -20,7 +20,7 @@
 
 Name:           glib2
 %define _name glib
-Version:        2.38.1
+Version:        2.38.2
 Release:        0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:        General-Purpose Utility Library
@@ -45,8 +45,8 @@
 Patch11:        glib2-fate300461-gettext-gkeyfile-suse.patch
 # PATCH-FIX-OPENSUSE glib2-suppress-schema-deprecated-path-warning.patch 
rh#814053 badshah...@gmail.com -- Suppress the deprecated path warning since it 
fills up screen unnecessarily during package installations/upgrade.
 Patch13:        glib2-suppress-schema-deprecated-path-warning.patch
-# PATCH-FIX-UPSTREAM glib2-no_DBusActivatable_from_keyfile.patch bgo#709326 
bnc#842645 dims...@opensuse.org -- ppinfo: Don't try DBusActivatable with 
load_from_keyfile
-Patch14:        glib2-no_DBusActivatable_from_keyfile.patch
+# PATCH-FIX-OPENSUSE glib2-dbus-socket-path.patch bnc#845287 
dims...@opensuse.org -- Have gio look for the system dbus socket in /run 
instead of /var/run.
+Patch14:        glib2-dbus-socket-path.patch
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fam-devel

++++++ glib-2.38.1.tar.xz -> glib-2.38.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/glib2/glib-2.38.1.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.38.2.tar.xz differ: char 25, line 1

++++++ glib2-dbus-socket-path.patch ++++++
diff -Naur glib-2.38.0/gio/gdbusaddress.c glib-2.38.0.new/gio/gdbusaddress.c
--- glib-2.38.0/gio/gdbusaddress.c      2013-09-17 20:47:14.000000000 +0200
+++ glib-2.38.0.new/gio/gdbusaddress.c  2013-11-15 21:56:29.143203355 +0100
@@ -1515,7 +1515,7 @@
       ret = g_strdup (g_getenv ("DBUS_SYSTEM_BUS_ADDRESS"));
       if (ret == NULL)
         {
-          ret = g_strdup ("unix:path=/var/run/dbus/system_bus_socket");
+          ret = g_strdup ("unix:path=/run/dbus/system_bus_socket");
         }
       break;
 

++++++ glib2-upstream-gnome_defaults.conf ++++++
--- /var/tmp/diff_new_pack.o8HP7I/_old  2013-11-24 11:27:24.000000000 +0100
+++ /var/tmp/diff_new_pack.o8HP7I/_new  2013-11-24 11:27:24.000000000 +0100
@@ -41,6 +41,6 @@
 gedit.desktop
 file-roller.desktop
 epiphany.desktop
-nautilus-folder-handler.desktop
+nautilus.desktop
 # evince supports multi-page tiff, but most people will prefer eog:
 image/tiff=eog.desktop

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to