Hello community,

here is the log from the commit of package getdata for openSUSE:Factory checked 
in at 2013-03-07 07:20:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/getdata (Old)
 and      /work/SRC/openSUSE:Factory/.getdata.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "getdata", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/getdata/getdata.changes  2013-02-04 
20:16:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.getdata.new/getdata.changes     2013-03-07 
07:20:26.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Feb  4 14:09:51 UTC 2013 - dval...@suse.com
+
+- sset gd_unaligned_ok for ARM (getdata-arm.patch) 
+
+-------------------------------------------------------------------

New:
----
  getdata-arm.patch

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

Other differences:
------------------
++++++ getdata.spec ++++++
--- /var/tmp/diff_new_pack.kkQX5b/_old  2013-03-07 07:20:27.000000000 +0100
+++ /var/tmp/diff_new_pack.kkQX5b/_new  2013-03-07 07:20:27.000000000 +0100
@@ -27,6 +27,7 @@
 Source:         %{name}-%{version}.tar.bz2
 Patch0:         getdata-ppc64.patch
 Patch1:         getdata-bigendian.patch 
+Patch2:         getdata-arm.patch
 BuildRequires:  bzip2
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-fortran
@@ -130,6 +131,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure --disable-static --enable-modules --disable-perl

++++++ getdata-arm.patch ++++++
Index: getdata-0.8.2/configure
===================================================================
--- getdata-0.8.2.orig/configure
+++ getdata-0.8.2/configure
@@ -4451,7 +4451,7 @@ echo
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${host} supports 
fast unaligned memory access" >&5
 $as_echo_n "checking whether ${host} supports fast unaligned memory access... 
" >&6; }
 case "${host}" in
-  i?86-*-*|powerpc*-*|x86_64-*-*) gd_unaligned_ok=yes;
+  i?86-*-*|powerpc*-*|x86_64-*-*|arm*) gd_unaligned_ok=yes;
 
 $as_echo "#define UNALIGNED_ACCESS_OK 1" >>confdefs.h
 
Index: getdata-0.8.2/configure.ac
===================================================================
--- getdata-0.8.2.orig/configure.ac
+++ getdata-0.8.2/configure.ac
@@ -326,7 +326,7 @@ echo "*** Checking host environment"
 echo
 AC_MSG_CHECKING([whether ${host} supports fast unaligned memory access])
 case "${host}" in
-  i?86-*-*|powerpc*-*|x86_64-*-*) gd_unaligned_ok=yes;
+  i?86-*-*|powerpc*-*|x86_64-*-*|arm*) gd_unaligned_ok=yes;
   AC_DEFINE([UNALIGNED_ACCESS_OK], [1],
             [Define to 1 if the platform supports fast unaligned memory 
access])
   ;;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to