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
This commit is contained in:
Dominique Leuenberger 2015-10-21 07:43:21 +00:00 committed by Git OBS Bridge
parent 277d486bbd
commit f33f213a18
3 changed files with 19 additions and 0 deletions

View File

@ -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;
}

View File

@ -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

View File

@ -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