Hello community, here is the log from the commit of package tellico for openSUSE:Factory checked in at 2019-08-13 13:22:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tellico (Old) and /work/SRC/openSUSE:Factory/.tellico.new.9556 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tellico" Tue Aug 13 13:22:58 2019 rev:79 rq:722627 version:3.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/tellico/tellico.changes 2019-07-11 13:18:52.478758296 +0200 +++ /work/SRC/openSUSE:Factory/.tellico.new.9556/tellico.changes 2019-08-13 13:23:10.629388184 +0200 @@ -1,0 +2,5 @@ +Mon Aug 12 09:07:26 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Add Fix-build-with-Qt-5_13.patch + +------------------------------------------------------------------- New: ---- Fix-build-with-Qt-5_13.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tellico.spec ++++++ --- /var/tmp/diff_new_pack.UocwSx/_old 2019-08-13 13:23:11.081388065 +0200 +++ /var/tmp/diff_new_pack.UocwSx/_new 2019-08-13 13:23:11.085388064 +0200 @@ -24,6 +24,7 @@ Group: Productivity/Office/Other URL: http://tellico-project.org/ Source0: http://tellico-project.org/files/%{name}-%{version}.tar.xz +Patch0: Fix-build-with-Qt-5_13.patch BuildRequires: extra-cmake-modules BuildRequires: fdupes BuildRequires: libcdio-devel @@ -79,7 +80,7 @@ %lang_package %prep -%setup -q +%autosetup -p1 %build %cmake_kf5 "-DENABLE_WEBCAM=true" -d build @@ -93,7 +94,7 @@ %endif %find_lang %{name} -%kf5_find_htmldocs +%{kf5_find_htmldocs} %{kf5_post_install} ++++++ Fix-build-with-Qt-5_13.patch ++++++ commit 43851a0a655a3a961f289087bdea989aa32cc028 Author: Luca Beltrame <[email protected]> Date: Sun Jul 21 09:21:16 2019 +0200 Fix build with Qt 5.13 (cherry picked from commit 43e6bbb4721adc83d8b2a77bd51d9efaf7aefd6b) diff --git a/src/gui/datewidget.cpp b/src/gui/datewidget.cpp index 724370e2..e6502bb0 100644 --- a/src/gui/datewidget.cpp +++ b/src/gui/datewidget.cpp @@ -35,6 +35,7 @@ #include <QPushButton> #include <QHBoxLayout> #include <QFrame> +#include <QDate> #include <QEvent> #include <QMenu> #include <QWidgetAction> commit d3c56eca11cd059d4348ab6696822c23d85af61a Author: Robby Stephenson <[email protected]> Date: Sun Jul 21 19:17:35 2019 -0400 Fix apparent build problem on Jenkins diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index d8348e80..8250c562 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -108,6 +108,7 @@ #include <QMimeType> #include <QMenuBar> #include <QFileDialog> +#include <QMetaMethod> #include <unistd.h>
