Hello community, here is the log from the commit of package amarok for openSUSE:12.3 checked in at 2013-02-17 16:55:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3/amarok (Old) and /work/SRC/openSUSE:12.3/.amarok.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "amarok", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:12.3/amarok/amarok.changes 2013-01-31 01:12:08.000000000 +0100 +++ /work/SRC/openSUSE:12.3/.amarok.new/amarok.changes 2013-02-17 16:56:00.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Feb 15 14:54:31 UTC 2013 - [email protected] + +- Added trackNumber-typo-fix.diff, fixes kde#311847, track number + not shown in Nepomuk collection + +------------------------------------------------------------------- New: ---- trackNumber-typo-fix.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ amarok.spec ++++++ --- /var/tmp/diff_new_pack.JsKKgL/_old 2013-02-17 16:56:01.000000000 +0100 +++ /var/tmp/diff_new_pack.JsKKgL/_new 2013-02-17 16:56:01.000000000 +0100 @@ -32,6 +32,8 @@ # PATCH-FIX-OPENSUSE flac_mimetype_bnc671581.diff bnc#671581 [email protected] -- Support for the changed mimetype for flac files Patch2: flac_mimetype_bnc671581.diff Patch3: revert_solid_workaround.diff +# PATCH-FIX-UPSTREAM trackNumber-typo-fix.diff -- fixes kde#311847, track number not shown in Nepomuk collection +Patch4: trackNumber-typo-fix.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build # Required for the fdupes macro @@ -83,6 +85,7 @@ %patch1 %patch2 %patch3 -p1 +%patch4 -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') ++++++ trackNumber-typo-fix.diff ++++++ --- a/src/core-impl/collections/nepomukcollection/NepomukConstructMetaJob.cpp +++ b/src/core-impl/collections/nepomukcollection/NepomukConstructMetaJob.cpp @@ -123,7 +123,7 @@ " ?r nfo:sampleRate ?sampleRate ." "}" "OPTIONAL {" - " ?r nmm:trackNumber ?trackNumer ." + " ?r nmm:trackNumber ?trackNumber ." "}" "OPTIONAL {" " ?r nfo:codec ?type ." -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
