Hello community,

here is the log from the commit of package valgrind for openSUSE:Factory 
checked in at 2014-05-02 19:21:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/valgrind (Old)
 and      /work/SRC/openSUSE:Factory/.valgrind.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "valgrind"

Changes:
--------
--- /work/SRC/openSUSE:Factory/valgrind/valgrind.changes        2014-02-19 
11:39:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.valgrind.new/valgrind.changes   2014-05-02 
19:21:26.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Apr 24 08:45:51 UTC 2014 - [email protected]
+
+- add aarch64-support.diff, aarch64-VEX-support.diff: aarch64 support 
+
+-------------------------------------------------------------------

New:
----
  aarch64-VEX-support.diff
  aarch64-support.diff

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

Other differences:
------------------
++++++ valgrind.spec ++++++
--- /var/tmp/diff_new_pack.YngDAe/_old  2014-05-02 19:21:27.000000000 +0200
+++ /var/tmp/diff_new_pack.YngDAe/_new  2014-05-02 19:21:27.000000000 +0200
@@ -44,6 +44,8 @@
 Patch4:         valgrind-3.9.0-ppc64le-abiv2.patch
 Patch5:         glibc-2.19.patch
 Patch6:         r2798.diff
+Patch7:         aarch64-support.diff
+Patch8:         aarch64-VEX-support.diff
 # during building the major version of glibc is built into the suppression file
 %define glibc_main_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut 
-d. -f1)
 %define glibc_major_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut 
-d. -f2)
@@ -54,7 +56,7 @@
 %endif
 Provides:       callgrind = %version
 Obsoletes:      callgrind < %version
-ExclusiveArch:  %ix86 x86_64 ppc ppc64 ppc64le s390x armv7l armv7hl armv6l 
armv6hl
+ExclusiveArch:  aarch64 %ix86 x86_64 ppc ppc64 ppc64le s390x armv7l armv7hl 
armv6l armv6hl
 %if %suse_version > 1100
 %define building_docs 1
 %else
@@ -139,13 +141,20 @@
 %prep
 %setup -q -n %{name}-%{version}
 cd VEX
+%ifarch aarch64
+%patch8
+%endif
 cd ..
 %patch1
 %patch2
 %patch3 -p1
 %patch4 -p1
+%ifarch aarch64
+%patch7
+%else
 %patch5 -p1
 %patch6
+%endif
 
 %build
 %ifarch %arm
@@ -161,7 +170,11 @@
 autoreconf -fi
 %endif
 export GDB=/usr/bin/gdb
-%configure
+%configure \
+%ifarch aarch64
+           --enable-only64bit
+%endif
+
 make %{?jobs:-j%jobs}
 %if %building_docs
 pushd docs
@@ -186,6 +199,9 @@
 %doc %_defaultdocdir/%name
 %doc %_mandir/*/*
 %dir %_libdir/valgrind
+%ifarch aarch64
+%_libdir/valgrind/*-arm64-linux
+%endif
 %ifarch x86_64
 %_libdir/valgrind/*-amd64-linux
 %endif

++++++ aarch64-VEX-support.diff ++++++
++++ 33056 lines (skipped)

++++++ aarch64-support.diff ++++++
++++ 64531 lines (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to