Package: sponsorship-requests
Severity: important
User: sponsorship-reque...@packages.debian.org
Usertags: for-wheezy

Hello,

I prepared a new version for my package gmpc. It fixes the RC bug
#650359 which affects wheezy.

Here is the last changelog entry :

 gmpc (11.8.16-4) unstable; urgency=low
 .
   * Disable LyrDB.com lyrics provider, which segfaults. (Closes: #650359)

The fixed package is on mentors.d.n :

http://mentors.debian.net/debian/pool/main/g/gmpc/gmpc_11.8.16-4.dsc

And I attached the debdiff for your convenience.

Have a nice day !

-- 
Etienne Millon
diff -Nru gmpc-11.8.16/debian/changelog gmpc-11.8.16/debian/changelog
--- gmpc-11.8.16/debian/changelog       2012-05-24 16:29:52.000000000 +0200
+++ gmpc-11.8.16/debian/changelog       2012-08-13 20:13:46.000000000 +0200
@@ -1,3 +1,9 @@
+gmpc (11.8.16-4) unstable; urgency=low
+
+  * Disable LyrDB.com lyrics provider, which segfaults. (Closes: #650359)
+
+ -- Etienne Millon <etienne.mil...@gmail.com>  Mon, 13 Aug 2012 20:09:54 +0200
+
 gmpc (11.8.16-3) unstable; urgency=low
 
   * New patches :
diff -Nru gmpc-11.8.16/debian/patches/0009-Disable-LyrDB-lyrics-provider.patch 
gmpc-11.8.16/debian/patches/0009-Disable-LyrDB-lyrics-provider.patch
--- gmpc-11.8.16/debian/patches/0009-Disable-LyrDB-lyrics-provider.patch        
1970-01-01 01:00:00.000000000 +0100
+++ gmpc-11.8.16/debian/patches/0009-Disable-LyrDB-lyrics-provider.patch        
2012-08-13 20:13:46.000000000 +0200
@@ -0,0 +1,26 @@
+From: Etienne Millon <m...@emillon.org>
+Date: Mon, 13 Aug 2012 19:52:50 +0200
+Subject: Disable LyrDB lyrics provider
+
+LyrDB.com makes gmpc segfault, and there are other lyrics providers so 
disabling
+it is a net profit.
+
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650359
+---
+ src/Tools/plugin-man.c |    3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/src/Tools/plugin-man.c b/src/Tools/plugin-man.c
+index 621bb00..197bcbd 100644
+--- a/src/Tools/plugin-man.c
++++ b/src/Tools/plugin-man.c
+@@ -116,9 +116,6 @@ void plugin_manager_load_internal_plugins(void)
+             gmpc_provider_render_cover_new(),
+             0, NULL);
+     plugin_add_new((GmpcPluginBase *) 
+-            gmpc_provider_lyr_db_new(),
+-            0, NULL);
+-    plugin_add_new((GmpcPluginBase *) 
+             gmpc_provider_chart_lyrics_new(),
+             0, NULL);
+ }
diff -Nru gmpc-11.8.16/debian/patches/series gmpc-11.8.16/debian/patches/series
--- gmpc-11.8.16/debian/patches/series  2012-05-24 16:16:04.000000000 +0200
+++ gmpc-11.8.16/debian/patches/series  2012-08-13 20:13:46.000000000 +0200
@@ -6,3 +6,4 @@
 0006-Fix-MetaData-object-vala-binding.-fix-vala-13.3-buil.patch
 0007-Fix-timeout-when-connecting-to-a-slow-mpd.patch
 0008-Fix-build-with-valac-0.16.patch
+0009-Disable-LyrDB-lyrics-provider.patch

Reply via email to