Hello community,

here is the log from the commit of package psi+ for openSUSE:Factory checked in 
at 2015-10-14 16:45:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/psi+ (Old)
 and      /work/SRC/openSUSE:Factory/.psi+.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "psi+"

Changes:
--------
--- /work/SRC/openSUSE:Factory/psi+/psi+.changes        2015-10-08 
08:25:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.psi+.new/psi+.changes   2015-10-14 
16:45:05.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Oct 11 10:33:30 UTC 2015 - [email protected]
+
+- use qt 5
+  * reintroduce qt55-build-fixes.patch (actually needed for 5.5)
+
+-------------------------------------------------------------------

New:
----
  qt55-build-fixes.patch

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

Other differences:
------------------
++++++ psi+.spec ++++++
--- /var/tmp/diff_new_pack.UDD2UE/_old  2015-10-14 16:45:06.000000000 +0200
+++ /var/tmp/diff_new_pack.UDD2UE/_new  2015-10-14 16:45:06.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 %if 0%{?suse_version} > 1320
-#%%define with_qt5 1
+%define with_qt5 1
 %endif
 
 Name:           psi+
@@ -29,6 +29,7 @@
 Group:          Productivity/Networking/Talk/Clients
 Source0:        psi+-%{version}.tar.xz
 Source1:        psi-plus-l10n-1.tar.xz
+Patch0:         qt55-build-fixes.patch
 Patch1:         proper-activate.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  aspell-devel
@@ -331,6 +332,7 @@
 
 %prep
 %setup -q -b 1
+%patch0 -p1
 %patch1 -p1
 
 %if 0%{?with_qt5}

++++++ qt55-build-fixes.patch ++++++
---
 src/plugins/include/stanzasendinghost.h |    2 ++
 1 file changed, 2 insertions(+)

--- a/src/plugins/include/stanzasendinghost.h
+++ b/src/plugins/include/stanzasendinghost.h
@@ -1,6 +1,8 @@
 #ifndef STANZASENDINGHOST_H
 #define STANZASENDINGHOST_H
 
+#include <QObject>
+
 class QDomElement;
 class QString;
 

Reply via email to