Hello community,

here is the log from the commit of package liborcus for openSUSE:Factory 
checked in at 2013-06-17 10:09:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liborcus (Old)
 and      /work/SRC/openSUSE:Factory/.liborcus.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liborcus"

Changes:
--------
--- /work/SRC/openSUSE:Factory/liborcus/liborcus.changes        2013-06-05 
14:31:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.liborcus.new/liborcus.changes   2013-06-17 
10:09:51.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jun 16 19:44:18 UTC 2013 - sch...@suse.de
+
+- boost-configure.patch: fix boost configure check
+
+-------------------------------------------------------------------

New:
----
  boost-configure.patch

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

Other differences:
------------------
++++++ liborcus.spec ++++++
--- /var/tmp/diff_new_pack.5QSNy3/_old  2013-06-17 10:09:52.000000000 +0200
+++ /var/tmp/diff_new_pack.5QSNy3/_new  2013-06-17 10:09:52.000000000 +0200
@@ -26,6 +26,8 @@
 Group:          Productivity/Publishing/Word
 Url:            http://gitorious.org/orcus
 Source:         %{name}_%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM boost-configure.patch sch...@suse.de -- AX_BOOST_BASE: 
add aarch64 to the list of lib64 architectures
+Patch:          boost-configure.patch
 BuildRequires:  autoconf >= 2.63
 BuildRequires:  automake
 BuildRequires:  boost-devel
@@ -73,6 +75,7 @@
 
 %prep
 %setup -q -n %{name}_%version
+%patch -p1
 
 sed -i \
        -e 's:<ostream>:<ostream>\n#include <boost/utility.hpp>:' \

++++++ boost-configure.patch ++++++
Index: liborcus_0.3.0/m4/ax_boost_base.m4
===================================================================
--- liborcus_0.3.0.orig/m4/ax_boost_base.m4
+++ liborcus_0.3.0/m4/ax_boost_base.m4
@@ -91,7 +91,7 @@ if test "x$want_boost" = "xyes"; then
     dnl are found, e.g. when only header-only libraries are installed!
     libsubdirs="lib"
     ax_arch=`uname -m`
-    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o 
$ax_arch = sparc64; then
+    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o 
$ax_arch = sparc64 -o $ax_arch = aarch64; then
         libsubdirs="lib64 lib lib64"
     fi
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to