From f33f213a18b760e1e0596c22cd693b268f5060abe878cf3c2ce741bbe73d88a0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 21 Oct 2015 07:43:21 +0000 Subject: [PATCH] Accepting request 340124 from home:oertel:branches:GNOME:Factory - add glib2-remove_fam_debug_print.patch (boo#951221) to remove a debug print "II 1" from fam monitor OBS-URL: https://build.opensuse.org/request/show/340124 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=281 --- glib2-remove_fam_debug_print.patch | 11 +++++++++++ glib2.changes | 6 ++++++ glib2.spec | 2 ++ 3 files changed, 19 insertions(+) create mode 100644 glib2-remove_fam_debug_print.patch diff --git a/glib2-remove_fam_debug_print.patch b/glib2-remove_fam_debug_print.patch new file mode 100644 index 0000000..672ef57 --- /dev/null +++ b/glib2-remove_fam_debug_print.patch @@ -0,0 +1,11 @@ +--- gio/fam/gfamfilemonitor.c ++++ gio/fam/gfamfilemonitor.c +@@ -140,7 +140,7 @@ + + g_mutex_unlock (&fam_lock); + +- g_print ("II %d\n", fam_initialised); ++ /* g_print ("II %d\n", fam_initialised); */ + + return fam_initialised; + } diff --git a/glib2.changes b/glib2.changes index b3311a3..6403284 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 20 17:03:40 CEST 2015 - ro@suse.de + +- add glib2-remove_fam_debug_print.patch (boo#951221) + to remove a debug print "II 1" from fam monitor + ------------------------------------------------------------------- Wed Oct 14 15:36:13 UTC 2015 - zaitor@opensuse.org diff --git a/glib2.spec b/glib2.spec index 1d53b8b..d5f2080 100644 --- a/glib2.spec +++ b/glib2.spec @@ -50,6 +50,7 @@ Patch11: glib2-fate300461-gettext-gkeyfile-suse.patch Patch13: glib2-suppress-schema-deprecated-path-warning.patch # PATCH-FIX-OPENSUSE glib2-dbus-socket-path.patch bnc#845287 dimstar@opensuse.org -- Have gio look for the system dbus socket in /run instead of /var/run. Patch14: glib2-dbus-socket-path.patch +Patch15: glib2-remove_fam_debug_print.patch BuildRequires: automake BuildRequires: docbook-xsl-stylesheets BuildRequires: fdupes @@ -258,6 +259,7 @@ translation-update-upstream %patch11 -p1 %patch13 -p1 %patch14 -p1 +%patch15 cp -a %{S:1} %{S:2} %{S:5} . cp -a %{S:4} gnome_defaults.conf if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then