Hello community,

here is the log from the commit of package signon for openSUSE:Factory checked 
in at 2015-09-19 06:54:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/signon (Old)
 and      /work/SRC/openSUSE:Factory/.signon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "signon"

Changes:
--------
--- /work/SRC/openSUSE:Factory/signon/signon.changes    2015-05-11 
19:23:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.signon.new/signon.changes       2015-09-19 
06:54:22.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Sep  8 19:15:53 UTC 2015 - alarr...@suse.com
+
+- Fix an "incomplete type" compilation error (fix-incomplete-type.patch)
+
+-------------------------------------------------------------------

New:
----
  fix-incomplete-type.patch

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

Other differences:
------------------
++++++ signon.spec ++++++
--- /var/tmp/diff_new_pack.nYu0M9/_old  2015-09-19 06:54:23.000000000 +0200
+++ /var/tmp/diff_new_pack.nYu0M9/_new  2015-09-19 06:54:23.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package signon
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -27,6 +27,8 @@
 Url:            https://code.google.com/p/accounts-sso/
 Source:         signon-%{version}.tar.bz2
 Patch0:         0001_Multilib.patch
+# PATCH-FIX-OPENSUSE Fixes an incomplete type compilation error
+Patch1:         fix-incomplete-type.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  graphviz
@@ -141,6 +143,7 @@
 
 # Use correct libdir
 %patch0 -p1 -b .multilib
+%patch1 -p1
 sed -i 's|@LIB@|%{_lib}|g' \
   lib/plugins/signon-plugins.pc.in \
   lib/plugins/signon-plugins-common/signon-plugins-common.pc.in \

++++++ fix-incomplete-type.patch ++++++
Index: signon-8.57/lib/plugins/signon-plugins-common/SignOn/blobiohandler.cpp
===================================================================
--- signon-8.57.orig/lib/plugins/signon-plugins-common/SignOn/blobiohandler.cpp
+++ signon-8.57/lib/plugins/signon-plugins-common/SignOn/blobiohandler.cpp
@@ -26,6 +26,7 @@
 #include <QDBusArgument>
 #include <QBuffer>
 #include <QDebug>
+#include <QDataStream>
 
 #include "SignOn/signonplugincommon.h"
 

Reply via email to