Hello community,

here is the log from the commit of package cmis-client for openSUSE:Factory 
checked in at 2014-03-06 11:53:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmis-client (Old)
 and      /work/SRC/openSUSE:Factory/.cmis-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmis-client"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmis-client/cmis-client.changes  2013-12-30 
21:27:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cmis-client.new/cmis-client.changes     
2014-03-06 11:53:13.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar  4 13:46:50 UTC 2014 - [email protected]
+
+- 433fad3-Fix-int-bool-confusion-on-big-endian-architectures.patch
+  Fix problem with big endian architectures. bnc#866716
+
+-------------------------------------------------------------------

New:
----
  433fad3-Fix-int-bool-confusion-on-big-endian-architectures.patch

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

Other differences:
------------------
++++++ cmis-client.spec ++++++
--- /var/tmp/diff_new_pack.UfMjxY/_old  2014-03-06 11:53:14.000000000 +0100
+++ /var/tmp/diff_new_pack.UfMjxY/_new  2014-03-06 11:53:14.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cmis-client
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,10 @@
 Group:          Development/Libraries/C and C++
 Url:            http://sourceforge.net/projects/libcmis/
 Source0:        %{_name}-%{version}.tar.gz
+
+# Upstream patches
+Patch0:         
433fad3-Fix-int-bool-confusion-on-big-endian-architectures.patch
+
 BuildRequires:  boost-devel >= 1.42
 BuildRequires:  docbook2X
 BuildRequires:  gcc-c++
@@ -79,6 +83,7 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags} -D_GNU_SOURCE $(getconf LFS_CFLAGS)"

++++++ 433fad3-Fix-int-bool-confusion-on-big-endian-architectures.patch ++++++
>From 433fad370ddd30c43df281b40ff468a842bc1c70 Mon Sep 17 00:00:00 2001
From: Adam Conrad <[email protected]>
Date: Thu, 6 Feb 2014 09:13:32 +0100
Subject: [PATCH] Fix int/bool confusion on big-endian architectures.

---
 qa/libcmis-c/test-document.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qa/libcmis-c/test-document.cxx b/qa/libcmis-c/test-document.cxx
index ccf2224..eb2c01c 100644
--- a/qa/libcmis-c/test-document.cxx
+++ b/qa/libcmis-c/test-document.cxx
@@ -43,7 +43,7 @@
 
 using namespace std;
 
-extern int isOutOfMemory;
+extern bool isOutOfMemory;
 
 namespace
 {
-- 
1.8.5.2

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to