Hello community,

here is the log from the commit of package appmenu-qt5 for openSUSE:Factory 
checked in at 2017-02-09 11:14:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/appmenu-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.appmenu-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "appmenu-qt5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/appmenu-qt5/appmenu-qt5.changes  2014-06-04 
18:38:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.appmenu-qt5.new/appmenu-qt5.changes     
2017-02-09 11:14:41.054966005 +0100
@@ -1,0 +2,6 @@
+Wed Nov 30 07:05:38 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Add missing_qgui_export_include.diff: the macro was previously
+  (Qt < 5.8) implicitly declated
+
+-------------------------------------------------------------------

New:
----
  missing_qgui_export_include.diff

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

Other differences:
------------------
++++++ appmenu-qt5.spec ++++++
--- /var/tmp/diff_new_pack.yec1gL/_old  2017-02-09 11:14:41.538897640 +0100
+++ /var/tmp/diff_new_pack.yec1gL/_new  2017-02-09 11:14:41.542897075 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package appmenu-qt5
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -28,6 +28,8 @@
 Url:            https://launchpad.net/appmenu-qt/
 Source0:        
http://archive.ubuntu.com/ubuntu/pool/main/a/%{rname}/%{rname}_%{rversion}.orig.tar.gz
 Source1:        baselibs.conf
+# PATCH-FIX-OPENSUSE missing_qgui_export_include.diff
+Patch0:         missing_qgui_export_include.diff
 BuildRequires:  cmake >= 2.8.0
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
@@ -41,6 +43,7 @@
 
 %prep
 %setup -q -n %{rname}-%{rversion}
+%patch0 -p0
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS

++++++ missing_qgui_export_include.diff ++++++
--- src/appmenuplatformmenubar.h.orig   2016-11-29 18:33:14.953965650 +0100
+++ src/appmenuplatformmenubar.h        2016-11-30 11:04:41.028093433 +0100
@@ -18,6 +18,9 @@
 #define APPMENUPLATFORMMENUBAR_X11_H
 
 #include <QObject>
+#if (QT_VERSION >= QT_VERSION_CHECK(5, 8, 0))
+#include <qtguiglobal.h>
+#endif
 
 
 #include <private/qabstractplatformmenubar_p.h>

Reply via email to