Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2011-12-13 11:48:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/amarok (Old)
 and      /work/SRC/openSUSE:Factory/.amarok.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "amarok", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/amarok/amarok.changes    2011-12-09 
15:24:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes       2011-12-13 
11:48:07.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Dec 12 09:22:18 UTC 2011 - [email protected]
+
+- Fix path to errmsg.sys
+
+-------------------------------------------------------------------

New:
----
  errmsg-mysql-embedded.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ amarok.spec ++++++
--- /var/tmp/diff_new_pack.PHCvxV/_old  2011-12-13 11:48:10.000000000 +0100
+++ /var/tmp/diff_new_pack.PHCvxV/_new  2011-12-13 11:48:10.000000000 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_with ffmpeg
 
 Name:           amarok
@@ -26,6 +27,8 @@
 
 Url:            http://amarok.kde.org/
 Source0:        
ftp://ftp.kde.org/pub/kde/unstable/amarok/%{version}/src/%{name}-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE errmsg-mysql51-embedded.diff -- Don't require errmsg.sys 
from mysql package
+Patch0:         errmsg-mysql-embedded.diff
 # PATCH-FEATURE-OPENSUSE ksuseinstall.diff [email protected] -- Support for 
on-demand codecs install using ksuseinstall
 Patch1:         ksuseinstall.diff
 # PATCH-FIX-OPENSUSE initial-preference.diff bnc#605522 [email protected] -- 
Increase initial preference to be used for audio files instead of Kaffeine
@@ -85,6 +88,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 %if !0%{?kde_updatedapps}
 %patch1 -p1
 %endif

++++++ errmsg-mysql-embedded.diff ++++++
Index: 
amarok-2.4.3/src/core-impl/collections/db/sql/mysqlecollection/MySqlEmbeddedStorage.cpp
===================================================================
--- 
amarok-2.4.3.orig/src/core-impl/collections/db/sql/mysqlecollection/MySqlEmbeddedStorage.cpp
+++ 
amarok-2.4.3/src/core-impl/collections/db/sql/mysqlecollection/MySqlEmbeddedStorage.cpp
@@ -65,6 +65,7 @@ MySqlEmbeddedStorage::MySqlEmbeddedStora
         // functions, such as FULLTEXT indexing.
         out << "default-storage-engine = MyISAM" << endl;
         out << "loose-innodb = 0" << endl;
+        out << "language=/usr/share/kde4/apps/amarok" << endl;
         out << "skip-grant-tables = 1" << endl;
         out << "myisam-recover = FORCE" << endl;
         out << "key_buffer_size = 16777216" << endl; // (16Mb)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to