r33077 - in /packages/unstable/rhythmbox/debian: changelog patches/0001-artsearch-fix-typo-in-local-search-bug-671950.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Mar 13 08:38:00 UTC 2012


Author: biebl
Date: Tue Mar 13 08:37:59 2012
New Revision: 33077

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33077
Log:
Fix a typo in the artsearch plugin. Thanks to Patrice Duroux for spotting
the bug. Closes: #663629

Added:
    packages/unstable/rhythmbox/debian/patches/0001-artsearch-fix-typo-in-local-search-bug-671950.patch
Modified:
    packages/unstable/rhythmbox/debian/changelog
    packages/unstable/rhythmbox/debian/patches/series

Modified: packages/unstable/rhythmbox/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/changelog?rev=33077&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/changelog [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/changelog [utf-8] Tue Mar 13 08:37:59 2012
@@ -1,3 +1,10 @@
+rhythmbox (2.96-2) UNRELEASED; urgency=low
+
+  * Fix a typo in the artsearch plugin. Thanks to Patrice Duroux for spotting
+    the bug. Closes: #663629
+
+ -- Michael Biebl <biebl at debian.org>  Tue, 13 Mar 2012 09:36:01 +0100
+
 rhythmbox (2.96-1) unstable; urgency=low
 
   * New upstream release.

Added: packages/unstable/rhythmbox/debian/patches/0001-artsearch-fix-typo-in-local-search-bug-671950.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/patches/0001-artsearch-fix-typo-in-local-search-bug-671950.patch?rev=33077&op=file
==============================================================================
--- packages/unstable/rhythmbox/debian/patches/0001-artsearch-fix-typo-in-local-search-bug-671950.patch (added)
+++ packages/unstable/rhythmbox/debian/patches/0001-artsearch-fix-typo-in-local-search-bug-671950.patch [utf-8] Tue Mar 13 08:37:59 2012
@@ -1,0 +1,26 @@
+From b1887b43d6543021dd8e6266e6acdbcfb030feda Mon Sep 17 00:00:00 2001
+From: Jonathan Matthew <jonathan at d14n.org>
+Date: Tue, 13 Mar 2012 08:42:42 +1000
+Subject: [PATCH] artsearch: fix typo in local search (bug #671950)
+
+spotted by Patrice Duroux <duroux.patrice at orange.fr>
+---
+ plugins/artsearch/local.py |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/plugins/artsearch/local.py b/plugins/artsearch/local.py
+index a914b1d..819fbaa 100644
+--- a/plugins/artsearch/local.py
++++ b/plugins/artsearch/local.py
+@@ -73,7 +73,7 @@ class LocalSearch:
+ 					nkey.add_field("artist", artist)
+ 					uri = parent.resolve_relative_path(f_name).get_uri()
+ 					print "found album+artist match " + uri
+-					self.store.store_uri(nkey. RB.ExtDBSourceType.USER, uri)
++					self.store.store_uri(nkey, RB.ExtDBSourceType.USER, uri)
+ 
+ 		# if that didn't work, look for the longest shared prefix
+ 		# only accept matches longer than 2 to avoid weird false positives
+-- 
+1.7.9.1
+

Modified: packages/unstable/rhythmbox/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/patches/series?rev=33077&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/patches/series [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/patches/series [utf-8] Tue Mar 13 08:37:59 2012
@@ -1,0 +1,1 @@
+0001-artsearch-fix-typo-in-local-search-bug-671950.patch




More information about the pkg-gnome-commits mailing list