Hello community,

here is the log from the commit of package liborcus for openSUSE:Factory 
checked in at 2014-01-07 13:56:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-11-12 
15:09:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.liborcus.new/liborcus.changes   2014-01-07 
13:56:03.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Jan  6 00:20:48 UTC 2014 - m...@suse.com
+
+- Add aarch64 and ppc64le to list of 64bit archs for boost_system
+  detection.
+  Added patches:
+  * liborcus-more-lib64.patch
+
+-------------------------------------------------------------------

New:
----
  liborcus-more-lib64.patch

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

Other differences:
------------------
++++++ liborcus.spec ++++++
--- /var/tmp/diff_new_pack.6VtUv9/_old  2014-01-07 13:56:03.000000000 +0100
+++ /var/tmp/diff_new_pack.6VtUv9/_new  2014-01-07 13:56:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liborcus
 #
-# 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
@@ -32,6 +32,8 @@
 Patch1:         liborcus-0.5.1-oldnamespace.patch
 # Taken from git to build with newer boost
 Patch2:         liborcus-0.5.1-linking.patch
+# Add more 64bit archs to boost detection
+Patch3:         liborcus-more-lib64.patch
 BuildRequires:  autoconf >= 2.63
 BuildRequires:  automake
 BuildRequires:  boost-devel
@@ -82,6 +84,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1 
+%patch3
 
 %build
 autoreconf -i

++++++ liborcus-more-lib64.patch ++++++
Index: m4/ax_boost_base.m4
===================================================================
--- m4/ax_boost_base.m4.orig
+++ 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 = ppc64le -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