From bbf9c40513f468cd5b587f4259d8a75bae9f5cef Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Dec 07 2007 10:53:18 +0000 Subject: Remove patch, it's not needed --- diff --git a/rb-0.11.3-entry-reffing.patch b/rb-0.11.3-entry-reffing.patch deleted file mode 100644 index bd285c4..0000000 --- a/rb-0.11.3-entry-reffing.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- trunk/shell/rb-shell-player.c 2007/12/03 13:13:35 5472 -+++ trunk/shell/rb-shell-player.c 2007/12/03 22:12:36 5477 -@@ -1401,7 +1401,7 @@ - - crossfade = rb_shell_player_get_crossfade (player, play_type); - -- g_object_ref (entry); -+ rhythmdb_entry_ref (entry); - ret = ret && rb_player_open (player->priv->mmplayer, location, entry, (GDestroyNotify) rhythmdb_entry_unref, error); - - ret = ret && rb_player_play (player->priv->mmplayer, crossfade, error); diff --git a/rhythmbox.spec b/rhythmbox.spec index 77c780a..5c88e1b 100644 --- a/rhythmbox.spec +++ b/rhythmbox.spec @@ -3,7 +3,7 @@ Name: rhythmbox Summary: Music Management Application Version: 0.11.3 -Release: 6%{?dist} +Release: 5%{?dist} License: GPLv2+ and GFDL+ Group: Applications/Multimedia URL: http://www.gnome.org/projects/rhythmbox/ @@ -53,8 +53,6 @@ Patch1: rb-delete-ipod-tracks.patch Patch2: rb-fix-broken-daap-playback.patch # http://bugzilla.gnome.org/show_bug.cgi?id=499208 Patch3: rhythmbox-0.11.3-force-python-thread-init.patch -# http://bugzilla.gnome.org/show_bug.cgi?id=501040 -Patch4: rb-0.11.3-entry-reffing.patch %description Rhythmbox is an integrated music management application based on the powerful @@ -88,7 +86,6 @@ pushd plugins/ipod/ popd %patch2 -p0 -b .broken-daap %patch3 -p1 -b .python-threading -%patch4 -p1 -b .entry-reffing %build @@ -199,9 +196,6 @@ fi %{_libdir}/rhythmbox/plugins/upnp_coherence %changelog -* Fri Dec 07 2007 - Bastien Nocera - 0.11.3-6 -- Add patch to fix possible crasher when playing any song (#410991) - * Fri Nov 30 2007 - Bastien Nocera - 0.11.3-5 - Add patch to avoid crashing if no Python plugins are enabled by default (#393531)