Accepting request 629996 from home:iznogood:branches:GNOME:Factory
- Update to version 2.56.2:
+ Support version 2 of the NetworkMonitor portal interface.
+ Bugs fixed: bgo#740791, bgo#755721, bgo#773435, bgo#793727,
bgo#794380, bgo#794801, bgo#795138, bgo#795234, bgo#795406,
bgo#795429, bgo#795711, bgo#795735, bgo#795802,
glgo#GNOME/glib2#1240, glgo#GNOME/glib2#1401,
glgo#GNOME/glib2#1452, glgo#GNOME/glib2#1458.
+ Updated translations.
- Drop glib2-codegen-headers.patch: Fixed upstream.
- Refresh patches with quilt.
OBS-URL: https://build.opensuse.org/request/show/629996
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=365
2018-08-18 18:19:14 +02:00
|
|
|
Index: glib-2.56.2/gio/gdbusaddress.c
|
2018-04-13 08:43:32 +02:00
|
|
|
===================================================================
|
Accepting request 629996 from home:iznogood:branches:GNOME:Factory
- Update to version 2.56.2:
+ Support version 2 of the NetworkMonitor portal interface.
+ Bugs fixed: bgo#740791, bgo#755721, bgo#773435, bgo#793727,
bgo#794380, bgo#794801, bgo#795138, bgo#795234, bgo#795406,
bgo#795429, bgo#795711, bgo#795735, bgo#795802,
glgo#GNOME/glib2#1240, glgo#GNOME/glib2#1401,
glgo#GNOME/glib2#1452, glgo#GNOME/glib2#1458.
+ Updated translations.
- Drop glib2-codegen-headers.patch: Fixed upstream.
- Refresh patches with quilt.
OBS-URL: https://build.opensuse.org/request/show/629996
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=365
2018-08-18 18:19:14 +02:00
|
|
|
--- glib-2.56.2.orig/gio/gdbusaddress.c 2018-08-16 22:53:19.000000000 +0200
|
|
|
|
+++ glib-2.56.2/gio/gdbusaddress.c 2018-08-17 10:46:31.564471587 +0200
|
|
|
|
@@ -1628,7 +1628,7 @@ g_dbus_address_get_for_bus_sync (GBusTyp
|
2013-11-18 21:25:22 +01:00
|
|
|
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;
|
|
|
|
|