Hello community,

here is the log from the commit of package tulip for openSUSE:Factory checked 
in at 2015-10-12 10:02:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tulip (Old)
 and      /work/SRC/openSUSE:Factory/.tulip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tulip"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tulip/tulip.changes      2015-06-23 
12:00:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tulip.new/tulip.changes 2015-10-12 
10:02:26.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Oct  8 11:25:06 UTC 2015 - kkae...@suse.com
+
+- Fix build with Qt 5.5
+  Add 0007-fix-for-compilation-error-with-Qt-5.5-add-missing-QO.patch
+
+-------------------------------------------------------------------

New:
----
  0007-fix-for-compilation-error-with-Qt-5.5-add-missing-QO.patch

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

Other differences:
------------------
++++++ tulip.spec ++++++
--- /var/tmp/diff_new_pack.MABSOA/_old  2015-10-12 10:02:29.000000000 +0200
+++ /var/tmp/diff_new_pack.MABSOA/_new  2015-10-12 10:02:29.000000000 +0200
@@ -39,6 +39,8 @@
 Patch5:         0005-Use-system-ftgl-lib-if-available.patch
 # Fix FindFTGL.cmake
 Patch6:         0006-Find-system-ftgl.patch
+# FIX-UPSTREAM (upstream commit r10874)
+Patch7:         0007-fix-for-compilation-error-with-Qt-5.5-add-missing-QO.patch
 Patch8:         use-libbfd.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -211,6 +213,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 %patch8 -p1
 
 %build

++++++ 0007-fix-for-compilation-error-with-Qt-5.5-add-missing-QO.patch ++++++
>From 6529feea5c410be9baae463e1783ea20c3c3c8c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkae...@suse.de>
Date: Thu, 8 Oct 2015 13:28:21 +0200
Subject: [PATCH 7/7] fix for compilation error with Qt 5.5: add missing
 QObject include

---
 library/tulip-gui/include/tulip/PluginManager.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/library/tulip-gui/include/tulip/PluginManager.h 
b/library/tulip-gui/include/tulip/PluginManager.h
index d6c2fd93755f..99c1b30c21dd 100644
--- a/library/tulip-gui/include/tulip/PluginManager.h
+++ b/library/tulip-gui/include/tulip/PluginManager.h
@@ -21,6 +21,7 @@
 #ifndef PLUGINMANAGER_H
 #define PLUGINMANAGER_H
 
+#include <QObject>
 #include <QStringList>
 
 #include <tulip/tulipconf.h>
-- 
2.1.4


Reply via email to