rpms/gnome-media/F-11 0001-Don-t-show-debug-output-when-disabling-debugging.patch, NONE, 1.1 gnome-media.spec, 1.168, 1.169

Bastien Nocera hadess at fedoraproject.org
Thu Apr 23 14:18:24 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/gnome-media/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27595

Modified Files:
	gnome-media.spec 
Added Files:
	0001-Don-t-show-debug-output-when-disabling-debugging.patch 
Log Message:
* Thu Apr 23 2009 - Bastien Nocera <bnocera at redhat.com> - 2.26.0-3
- Don't show debug when disabling the debug output (#493138)


0001-Don-t-show-debug-output-when-disabling-debugging.patch:

--- NEW FILE 0001-Don-t-show-debug-output-when-disabling-debugging.patch ---
>From c03480a8bdfbaac1b5d49ff66cc65e8deb47fe18 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess at hadess.net>
Date: Thu, 23 Apr 2009 15:13:22 +0100
Subject: [PATCH] Don't show debug output when disabling debugging

Apparently it's annoying:
https://bugzilla.redhat.com/show_bug.cgi?id=493138
---
 gnome-volume-control/src/gvc-log.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/gnome-volume-control/src/gvc-log.c b/gnome-volume-control/src/gvc-log.c
index fe9925e..03a9486 100644
--- a/gnome-volume-control/src/gvc-log.c
+++ b/gnome-volume-control/src/gvc-log.c
@@ -57,7 +57,6 @@ gvc_log_set_debug (gboolean debug)
                 log_levels |= G_LOG_LEVEL_DEBUG;
                 g_debug ("Enabling debugging");
         } else {
-                g_debug ("Disabling debugging");
                 log_levels &= ~G_LOG_LEVEL_DEBUG;
         }
 }
-- 
1.6.0.6



Index: gnome-media.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-media/F-11/gnome-media.spec,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- gnome-media.spec	16 Apr 2009 04:54:57 -0000	1.168
+++ gnome-media.spec	23 Apr 2009 14:17:53 -0000	1.169
@@ -14,7 +14,7 @@
 Summary:        GNOME media programs
 Name:           gnome-media
 Version:        2.26.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPLv2+ and GFDL
 Group:          Applications/Multimedia
 Source:         http://download.gnome.org/sources/gnome-media/2.26/gnome-media-%{version}.tar.bz2
@@ -22,6 +22,8 @@
 Patch3:		gnome-media-add-100-mark.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=579115
 Patch4: 	fix-alignment-of-sliders.patch
+# https://bugzilla.redhat.com/show_bug.cgi?id=493138
+Patch5:		0001-Don-t-show-debug-output-when-disabling-debugging.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Obsoletes:      gnome
@@ -82,6 +84,7 @@
 %patch3 -p0 -b .amplified-mark
 popd
 %patch4 -p1 -b .fix-alignment-of-sliders
+%patch5 -p1 -b .debug
 
 %build
 # try to work around a problem where gst-inspect does
@@ -255,6 +258,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Thu Apr 23 2009 - Bastien Nocera <bnocera at redhat.com> - 2.26.0-3
+- Don't show debug when disabling the debug output (#493138)
+
 * Thu Apr 16 2009 Matthias Clasen <mclasen at redhat.com> - 2.26.0-2
 - Fix alignment of sliders
 




More information about the fedora-extras-commits mailing list