Hello community, here is the log from the commit of package kmymoney for openSUSE:Factory checked in at 2011-12-01 17:37:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmymoney (Old) and /work/SRC/openSUSE:Factory/.kmymoney.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmymoney", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/kmymoney/kmymoney.changes 2011-11-10 15:49:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kmymoney.new/kmymoney.changes 2011-12-01 17:37:59.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Nov 30 12:55:52 UTC 2011 - [email protected] + +- Fix build with Qt 4.8 + +------------------------------------------------------------------- New: ---- kmymoney-qdebug.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmymoney.spec ++++++ --- /var/tmp/diff_new_pack.kmDfCa/_old 2011-12-01 17:38:00.000000000 +0100 +++ /var/tmp/diff_new_pack.kmDfCa/_new 2011-12-01 17:38:00.000000000 +0100 @@ -25,6 +25,7 @@ Url: http://kmymoney2.sourceforge.net/ Group: Productivity/Office/Finance Source0: http://downloads.sourceforge.net/kmymoney2/%{name}-%{version}.tar.bz2 +Patch1: kmymoney-qdebug.patch BuildRequires: aqbanking-devel BuildRequires: boost-devel BuildRequires: fdupes @@ -73,6 +74,7 @@ %lang_package %prep %setup -q +%patch1 -p1 %build %cmake_kde4 -d build ++++++ kmymoney-qdebug.patch ++++++ Index: kmymoney-4.6.0/libkdchart/src/KDChartBackgroundAttributes.cpp =================================================================== --- kmymoney-4.6.0.orig/libkdchart/src/KDChartBackgroundAttributes.cpp +++ kmymoney-4.6.0/libkdchart/src/KDChartBackgroundAttributes.cpp @@ -22,6 +22,7 @@ #include "KDChartBackgroundAttributes.h" #include <QPixmap> +#include <QVariant> #include <KDABLibFakes> @@ -150,7 +151,7 @@ QDebug operator<<(QDebug dbg, const KDCh << "visible="<<ba.isVisible() << "brush="<<ba.brush() << "pixmapmode="<<ba.pixmapMode() - << "pixmap="<<ba.pixmap() + << "pixmap="<< QVariant(ba.pixmap()) << ")"; return dbg; } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
