Accepting request 207365 from home:dimstar:bnc849913

Update to GNOME 3.10.2

OBS-URL: https://build.opensuse.org/request/show/207365
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=247
This commit is contained in:
2013-11-18 20:25:22 +00:00
committed by Git OBS Bridge
parent 1672f5676c
commit 7c906726f0
7 changed files with 47 additions and 36 deletions

View File

@@ -0,0 +1,13 @@
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;