Hello community,

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

Package is "kexi"

Tue Aug 13 13:22:33 2019 rev:7 rq:722601 version:3.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kexi/kexi.changes        2019-04-14 
12:22:29.455766076 +0200
+++ /work/SRC/openSUSE:Factory/.kexi.new.9556/kexi.changes      2019-08-13 
13:23:02.937390208 +0200
@@ -1,0 +2,5 @@
+Mon Aug 12 08:26:44 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Add Fix-build-with-Qt-5_13.patch
+
+-------------------------------------------------------------------

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

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

Other differences:
------------------
++++++ kexi.spec ++++++
--- /var/tmp/diff_new_pack.odl689/_old  2019-08-13 13:23:03.773389988 +0200
+++ /var/tmp/diff_new_pack.odl689/_new  2019-08-13 13:23:03.777389987 +0200
@@ -26,6 +26,8 @@
 Group:          Productivity/Office/Suite
 URL:            http://www.kexi-project.org/
 Source0:        
https://download.kde.org/stable/%{name}/src/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch0:         Fix-build-with-Qt-5_13.patch
 BuildRequires:  breeze5-icons
 BuildRequires:  extra-cmake-modules
 BuildRequires:  glib2-devel
@@ -94,7 +96,7 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 # install translations to %{_kf5_localedir} so they don't clash with the kexi 
translations in calligra-l10n (KDE4 based)

++++++ Fix-build-with-Qt-5_13.patch ++++++
commit 511d99b7745a6ce87a208bdbf69e631f1f136d53
Author: Luca Beltrame <lbeltr...@kde.org>
Date:   Sun Jul 21 09:07:44 2019 +0200

    Fix build with Qt 5.13
    
    The QDate include is no longer included transitively.

diff --git a/src/plugins/forms/widgets/kexidbdatepicker.cpp 
b/src/plugins/forms/widgets/kexidbdatepicker.cpp
index 1e0692d5b..92a5c880b 100644
--- a/src/plugins/forms/widgets/kexidbdatepicker.cpp
+++ b/src/plugins/forms/widgets/kexidbdatepicker.cpp
@@ -22,6 +22,7 @@
 #include "kexidbdatepicker.h"
 #include <kexiutils/utils.h>
 
+#include <QDate>
 #include <QLineEdit>
 #include <QInputMethodEvent>
 

Reply via email to