Hello community,

here is the log from the commit of package libetonyek for openSUSE:Factory 
checked in at 2014-01-07 13:54:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libetonyek (Old)
 and      /work/SRC/openSUSE:Factory/.libetonyek.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libetonyek"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libetonyek/libetonyek.changes    2014-01-03 
14:59:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libetonyek.new/libetonyek.changes       
2014-01-07 13:54:33.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Jan  6 00:30:47 UTC 2014 - m...@suse.com
+
+- Add ppc64le to list of lib64 archs for boost detection
+  Added patches:
+  * libetonyek-more-lib64.patch
+
+-------------------------------------------------------------------

New:
----
  libetonyek-more-lib64.patch

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

Other differences:
------------------
++++++ libetonyek.spec ++++++
--- /var/tmp/diff_new_pack.W9IXMt/_old  2014-01-07 13:54:33.000000000 +0100
+++ /var/tmp/diff_new_pack.W9IXMt/_new  2014-01-07 13:54:33.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libetonyek
 #
-# 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
@@ -29,12 +29,16 @@
 Patch0:         libetonyek-0.0.3-comma.patch
 # With some boost versions, cannot take an address of a template
 Patch1:         libetonyek-0.0.3-lexical_cast.patch
+# Add ppc64le and aarch64 to 64bit archs of boost detection
+Patch2:         libetonyek-more-lib64.patch
+BuildRequires:  automake
 BuildRequires:  boost-devel
 BuildRequires:  cppunit-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gperf
+BuildRequires:  libtool
 BuildRequires:  libwpd-devel >= 0.9.0
 BuildRequires:  libxml2-devel
 BuildRequires:  pkgconfig
@@ -87,8 +91,10 @@
 %setup -q
 %patch0 -p1 -b .comma
 %patch1 -p1 -b .lexical_cast
+%patch2 -b .lib64
 
 %build
+autoreconf -i
 %configure \
        --disable-werror \
        --disable-static \

++++++ libetonyek-more-lib64.patch ++++++
Index: m4/ax_boost_base.m4
===================================================================
--- m4/ax_boost_base.m4.orig
+++ m4/ax_boost_base.m4
@@ -92,7 +92,7 @@ if test "x$want_boost" = "xyes"; then
     libsubdirs="lib"
     ax_arch=`uname -m`
     case $ax_arch in
-      x86_64|ppc64|s390x|sparc64|aarch64)
+      x86_64|ppc64|s390x|sparc64|aarch64|ppc64le)
         libsubdirs="lib64 lib lib64"
         ;;
     esac
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to