From 45e6cec0ab4b52ce6e37b454d001527f7e468f8d Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Nov 29 2007 01:02:08 +0000 Subject: - Remove stupid return that caused Podcasts never to be updated (see http://bugzilla.gnome.org/show_bug.cgi?id=500325) --- diff --git a/rb-use-newer-plparser-7.patch b/rb-use-newer-plparser-7.patch index 457301b..ffaf6e4 100644 --- a/rb-use-newer-plparser-7.patch +++ b/rb-use-newer-plparser-7.patch @@ -23,14 +23,6 @@ Index: podcast/rb-podcast-manager.c char *tmp; tmp = g_strdup_printf ("http://%s", url + strlen ("feed://")); -@@ -841,6 +841,7 @@ - "If this is a podcast feed, please remove the radio station."), url); - return FALSE; - } -+ return FALSE; - } - - info = g_new0 (RBPodcastThreadInfo, 1); @@ -898,7 +899,7 @@ { RBPodcastChannel *feed = g_new0 (RBPodcastChannel, 1); diff --git a/rhythmbox.spec b/rhythmbox.spec index 09e655d..7587586 100644 --- a/rhythmbox.spec +++ b/rhythmbox.spec @@ -3,7 +3,7 @@ Name: rhythmbox Summary: Music Management Application Version: 0.11.3 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ and GFDL+ Group: Applications/Multimedia URL: http://www.gnome.org/projects/rhythmbox/ @@ -205,6 +205,10 @@ fi %{_libdir}/rhythmbox/plugins/upnp_coherence %changelog +* Thu Nov 29 2007 - Bastien Nocera - 0.11.3-6 +- Remove stupid return that caused Podcasts never to be updated + (see http://bugzilla.gnome.org/show_bug.cgi?id=500325) + * Wed Nov 21 2007 Todd Zullinger - 0.11.3-5 - Rebuild against libgpod-0.6.0