r34722 - in /packages/unstable/rhythmbox/debian: changelog patches/0002-metadata-reset-tags-properly-in-rb_metadata_reset-bu.patch patches/series
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Wed May 2 22:04:47 UTC 2012
Author: biebl
Date: Wed May 2 22:04:47 2012
New Revision: 34722
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34722
Log:
Reset tags properly in rb_metadata_reset.
Patch cherry-picked from upstream Git. Closes: #671232
Added:
packages/unstable/rhythmbox/debian/patches/0002-metadata-reset-tags-properly-in-rb_metadata_reset-bu.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=34722&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/changelog [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/changelog [utf-8] Wed May 2 22:04:47 2012
@@ -4,8 +4,10 @@
* List any files which are not installed.
* Drop explicit Build-Depends on gir packages.
* Bump Standards-Version to 3.9.3.
-
- -- Michael Biebl <biebl at debian.org> Thu, 03 May 2012 00:01:37 +0200
+ * Reset tags properly in rb_metadata_reset.
+ Patch cherry-picked from upstream Git. Closes: #671232
+
+ -- Michael Biebl <biebl at debian.org> Thu, 03 May 2012 00:03:40 +0200
rhythmbox (2.96-3) unstable; urgency=low
Added: packages/unstable/rhythmbox/debian/patches/0002-metadata-reset-tags-properly-in-rb_metadata_reset-bu.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/patches/0002-metadata-reset-tags-properly-in-rb_metadata_reset-bu.patch?rev=34722&op=file
==============================================================================
--- packages/unstable/rhythmbox/debian/patches/0002-metadata-reset-tags-properly-in-rb_metadata_reset-bu.patch (added)
+++ packages/unstable/rhythmbox/debian/patches/0002-metadata-reset-tags-properly-in-rb_metadata_reset-bu.patch [utf-8] Wed May 2 22:04:47 2012
@@ -1,0 +1,27 @@
+From 273b8f575b5220cf9dc9a07deaab20f4b14db6d3 Mon Sep 17 00:00:00 2001
+From: Cole Robinson <crobinso at redhat.com>
+Date: Mon, 12 Mar 2012 08:45:39 +1000
+Subject: [PATCH 2/2] metadata: reset tags properly in rb_metadata_reset (bug
+ #671840)
+
+---
+ metadata/rb-metadata-gst.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/metadata/rb-metadata-gst.c b/metadata/rb-metadata-gst.c
+index 52548da..a6c4d93 100644
+--- a/metadata/rb-metadata-gst.c
++++ b/metadata/rb-metadata-gst.c
+@@ -75,7 +75,8 @@ void
+ rb_metadata_reset (RBMetaData *md)
+ {
+ if (md->priv->tags != NULL) {
+- g_object_unref (md->priv->tags);
++ gst_tag_list_free (md->priv->tags);
++ md->priv->tags = NULL;
+ }
+
+ if (md->priv->info != NULL) {
+--
+1.7.10
+
Modified: packages/unstable/rhythmbox/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/patches/series?rev=34722&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/patches/series [utf-8] (original)
+++ packages/unstable/rhythmbox/debian/patches/series [utf-8] Wed May 2 22:04:47 2012
@@ -1,1 +1,2 @@
0001-artsearch-fix-typo-in-local-search-bug-671950.patch
+0002-metadata-reset-tags-properly-in-rb_metadata_reset-bu.patch
More information about the pkg-gnome-commits
mailing list