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/glib-compile-schemas.c
|
2012-06-09 12:31:02 +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/glib-compile-schemas.c 2018-08-17 02:03:20.000000000 +0200
|
|
|
|
+++ glib-2.56.2/gio/glib-compile-schemas.c 2018-08-17 10:53:47.342889761 +0200
|
2017-08-31 09:45:56 +02:00
|
|
|
@@ -1219,6 +1219,7 @@ parse_state_start_schema (ParseState *s
|
2012-06-09 12:31:02 +02:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2017-08-31 09:45:56 +02:00
|
|
|
+/*
|
2012-06-09 12:31:02 +02:00
|
|
|
if (path && (g_str_has_prefix (path, "/apps/") ||
|
|
|
|
g_str_has_prefix (path, "/desktop/") ||
|
|
|
|
g_str_has_prefix (path, "/system/")))
|
2017-08-31 09:45:56 +02:00
|
|
|
@@ -1231,6 +1232,7 @@ parse_state_start_schema (ParseState *s
|
|
|
|
g_printerr ("%s\n", message);
|
|
|
|
g_free (message);
|
|
|
|
}
|
2012-06-09 12:31:02 +02:00
|
|
|
+*/
|
2017-08-31 09:45:56 +02:00
|
|
|
|
2012-06-09 12:31:02 +02:00
|
|
|
state->schema_state = schema_state_new (path, gettext_domain,
|
|
|
|
extends, extends_name, list_of);
|