Hello community, here is the log from the commit of package nm-tray for openSUSE:Factory checked in at 2018-06-19 12:01:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nm-tray (Old) and /work/SRC/openSUSE:Factory/.nm-tray.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nm-tray" Tue Jun 19 12:01:58 2018 rev:2 rq:616880 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nm-tray/nm-tray.changes 2017-10-24 22:23:24.892310216 +0200 +++ /work/SRC/openSUSE:Factory/.nm-tray.new/nm-tray.changes 2018-06-19 12:01:58.429796090 +0200 @@ -1,0 +2,6 @@ +Thu Jun 14 13:43:46 UTC 2018 - [email protected] + +- Add nm-tray-0.3.0-qt511-headers.patch: + To build with Qt 5.11 + +------------------------------------------------------------------- New: ---- nm-tray-0.3.0-qt511-headers.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nm-tray.spec ++++++ --- /var/tmp/diff_new_pack.kJbmLc/_old 2018-06-19 12:01:59.357761636 +0200 +++ /var/tmp/diff_new_pack.kJbmLc/_new 2018-06-19 12:01:59.365761339 +0200 @@ -1,7 +1,7 @@ # # spec file for package nm-tray # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -20,10 +20,11 @@ Version: 0.3.0 Release: 0 Summary: NetworkManager Tray applet -License: GPL-2.0 +License: GPL-2.0-only Group: System/GUI/Other Url: https://github.com/palinek/nm-tray Source: https://github.com/palinek/nm-tray/archive/%{version}.tar.gz +Patch0: nm-tray-0.3.0-qt511-headers.patch BuildRequires: cmake >= 3.1.0 BuildRequires: pkgconfig BuildRequires: cmake(KF5NetworkManagerQt) @@ -43,6 +44,7 @@ %prep %setup -q +%patch0 -p1 %build %cmake ++++++ nm-tray-0.3.0-qt511-headers.patch ++++++ >From 8137189a2c86712d3963ae1f9571a5f4ffbd2e65 Mon Sep 17 00:00:00 2001 From: Palo Kisa <[email protected]> Date: Sat, 9 Jun 2018 07:05:53 +0200 Subject: [PATCH] connectioninfo: Add include ..needed after Qt v5.11 headers cleanup. ref #22 --- src/connectioninfo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/connectioninfo.cpp b/src/connectioninfo.cpp index a64fd6b..542924e 100644 --- a/src/connectioninfo.cpp +++ b/src/connectioninfo.cpp @@ -27,6 +27,7 @@ COPYRIGHT_HEADER*/ #include <QLabel> #include <QItemSelection> #include <QSortFilterProxyModel> +#include <QTabBar> ConnectionInfo::ConnectionInfo(NmModel * model, QWidget *parent) : QDialog{parent}
