diff -Nru rhythmbox-0.13.3/debian/changelog rhythmbox-0.13.3/debian/changelog --- rhythmbox-0.13.3/debian/changelog 2011-04-02 02:19:28.000000000 +1100 +++ rhythmbox-0.13.3/debian/changelog 2011-05-04 23:58:04.000000000 +1000 @@ -1,3 +1,10 @@ +rhythmbox (0.13.3-0ubuntu6) natty; urgency=low + + * debian/patches/manual_connect_daap_host.patch: (LP #665168) + - Fix host name when manually connecting to DAAP share with custom port + + -- Matt Joiner Wed, 04 May 2011 23:55:38 +1000 + rhythmbox (0.13.3-0ubuntu5) natty; urgency=low * debian/patches: readd all patches back (thanks ricotz for the notice) diff -Nru rhythmbox-0.13.3/debian/patches/manual_connect_daap_host.patch rhythmbox-0.13.3/debian/patches/manual_connect_daap_host.patch --- rhythmbox-0.13.3/debian/patches/manual_connect_daap_host.patch 1970-01-01 10:00:00.000000000 +1000 +++ rhythmbox-0.13.3/debian/patches/manual_connect_daap_host.patch 2011-05-04 23:55:37.000000000 +1000 @@ -0,0 +1,16 @@ +## Description: add some description +## Origin/Author: add some origin or author +## Bug: bug URL +Index: rb-natty-old/plugins/daap/rb-daap-plugin.c +=================================================================== +--- rb-natty-old.orig/plugins/daap/rb-daap-plugin.c 2011-05-04 23:55:33.494211065 +1000 ++++ rb-natty-old/plugins/daap/rb-daap-plugin.c 2011-05-04 23:55:26.964211067 +1000 +@@ -723,7 +723,7 @@ + + rb_debug ("adding manually specified DAAP share at %s", location); + service.name = (char *) location; +- service.host = (char *) location; ++ service.host = (char *) host; + service.port = port; + service.password_protected = FALSE; + mdns_service_added (NULL, diff -Nru rhythmbox-0.13.3/debian/patches/series rhythmbox-0.13.3/debian/patches/series --- rhythmbox-0.13.3/debian/patches/series 2011-05-04 19:53:02.000000000 +1000 +++ rhythmbox-0.13.3/debian/patches/series 2011-05-04 23:54:48.000000000 +1000 @@ -6,3 +6,4 @@ 23_no_gnome_python.patch 90_git_lyric_cover.patch debian-changes-0.13.3-0ubuntu5 +manual_connect_daap_host.patch