Hello community,

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

Package is "calligra"

Tue Aug 13 13:23:08 2019 rev:72 rq:722642 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/calligra/calligra.changes        2019-01-28 
20:49:55.909811091 +0100
+++ /work/SRC/openSUSE:Factory/.calligra.new.9556/calligra.changes      
2019-08-13 13:23:12.925387580 +0200
@@ -1,0 +2,5 @@
+Mon Aug 12 09:22:08 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Fix-build-with-Qt-5_13.patch
+
+-------------------------------------------------------------------

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

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

Other differences:
------------------
++++++ calligra.spec ++++++
--- /var/tmp/diff_new_pack.PrCKfZ/_old  2019-08-13 13:23:13.813387346 +0200
+++ /var/tmp/diff_new_pack.PrCKfZ/_new  2019-08-13 13:23:13.813387346 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package calligra
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,8 +22,8 @@
 Summary:        Libraries and Base Files for the KDE Office Suite
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later AND GFDL-1.2-only
 Group:          Productivity/Office/Suite
-URL:            http://www.calligra.org/
-Source0:        
http://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
+URL:            https://www.calligra.org/
+Source0:        
https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM Fix-build-with-Qt-511.patch
 Patch0:         Fix-build-with-Qt-511.patch
 # PATCH-FIX-UPSTREAM
@@ -34,6 +34,8 @@
 Patch5:         Fix-build-with-poppler-0.64-take-2.patch
 Patch6:         Fix-build-with-poppler-0.71.patch
 Patch7:         Fix-GooString-not-having-getCString-anymore.patch
+# PATCH-FIX-UPSTREAM
+Patch8:         Fix-build-with-Qt-5_13.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenColorIO-devel
 BuildRequires:  OpenEXR-devel
@@ -248,7 +250,7 @@
 Group:          Productivity/Office/Suite
 Requires:       %{name} = %{version}
 Requires:       okular
-Supplements:    packageand(%{name}:okular)
+Supplements:    (%{name} and okular)
 
 %description extras-okular
 Plugins for Okular supporting files in the formats ODP, ODT, MS DOC/DOCX, MS 
PPT/PPTX, and WPD.
@@ -257,7 +259,7 @@
 Summary:        Diverse plugins for Dolphin
 License:        GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          Productivity/Office/Suite
-Supplements:    packageand(%{name}:dolphin)
+Supplements:    (%{name} and dolphin)
 
 %description extras-dolphin
 Plugin for the Dolphin file properties dialog, displaying the

++++++ Fix-build-with-Qt-5_13.patch ++++++
commit 583a115a94c239ce6dd1eaf1661bc6c5621aa125
Author: David Faure <fa...@kde.org>
Date:   Tue Jul 23 13:02:34 2019 +0200

    Fix compilation with Qt 5.13 (missing include)
    
    (cherry picked from commit 0c5430697bdcf41a45046107b28014e40c49a11a)

diff --git a/sheets/plugins/calendar/CalendarToolWidget.cpp 
b/sheets/plugins/calendar/CalendarToolWidget.cpp
index b10b23022a2..0c5eeb68cf3 100644
--- a/sheets/plugins/calendar/CalendarToolWidget.cpp
+++ b/sheets/plugins/calendar/CalendarToolWidget.cpp
@@ -30,6 +30,7 @@
 #include <kdatepicker.h>
 
 #include <QPushButton>
+#include <QDate>
 
 namespace Calligra
 {

Reply via email to