diff -Nru yarssr-0.2.2/debian/changelog yarssr-0.2.2/debian/changelog --- yarssr-0.2.2/debian/changelog 2011-07-14 16:15:58.000000000 +0000 +++ yarssr-0.2.2/debian/changelog 2013-02-04 13:30:38.000000000 +0000 @@ -1,3 +1,10 @@ +yarssr (0.2.2-9) unstable; urgency=low + + * debian/patches/699578-atom-feeds-opening: Avoid freeze when opening some + atoms feeds, patch by Sergheu Mihai, Closes: 699578 + + -- Joachim Breitner Mon, 04 Feb 2013 14:30:38 +0100 + yarssr (0.2.2-8) unstable; urgency=low * debian/patches/336667-keep-new-state-across-update: Do not mark items as diff -Nru yarssr-0.2.2/debian/patches/699578-atom-feeds-opening yarssr-0.2.2/debian/patches/699578-atom-feeds-opening --- yarssr-0.2.2/debian/patches/699578-atom-feeds-opening 1970-01-01 00:00:00.000000000 +0000 +++ yarssr-0.2.2/debian/patches/699578-atom-feeds-opening 2013-02-04 13:29:07.000000000 +0000 @@ -0,0 +1,17 @@ +Author: Serghei Mihai +Date: Mon, 4 Feb 2013 00:25:06 +0100 +Bug-Debian: http://bugs.debian.org/699578 + +Index: yarssr-0.2.2/lib/Yarssr/Parser.pm +=================================================================== +--- yarssr-0.2.2.orig/lib/Yarssr/Parser.pm 2011-07-14 18:16:08.000000000 +0200 ++++ yarssr-0.2.2/lib/Yarssr/Parser.pm 2013-02-04 14:27:56.615681282 +0100 +@@ -83,7 +83,7 @@ + my $article = Yarssr::Item->new( + title => $title, + url => $link, +- id => $link."___".$item->{'title'}, ++ id => $link."___".$title, + ); + push @items,$article; + } diff -Nru yarssr-0.2.2/debian/patches/series yarssr-0.2.2/debian/patches/series --- yarssr-0.2.2/debian/patches/series 2011-07-14 16:12:31.000000000 +0000 +++ yarssr-0.2.2/debian/patches/series 2013-02-04 13:27:38.000000000 +0000 @@ -4,3 +4,4 @@ 632835-timeout-for-waitpid 336667-keep-new-state-across-update 570263-identify-also-by-title +699578-atom-feeds-opening