Hello community,

here is the log from the commit of package qnapi for openSUSE:Factory checked 
in at 2018-06-19 11:55:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qnapi (Old)
 and      /work/SRC/openSUSE:Factory/.qnapi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qnapi"

Tue Jun 19 11:55:27 2018 rev:8 rq:616024 version:0.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/qnapi/qnapi.changes      2018-01-09 
14:56:14.095246722 +0100
+++ /work/SRC/openSUSE:Factory/.qnapi.new/qnapi.changes 2018-06-19 
11:55:30.944182986 +0200
@@ -1,0 +2,5 @@
+Mon Jun 11 12:20:31 UTC 2018 - [email protected]
+
+- Added qnapi-Qt511.patch to fix build with Qt 5.11
+
+-------------------------------------------------------------------

New:
----
  qnapi-Qt511.patch

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

Other differences:
------------------
++++++ qnapi.spec ++++++
--- /var/tmp/diff_new_pack.3DyVfI/_old  2018-06-19 11:55:31.544160711 +0200
+++ /var/tmp/diff_new_pack.3DyVfI/_new  2018-06-19 11:55:31.552160414 +0200
@@ -21,13 +21,15 @@
 Release:        0
 Summary:        A NapiProjekt client
 # libmaia and qt-maybe are BSD-2-Clause and BSD-3-Clause respectively
-License:        GPL-2.0+ and BSD-2-Clause and BSD-3-Clause
+License:        GPL-2.0-or-later AND BSD-2-Clause AND BSD-3-Clause
 Group:          Productivity/Multimedia/Other
 Summary(it):    Client NapiProjekt
 Summary(pl):    Klient NapiProjekt
 URL:            http://qnapi.github.io/
 Source0:        
https://github.com/QNapi/qnapi/releases/download/%{version}/%{name}-%{version}.tar.gz
 Patch0:         qnapi-libmaia.patch
+# PATCH-FIX-UPSTREAM qnapi-Qt511.patch
+Patch1:         qnapi-Qt511.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  update-desktop-files
@@ -60,6 +62,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 # Fix paths specific for openSUSE
 sed -i 's|doc.path = $${INSTALL_PREFIX}/share/doc/qnapi|doc.path = 
$${INSTALL_PREFIX}/share/doc/packages/qnapi|' qnapi.pro
 

++++++ qnapi-Qt511.patch ++++++
From: Luigi Baldoni <[email protected]>
Date: 2018-06-11 14:19:30 +0200
Subject: Add missing include statement for Qt 5.11
Upstream: submitted

Qt 5.11 requires more explicit include statements
---
Index: qnapi-0.2.3/gui/src/forms/subdatawidget.h
===================================================================
--- qnapi-0.2.3.orig/gui/src/forms/subdatawidget.h
+++ qnapi-0.2.3/gui/src/forms/subdatawidget.h
@@ -16,6 +16,7 @@
 #define SUBDATAWIDGET_H
 
 #include <QWidget>
+#include <QIcon>
 #include "ui_subDataWidget.h"
 
 class subDataWidget : public QWidget {

Reply via email to