diff --git a/choqok-1.6.0-FTBFS-qmap.patch b/choqok-1.6.0-FTBFS-qmap.patch new file mode 100644 index 0000000..a66c01f --- /dev/null +++ b/choqok-1.6.0-FTBFS-qmap.patch @@ -0,0 +1,33 @@ +diff -up choqok-1.6.0/libchoqok/uploader.h.me choqok-1.6.0/libchoqok/uploader.h +--- choqok-1.6.0/libchoqok/uploader.h.me 2020-02-17 12:33:45.694259010 +0100 ++++ choqok-1.6.0/libchoqok/uploader.h 2020-02-17 12:33:28.350058895 +0100 +@@ -25,6 +25,7 @@ + #define UPLOADER_H + + #include ++#include + + #include "plugin.h" + +diff -up choqok-1.6.0/plugins/betternotify/notify.h.me choqok-1.6.0/plugins/betternotify/notify.h +--- choqok-1.6.0/plugins/betternotify/notify.h.me 2020-02-17 12:26:17.371091306 +0100 ++++ choqok-1.6.0/plugins/betternotify/notify.h 2020-02-17 12:26:35.392298515 +0100 +@@ -27,6 +27,7 @@ + #include + #include + #include ++#include + + #include "plugin.h" + +diff -up choqok-1.6.0/plugins/untiny/untiny.h.me choqok-1.6.0/plugins/untiny/untiny.h +--- choqok-1.6.0/plugins/untiny/untiny.h.me 2020-02-17 12:28:19.693497785 +0100 ++++ choqok-1.6.0/plugins/untiny/untiny.h 2020-02-17 12:28:36.138687302 +0100 +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + + namespace KIO { + class Job; diff --git a/choqok.spec b/choqok.spec index a8088c1..a7e1c55 100644 --- a/choqok.spec +++ b/choqok.spec @@ -2,7 +2,7 @@ Summary: KDE Micro-Blogging Client Name: choqok Version: 1.6.0 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv3 URL: http://choqok.gnufolks.org/ @@ -21,6 +21,7 @@ Patch46: 0046-Explicitly-call-KAboutData-setDesktopFileName.patch # see also https://ayoy.lighthouseapp.com/projects/32547/tickets/20-qoauth-qt4qt5-parallel-installability # FIXME/TODO: make more upstreamable to allow for both qoauth-qt5 and (old) qoauth ? Patch100: choqok-1.6.0-qoauth-qt5.patch +Patch101: choqok-1.6.0-FTBFS-qmap.patch BuildRequires: desktop-file-utils BuildRequires: gettext @@ -151,6 +152,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.choqok.de %changelog +* Mon Feb 17 2020 Than Ngo - 1.6.0-12 +- Fixed FTBFS + * Tue Jan 28 2020 Fedora Release Engineering - 1.6.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild