Hello community,

here is the log from the commit of package falkon for openSUSE:Factory checked 
in at 2019-12-28 13:40:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/falkon (Old)
 and      /work/SRC/openSUSE:Factory/.falkon.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "falkon"

Sat Dec 28 13:40:36 2019 rev:6 rq:759725 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/falkon/falkon.changes    2019-03-26 
22:33:18.429692973 +0100
+++ /work/SRC/openSUSE:Factory/.falkon.new.6675/falkon.changes  2019-12-28 
13:40:47.498941226 +0100
@@ -1,0 +2,6 @@
+Fri Dec 27 07:07:29 UTC 2019 - Wolfgang Bauer <[email protected]>
+
+- Add Add-missing-include-in-last-qt5.14.patch to fix build with Qt
+  5.14
+
+-------------------------------------------------------------------

New:
----
  Add-missing-include-in-last-qt5.14.patch

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

Other differences:
------------------
++++++ falkon.spec ++++++
--- /var/tmp/diff_new_pack.hnwsBz/_old  2019-12-28 13:40:48.622941793 +0100
+++ /var/tmp/diff_new_pack.hnwsBz/_new  2019-12-28 13:40:48.638941801 +0100
@@ -30,6 +30,8 @@
 # Search engine favicons.
 Source2:        obs.png
 Source3:        opensusesoftware.png
+# PATCH-FIX-UPSTREAM
+Patch0:         Add-missing-include-in-last-qt5.14.patch
 BuildRequires:  cmake(KF5Crash) >= 5.54.0
 BuildRequires:  cmake(KF5CoreAddons) >= 5.54.0
 BuildRequires:  cmake(KF5KIO) >= 5.54.0
@@ -111,6 +113,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%autopatch -p1
 # Remove __DATE__ and __TIME__
 FAKE_DATE="\"$(LC_ALL=C date -u -r %{SOURCE1} '+%%b %%e %%Y')\""
 FAKE_TIME="\"$(LC_ALL=C date -u -r %{SOURCE1} '+%%H:%%M')\""

++++++ Add-missing-include-in-last-qt5.14.patch ++++++
>From bbde5c6955c43bc744ed2c4024598495de908f2a Mon Sep 17 00:00:00 2001
From: Laurent Montel <[email protected]>
Date: Mon, 2 Dec 2019 13:30:36 +0100
Subject: Add missing include in last qt5.14

---
 src/plugins/VerticalTabs/verticaltabsplugin.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/plugins/VerticalTabs/verticaltabsplugin.cpp 
b/src/plugins/VerticalTabs/verticaltabsplugin.cpp
index c1cfac4..d179bb1 100644
--- a/src/plugins/VerticalTabs/verticaltabsplugin.cpp
+++ b/src/plugins/VerticalTabs/verticaltabsplugin.cpp
@@ -31,6 +31,7 @@
 #include "desktopfile.h"
 
 #include <QSettings>
+#include <QFile>
 
 VerticalTabsPlugin::VerticalTabsPlugin()
     : QObject()
-- 
cgit v1.1




Reply via email to