Hello community, here is the log from the commit of package kmymoney for openSUSE:Factory checked in at 2019-08-13 13:23:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmymoney (Old) and /work/SRC/openSUSE:Factory/.kmymoney.new.9556 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmymoney" Tue Aug 13 13:23:05 2019 rev:66 rq:722631 version:5.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/kmymoney/kmymoney.changes 2019-07-12 11:59:52.532172016 +0200 +++ /work/SRC/openSUSE:Factory/.kmymoney.new.9556/kmymoney.changes 2019-08-13 13:23:12.117387792 +0200 @@ -1,0 +2,5 @@ +Mon Aug 12 09:32:06 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Update Fix-build-with-Qt-5_13.patch + +------------------------------------------------------------------- New: ---- Fix-build-with-Qt-5_13.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmymoney.spec ++++++ --- /var/tmp/diff_new_pack.t3a8BT/_old 2019-08-13 13:23:12.745387627 +0200 +++ /var/tmp/diff_new_pack.t3a8BT/_new 2019-08-13 13:23:12.749387626 +0200 @@ -35,6 +35,7 @@ Group: Productivity/Office/Finance URL: https://www.kmymoney.org/ Source0: https://download.kde.org/stable/kmymoney/%{version}/src/%{name}-%{version}.tar.xz +Patch0: Fix-build-with-Qt-5_13.patch BuildRequires: aqbanking-devel BuildRequires: doxygen BuildRequires: extra-cmake-modules @@ -116,7 +117,7 @@ %lang_package %prep -%setup -q +%autosetup -p1 %build %if %{with qtwebengine} ++++++ Fix-build-with-Qt-5_13.patch ++++++ commit b48fc8588f1fd98b116fce21ebfda6416f558146 Author: Luca Beltrame <[email protected]> Date: Sun Jul 21 09:10:44 2019 +0200 Fix build with Qt 5.13 Yet another case of QMap no longer being included. diff --git a/kmymoney/plugins/kmymoneyplugin.h b/kmymoney/plugins/kmymoneyplugin.h index abd6b642a..ccff5d3ce 100644 --- a/kmymoney/plugins/kmymoneyplugin.h +++ b/kmymoney/plugins/kmymoneyplugin.h @@ -25,6 +25,7 @@ // ---------------------------------------------------------------------------- // QT Includes +#include <QMap> #include <QObject> // ----------------------------------------------------------------------------
