Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2012-06-10 23:12:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glib2 (Old)
 and      /work/SRC/openSUSE:Factory/.glib2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glib2", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/glib2/glib2.changes      2012-06-06 
10:31:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2012-06-10 
23:12:25.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jun  8 02:29:24 UTC 2012 - badshah...@gmail.com
+
+- Add glib2-suppress-schema-deprecated-path-warning.patch to
+  suppress warnings about deprecated paths in schemas (rh#814053).
+
+-------------------------------------------------------------------

New:
----
  glib2-suppress-schema-deprecated-path-warning.patch

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

Other differences:
------------------
++++++ glib2.spec ++++++
--- /var/tmp/diff_new_pack.d9z1tB/_old  2012-06-10 23:12:29.000000000 +0200
+++ /var/tmp/diff_new_pack.d9z1tB/_new  2012-06-10 23:12:29.000000000 +0200
@@ -46,6 +46,8 @@
 Patch11:        glib2-fate300461-gettext-gkeyfile-suse.patch
 # PATCH-FIX-UPSTREAM glib2-force-fam-for-remote-fs.patch bgo#592211 
h...@novell.com -- Try monitoring files on NFS mounts via FAM before falling 
back to inotify.
 Patch12:        glib2-force-fam-for-remote-fs.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
 BuildRequires:  automake
 BuildRequires:  fam-devel
 BuildRequires:  fdupes
@@ -255,6 +257,7 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 cp -a %{S:1} %{S:2} %{S:3} %{S:5} .
 cp -a %{S:4} gnome_defaults.conf
 if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then


++++++ glib2-suppress-schema-deprecated-path-warning.patch ++++++
Index: glib-2.32.3/gio/glib-compile-schemas.c
===================================================================
--- glib-2.32.3.orig/gio/glib-compile-schemas.c
+++ glib-2.32.3/gio/glib-compile-schemas.c
@@ -1204,12 +1204,14 @@ parse_state_start_schema (ParseState  *s
       return;
     }
 
+/*  
   if (path && (g_str_has_prefix (path, "/apps/") ||
                g_str_has_prefix (path, "/desktop/") ||
                g_str_has_prefix (path, "/system/")))
     g_printerr ("warning: Schema '%s' has path '%s'.  Paths starting with "
                 "'/apps/', '/desktop/' or '/system/' are deprecated.\n", id, 
path);
-
+*/
+  
   state->schema_state = schema_state_new (path, gettext_domain,
                                           extends, extends_name, list_of);
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to