Hello community,

here is the log from the commit of package skrooge for openSUSE:Factory checked 
in at 2019-08-13 13:23:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skrooge (Old)
 and      /work/SRC/openSUSE:Factory/.skrooge.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skrooge"

Tue Aug 13 13:23:01 2019 rev:2 rq:722630 version:2.20.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/skrooge/skrooge.changes  2019-07-11 
13:13:22.458874145 +0200
+++ /work/SRC/openSUSE:Factory/.skrooge.new.9556/skrooge.changes        
2019-08-13 13:23:11.249388021 +0200
@@ -1,0 +2,10 @@
+Mon Aug 12 09:15:36 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Add Fix-build-with-Qt-5_13.patch
+
+-------------------------------------------------------------------
+Sun Jul  7 21:49:05 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Trim filler and marketing wording from description.
+
+-------------------------------------------------------------------

New:
----
  Fix-build-with-Qt-5_13.patch

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

Other differences:
------------------
++++++ skrooge.spec ++++++
--- /var/tmp/diff_new_pack.hCuRKK/_old  2019-08-13 13:23:11.941387839 +0200
+++ /var/tmp/diff_new_pack.hCuRKK/_new  2019-08-13 13:23:11.949387837 +0200
@@ -31,6 +31,7 @@
 Group:          Productivity/Office/Finance
 URL:            https://www.skrooge.org/
 Source:         
https://download.kde.org/stable/skrooge/%{name}-%{version}.tar.xz
+Patch0:         Fix-build-with-Qt-5_13.patch
 BuildRequires:  breeze5-icons
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
@@ -86,15 +87,14 @@
 %endif
 
 %description
-Skrooge allows you to manage your personal finances,
-powered by KDE. Thanks to its many features, it is one of
-the most powerful way to enter, follow, and analyze your
-expenses.
+Skrooge allows managing personal finances, powered by KDE.
+It has many features and can be used to enter, follow, and
+analyze expenses.
 
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %if %{with qtwebengine}

++++++ Fix-build-with-Qt-5_13.patch ++++++
commit 79aeb3f4d3cc01761d99af5868c7fb5101cf2258
Author: Luca Beltrame <[email protected]>
Date:   Sun Jul 21 09:19:40 2019 +0200

    Fix build with Qt 5.13

diff --git a/plugins/generic/skg_monthly/grantlee_filters/skgdocumentfilter.cpp 
b/plugins/generic/skg_monthly/grantlee_filters/skgdocumentfilter.cpp
index 423eb3ada..dfcfb430c 100644
--- a/plugins/generic/skg_monthly/grantlee_filters/skgdocumentfilter.cpp
+++ b/plugins/generic/skg_monthly/grantlee_filters/skgdocumentfilter.cpp
@@ -27,6 +27,8 @@
 #include "skgmainpanel.h"
 #include "skgtraces.h"
 
+#include <QMetaProperty>
+
 #include <KFormat>
 
 QVariant SKGDocumentTableFilter::doFilter(const QVariant& input, const 
QVariant& argument, bool autoescape) const

Reply via email to