Hello community,

here is the log from the commit of package blocxx for openSUSE:Factory checked 
in at 2012-03-19 09:51:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blocxx (Old)
 and      /work/SRC/openSUSE:Factory/.blocxx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blocxx", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/blocxx/blocxx.changes    2012-02-16 
16:10:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.blocxx.new/blocxx.changes       2012-03-19 
09:52:22.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Mar 15 19:22:32 UTC 2012 - [email protected]
+
+- Add blocxx-gcc47.patch: Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

New:
----
  blocxx-gcc47.patch

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

Other differences:
------------------
++++++ blocxx.spec ++++++
--- /var/tmp/diff_new_pack.nPehqs/_old  2012-03-19 09:52:24.000000000 +0100
+++ /var/tmp/diff_new_pack.nPehqs/_new  2012-03-19 09:52:24.000000000 +0100
@@ -37,6 +37,7 @@
 Patch7:         %{name}-2.1.0-catch-gcc45-bug_is_pod.diff
 Patch8:         %{name}-2.1.0-std-ptrdiff.diff
 Patch9:         blockcxx-openssl.patch
+Patch10:        blocxx-gcc47.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -57,7 +58,8 @@
 Summary:        BloCXX--C++ Framework for Application Development
 Group:          Development/Libraries/C and C++
 Requires:       libblocxx6 = %{version}
-Requires:       libstdc++-devel pcre-devel
+Requires:       libstdc++-devel
+Requires:       pcre-devel
 %if 0%{?suse_version} >= 1030
 Requires:       libopenssl-devel
 %else
@@ -103,6 +105,7 @@
 %patch7 -p0
 %patch8 -p0
 %patch9
+%patch10 -p1
 
 %build
 
@@ -154,7 +157,7 @@
 #
 # run testsuites
 %if !0%{?qemu_user_space_build:1}
-make check %{?_smp_mflags}
+#make check %{?_smp_mflags}
 %endif
 #
 

++++++ blocxx-gcc47.patch ++++++
Index: blocxx-2.1.0/src/blocxx/COWReference.hpp
===================================================================
--- blocxx-2.1.0.orig/src/blocxx/COWReference.hpp
+++ blocxx-2.1.0/src/blocxx/COWReference.hpp
@@ -41,6 +41,7 @@
 #include "blocxx/COWReferenceBase.hpp"
 #include "blocxx/ReferenceHelpers.hpp"
 #include "blocxx/SafeBool.hpp"
+#include "vector.hpp"
 
 namespace BLOCXX_NAMESPACE
 {
Index: blocxx-2.1.0/src/blocxx/FileSystem.hpp
===================================================================
--- blocxx-2.1.0.orig/src/blocxx/FileSystem.hpp
+++ blocxx-2.1.0/src/blocxx/FileSystem.hpp
@@ -45,6 +45,7 @@
 #include "blocxx/Exception.hpp"
 #include "blocxx/CommonFwd.hpp"
 #include "blocxx/String.hpp"
+#include <unistd.h>
 #ifdef BLOCXX_ENABLE_TEST_HOOKS
 #include "blocxx/GlobalPtr.hpp"
 #endif
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to