commit amarok for openSUSE:Factory
Hello community, here is the log from the commit of package amarok for openSUSE:Factory checked in at Tue Feb 3 22:38:00 CET 2009. -------- --- KDE/amarok/amarok.changes 2009-01-13 16:36:07.000000000 +0100 +++ amarok/amarok.changes 2009-01-30 16:56:13.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Jan 30 16:56:08 CET 2009 - dmueller@suse.de + +- fix wikipedia handling + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- r917750.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ amarok.spec ++++++ --- /var/tmp/diff_new_pack.k18067/_old 2009-02-03 22:37:11.000000000 +0100 +++ /var/tmp/diff_new_pack.k18067/_new 2009-02-03 22:37:11.000000000 +0100 @@ -41,7 +41,7 @@ Group: Productivity/Multimedia/Sound/Players Summary: Media Player for KDE Version: 1.4.10 -Release: 29 +Release: 31 Requires: kdelibs3 >= %(rpm -q --queryformat '%{VERSION}' kdelibs3) Requires: amarok_engine >= %version Requires: ruby @@ -66,6 +66,7 @@ Patch17: better-engine-name.diff Patch18: ogg-mimetypes.diff Patch19: r908415.diff +Patch20: r917750.diff %description Amarok is a media player for all kinds of media. This includes MP3, Ogg @@ -184,6 +185,7 @@ %patch17 %patch18 %patch19 +%patch20 . /etc/opt/kde3/common_options update_admin --no-unsermake @@ -326,6 +328,8 @@ %endif %changelog +* Fri Jan 30 2009 dmueller@suse.de +- fix wikipedia handling * Tue Jan 13 2009 stbinner@suse.de - fix possible buffer overflows when parsing Audible .aa files (r908415, bnc#465098) ++++++ r917750.diff ++++++ ------------------------------------------------------------------------ r917750 | nhnielsen | 2009-01-28 15:01:43 +0100 (Mi, 28. Jan 2009) | 2 lines Fix for wikipedia tab not showing any info. Thanks to Helge Stenström and WarwickH at https://bugs.edge.launchpad.net/ubuntu/+source/amarok/+bug/316140 for the fix. ------------------------------------------------------------------------ Index: amarok/src/contextbrowser.cpp =================================================================== --- amarok/src/contextbrowser.cpp (Revision 917749) +++ amarok/src/contextbrowser.cpp (Revision 917750) @@ -4189,7 +4189,7 @@ ContextBrowser::wikiResult( KIO::Job* jo } // Ok lets remove the top and bottom parts of the page - m_wiki = m_wiki.mid( m_wiki.find( "<h1 class=\"firstHeading\">" ) ); + m_wiki = m_wiki.mid( m_wiki.find( "<h1 id=\"firstHeading\"" ) ); m_wiki = m_wiki.mid( 0, m_wiki.find( "<div class=\"printfooter\">" ) ); // Adding back license information m_wiki += copyright; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de