Hello community, here is the log from the commit of package amarok for openSUSE:Factory checked in at 2013-08-22 13:10:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/amarok (Old) and /work/SRC/openSUSE:Factory/.amarok.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "amarok" Changes: -------- --- /work/SRC/openSUSE:Factory/amarok/amarok.changes 2013-08-19 15:47:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes 2013-08-22 13:10:59.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Aug 21 15:04:08 UTC 2013 - [email protected] + +- Added Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch + from upstream, avoids adding the analyzer applet on phonon backends + that don't support it (e.g. vlc) + +------------------------------------------------------------------- New: ---- Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ amarok.spec ++++++ --- /var/tmp/diff_new_pack.3m7C9p/_old 2013-08-22 13:11:00.000000000 +0200 +++ /var/tmp/diff_new_pack.3m7C9p/_new 2013-08-22 13:11:00.000000000 +0200 @@ -32,6 +32,8 @@ Patch2: flac_mimetype_bnc671581.diff # PATCH-FIX-UPSTREAM revert_solid_workaround.diff Patch3: revert_solid_workaround.diff +# PATCH-FIX-UPSTREAM Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch -- avoids adding the analyzer applet on phonon backends that don't support it (e.g. vlc) +Patch100: Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch # Required for the fdupes macro BuildRequires: fdupes BuildRequires: gdk-pixbuf-devel @@ -85,6 +87,7 @@ %patch1 %patch2 %patch3 -p1 +%patch100 -p1 # Remove build time references so build-compare can do its work FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') ++++++ Don-t-add-the-analyzer-applet-when-Phonon-doesn-t-su.patch ++++++ >From e631534993c03244a36ed013c186ad8bf83ca1fd Mon Sep 17 00:00:00 2001 From: Mark Kretschmann <[email protected]> Date: Sun, 18 Aug 2013 12:22:35 +0200 Subject: [PATCH 02/10] Don't add the analyzer applet when Phonon doesn't support it. Stupid... I forgot about that file. BUG: 323632 BACKPORT --- data/amarok_homerc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/amarok_homerc b/data/amarok_homerc index d2da7ed..4a5aa4b 100644 --- a/data/amarok_homerc +++ b/data/amarok_homerc @@ -1,3 +1,3 @@ [Containment 0] firstShowingApplet=0 -plugins=currenttrack,analyzer,wikipedia,lyrics +plugins=currenttrack,wikipedia,lyrics -- 1.8.3.4 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
