Hello community,

here is the log from the commit of package nm-tray for openSUSE:Factory checked 
in at 2019-10-04 11:22:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nm-tray (Old)
 and      /work/SRC/openSUSE:Factory/.nm-tray.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nm-tray"

Fri Oct  4 11:22:02 2019 rev:7 rq:734810 version:0.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/nm-tray/nm-tray.changes  2019-08-05 
13:40:56.136390737 +0200
+++ /work/SRC/openSUSE:Factory/.nm-tray.new.2352/nm-tray.changes        
2019-10-04 11:22:39.032909303 +0200
@@ -1,0 +2,6 @@
+Thu Oct  3 14:11:23 UTC 2019 - [email protected]
+
+- Add nm-tray-0.4.3-nmmodel-include.patch:
+  Fix build with newer Qt
+
+-------------------------------------------------------------------

New:
----
  nm-tray-0.4.3-nmmodel-include.patch

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

Other differences:
------------------
++++++ nm-tray.spec ++++++
--- /var/tmp/diff_new_pack.baKszI/_old  2019-10-04 11:22:39.388908375 +0200
+++ /var/tmp/diff_new_pack.baKszI/_new  2019-10-04 11:22:39.392908365 +0200
@@ -24,6 +24,8 @@
 Group:          System/GUI/Other
 URL:            https://github.com/palinek/nm-tray
 Source:         https://github.com/palinek/nm-tray/archive/%{version}.tar.gz
+# https://github.com/palinek/nm-tray/issues/45
+Patch0:         nm-tray-0.4.3-nmmodel-include.patch
 BuildRequires:  cmake >= 3.1.0
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(KF5NetworkManagerQt)
@@ -42,6 +44,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %cmake

++++++ nm-tray-0.4.3-nmmodel-include.patch ++++++
>From 4563dabee3cbee13bc9d23a4a5d0ddda1526b43f Mon Sep 17 00:00:00 2001
From: Palo Kisa <[email protected]>
Date: Tue, 1 Oct 2019 12:03:43 +0200
Subject: [PATCH] nmmodel: Add include for used class

---
 src/nmmodel.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/nmmodel.cpp b/src/nmmodel.cpp
index d779801..ac70307 100644
--- a/src/nmmodel.cpp
+++ b/src/nmmodel.cpp
@@ -45,6 +45,7 @@ COPYRIGHT_HEADER*/
 #include <NetworkManagerQt/ConnectionSettings>
 #include <QDBusPendingCallWatcher>
 #include <QInputDialog>
+#include <QMetaEnum>
 
 namespace
 {

Reply via email to