Hello community,

here is the log from the commit of package ekiga for openSUSE:Factory checked 
in at 2013-06-28 11:49:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ekiga (Old)
 and      /work/SRC/openSUSE:Factory/.ekiga.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ekiga"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ekiga/ekiga.changes      2013-06-24 
09:27:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ekiga.new/ekiga.changes 2013-06-28 
11:49:19.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jun 17 14:20:08 UTC 2013 - [email protected]
+
+- boost-configure.patch: fix boost configure check
+
+-------------------------------------------------------------------

New:
----
  boost-configure.patch

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

Other differences:
------------------
++++++ ekiga.spec ++++++
--- /var/tmp/diff_new_pack.CC6ReE/_old  2013-06-28 11:49:20.000000000 +0200
+++ /var/tmp/diff_new_pack.CC6ReE/_new  2013-06-28 11:49:20.000000000 +0200
@@ -26,6 +26,8 @@
 Group:          Productivity/Telephony/SIP/Clients
 Url:            http://www.ekiga.org/
 Source:         
http://download.gnome.org/sources/ekiga/4.0/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM boost-configure.patch [email protected] -- AX_BOOST_BASE: 
add aarch64 to the list of lib64 architectures
+Patch:          boost-configure.patch
 BuildRequires:  boost-devel
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  dbus-1-glib-devel
@@ -90,6 +92,7 @@
 %lang_package
 %prep
 %setup -q
+%patch -p1
 translation-update-upstream
 
 %build

++++++ boost-configure.patch ++++++
Index: ekiga-4.0.1/configure
===================================================================
--- ekiga-4.0.1.orig/configure
+++ ekiga-4.0.1/configure
@@ -17800,7 +17800,7 @@ $as_echo_n "checking for boostlib >= $bo
 
                         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
 
Index: ekiga-4.0.1/m4/ax_boost_base.m4
===================================================================
--- ekiga-4.0.1.orig/m4/ax_boost_base.m4
+++ ekiga-4.0.1/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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to