[Pkg-kde-commits] rev 1688 -
people/dato/packages/trunk/amarok/debian
Adeodato Simó
adeodato at costa.debian.org
Mon Sep 5 10:37:09 UTC 2005
Author: adeodato
Date: 2005-09-05 10:37:09 +0000 (Mon, 05 Sep 2005)
New Revision: 1688
Modified:
people/dato/packages/trunk/amarok/debian/changelog
people/dato/packages/trunk/amarok/debian/rules
Log:
Packaging amarok 1.3.1. Use included sqlite for now.
Modified: people/dato/packages/trunk/amarok/debian/changelog
===================================================================
--- people/dato/packages/trunk/amarok/debian/changelog 2005-09-05 10:36:26 UTC (rev 1687)
+++ people/dato/packages/trunk/amarok/debian/changelog 2005-09-05 10:37:09 UTC (rev 1688)
@@ -1,3 +1,14 @@
+amarok (1.3.1-1) unstable; urgency=low
+
+ * New upstream bugfix release.
+
+ * Use the internal copy of sqlite for now. This fixes the collection being
+ non functional with SQLite 3.2.5 due to this version preventing a database
+ handle opened in one thread to be used in another. See Bug#326648 for
+ reference. (Closes: #326562, #312386)
+
+ -- Adeodato Simó <asp16 at alu.ua.es> Mon, 05 Sep 2005 12:35:48 +0200
+
amarok (1.3.0-1) unstable; urgency=low
* New upstream release packaged (closes: #323249). Bugs reported in the
Modified: people/dato/packages/trunk/amarok/debian/rules
===================================================================
--- people/dato/packages/trunk/amarok/debian/rules 2005-09-05 10:36:26 UTC (rev 1687)
+++ people/dato/packages/trunk/amarok/debian/rules 2005-09-05 10:37:09 UTC (rev 1688)
@@ -16,7 +16,7 @@
DEB_DH_SHLIBDEPS_ARGS := -Xusr/lib/amarok/amarok_xmmswrapper2 \
-Xusr/lib/kde3/konqsidebar_universalamarok.so
-DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite \
+DEB_CONFIGURE_EXTRA_FLAGS := \
--enable-mysql
# See debian/TODO
More information about the pkg-kde-commits
mailing list