Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2013-02-17 16:55:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and      /work/SRC/openSUSE:Factory/.amarok.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "amarok", Maintainer is "kde-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/amarok/amarok.changes    2013-01-20 
11:56:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes       2013-02-17 
16:55:49.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Feb 15 14:54:31 UTC 2013 - hrvoje.sen...@gmail.com
+
+- 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.8jP2WP/_old  2013-02-17 16:55:52.000000000 +0100
+++ /var/tmp/diff_new_pack.8jP2WP/_new  2013-02-17 16:55:52.000000000 +0100
@@ -32,6 +32,8 @@
 # PATCH-FIX-OPENSUSE flac_mimetype_bnc671581.diff bnc#671581 ctri...@gmx.net 
-- 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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to