Hello community,

here is the log from the commit of package abiword for openSUSE:Factory checked 
in at 2014-05-02 13:53:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/abiword (Old)
 and      /work/SRC/openSUSE:Factory/.abiword.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "abiword"

Changes:
--------
--- /work/SRC/openSUSE:Factory/abiword/abiword.changes  2014-01-23 
15:39:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.abiword.new/abiword.changes     2014-05-02 
13:53:54.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May  1 15:28:48 UTC 2014 - [email protected]
+
+- Add abiword-boost.patch: Fix build with boost: missing includes.
+
+-------------------------------------------------------------------

New:
----
  abiword-boost.patch

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

Other differences:
------------------
++++++ abiword.spec ++++++
--- /var/tmp/diff_new_pack.BSweFi/_old  2014-05-02 13:53:55.000000000 +0200
+++ /var/tmp/diff_new_pack.BSweFi/_new  2014-05-02 13:53:55.000000000 +0200
@@ -34,6 +34,8 @@
 Patch2:         abiword-libpng15.patch
 # PATCH-FIX-UPSTREAM abiword-gcrypt-1.6.0.patch 
http://bugzilla.abisource.com/show_bug.cgi?id=13589 [email protected] -- Fix 
build with gcrypt 1.6.0
 Patch3:         abiword-gcrypt-1.6.0.patch
+# PATCH-FIX-UPSTREAM abiword-boost.patch [email protected] -- Fix build 
with Boost x.x.x.
+Patch4:         abiword-boost.patch
 BuildRequires:  asio-devel
 BuildRequires:  bison
 BuildRequires:  boost-devel
@@ -110,6 +112,7 @@
 %patch1 -p0
 %patch2 -p0
 %patch3 -p1
+%patch4 -p1
 
 %build
 # -fno-strict-aliasing added 2009-04-12. Still needed for 2.8.1.

++++++ abiword-boost.patch ++++++
Index: abiword-2.8.6/plugins/collab/core/sync/xp/SynchronizedQueue.h
===================================================================
--- abiword-2.8.6.orig/plugins/collab/core/sync/xp/SynchronizedQueue.h
+++ abiword-2.8.6/plugins/collab/core/sync/xp/SynchronizedQueue.h
@@ -22,6 +22,7 @@
 #include <deque>
 #include <boost/bind.hpp>
 #include <boost/function.hpp>
+#include <boost/noncopyable.hpp>
 #include <sync/xp/lock.h>
 #include <sync/xp/Synchronizer.h>
 
Index: abiword-2.8.6/plugins/collab/backends/tcp/xp/Session.h
===================================================================
--- abiword-2.8.6.orig/plugins/collab/backends/tcp/xp/Session.h
+++ abiword-2.8.6/plugins/collab/backends/tcp/xp/Session.h
@@ -22,6 +22,7 @@
 #include <boost/function.hpp>
 #include <boost/bind.hpp>
 #include <boost/enable_shared_from_this.hpp>
+#include <boost/noncopyable.hpp>
 #include <deque>
 #include <sync/xp/lock.h>
 #include <sync/xp/Synchronizer.h>
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to